public interface AttributedTypeManager<T extends AttributedType>
| Modifier and Type | Method and Description |
|---|---|
void |
add(T attributedType) |
<C extends T> |
lookupById(Class<C> attributedType,
String id)
Retrieves an
AttributedType with the given identifier. |
void |
remove(T attributedType) |
void |
update(T attributedType) |
void add(T attributedType) throws IdentityManagementException
IdentityManagementExceptionvoid update(T attributedType) throws IdentityManagementException
IdentityManagementExceptionvoid remove(T attributedType) throws IdentityManagementException
IdentityManagementException<C extends T> C lookupById(Class<C> attributedType, String id) throws IdentityManagementException
Retrieves an AttributedType with the given identifier.
The first argument tells which AttributedType type should be returned. If you provide the AttributedType base
interface any AttributedType instance that matches the given identifier will be returned.
attributedType - id - AttributedType is found with the given identifier this method returns null.IdentityManagementExceptionCopyright © 2021. All rights reserved.