Package | Description |
---|---|
com.sun.identity.entity |
Modifier and Type | Method and Description |
---|---|
protected static EntityException |
EntityUtils.convertException(AMException amex) |
Modifier and Type | Method and Description |
---|---|
Set |
EntityObject.createEntity(String entityName,
String entityType,
Map attributes)
Creates entity.
|
Set |
EntityObjectImpl.createEntity(String ssotoken,
String entityName,
String entityType,
String entityLocation,
Map attributes)
Creates entities.
|
Set |
EntityObjectIF.createEntity(String ssoToken,
String entityName,
String entityType,
String entityLocation,
Map attributes)
Creates entities.
|
void |
EntityObject.deleteEntity(String entityName,
String entityType)
Deletes entities.
|
void |
EntityObjectImpl.deleteEntity(String ssoToken,
String entityName,
String entityType,
String entityLocation)
Deletes entities.
|
void |
EntityObjectIF.deleteEntity(String ssoToken,
String entityName,
String entityType,
String entityLocation)
Deletes entities.
|
protected AMEntity |
EntityObjectImpl.getAMEntity(String ssoToken,
String entityName,
String entityType,
String entityLocation)
Method to get the AMEntity object from the storeconnection.
|
Map |
EntityObject.getEntity(String entityName,
String entityType)
Returns the entity object for each entity given the entityType and
entityName(s) in that particular organization.
|
Map |
EntityObjectImpl.getEntity(String ssoToken,
String entityName,
String entityType,
String entityLocation)
Returns the entity object for each entity given the entityType and
entityName(s) in that particular organization.
|
Map |
EntityObjectIF.getEntity(String ssoToken,
String entityName,
String entityType,
String entityLocation)
Returns the entity object for each entity given the entityType and
entityName(s) in that particular organization.
|
Set |
EntityObject.getEntityNames(String entityName,
String entityType,
String entityFilter)
Returns a set of Entity Names given the Entity Type for that particular
organization.
|
Set |
EntityObjectImpl.getEntityNames(String ssoToken,
String entityType,
String entityLocation,
String entityFilter)
Returns a set of Entity Names given the Entity Type for that particular
organization.
|
Set |
EntityObjectIF.getEntityNames(String ssoToken,
String entityType,
String entityLocation,
String entityFilter)
Returns a set of Entity Names given the Entity Type for that particular
organization.
|
protected void |
EntityObjectImpl.initializeObject(String ssoToken,
String entityLocation)
Method to initialize the object.
|
void |
EntityObject.modifyEntity(String entityName,
String entityType,
Map attributes)
Sets or replaces attribute values with the new values supplied and Stores
the changes to directory server.
|
void |
EntityObjectImpl.modifyEntity(String ssoToken,
String entityName,
String entityType,
String entityLocation,
Map attributes)
Sets or replaces attribute values with the new values supplied and Stores
the changes to directory server.
|
void |
EntityObjectIF.modifyEntity(String ssoToken,
String entityName,
String entityType,
String entityLocation,
Map attributes)
Sets or replaces attribute values with the new values supplied and Stores
the changes to directory server.
|
Constructor and Description |
---|
EntityObject(SSOToken token,
String entityLocation) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.