Modifier and Type | Method and Description |
---|---|
int |
AMSDKRepo.addListener(SSOToken token,
IdRepoListener listnr) |
void |
AMSDKRepo.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map attrMap) |
boolean |
AMSDKRepo.authenticate(Callback[] credentials) |
void |
AMSDKRepo.changePassword(SSOToken token,
IdType type,
String name,
String attrName,
String oldPassword,
String newPassword) |
String |
AMSDKRepo.create(SSOToken token,
IdType type,
String name,
Map attrMap) |
void |
AMSDKRepo.delete(SSOToken token,
IdType type,
String name) |
Set |
AMSDKRepo.getAssignedServices(SSOToken token,
IdType type,
String name,
Map mapOfServiceNamesandOCs) |
Map |
AMSDKRepo.getAttributes(SSOToken token,
IdType type,
String name) |
Map |
AMSDKRepo.getAttributes(SSOToken token,
IdType type,
String name,
Set attrNames) |
Map |
AMSDKRepo.getBinaryAttributes(SSOToken token,
IdType type,
String name,
Set attrNames) |
Map |
AMSDKRepo.getBinaryServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames) |
String |
AMSDKRepo.getFullyQualifiedName(SSOToken token,
IdType type,
String name)
Returns the fully qualified name for the identity.
|
Set |
AMSDKRepo.getMembers(SSOToken token,
IdType type,
String name,
IdType membersType) |
Set |
AMSDKRepo.getMemberships(SSOToken token,
IdType type,
String name,
IdType membershipType) |
Map |
AMSDKRepo.getServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames) |
void |
AMSDKRepo.initialize(Map configParams) |
boolean |
AMSDKRepo.isExists(SSOToken token,
IdType type,
String name) |
void |
AMSDKRepo.modifyMemberShip(SSOToken token,
IdType type,
String name,
Set members,
IdType membersType,
int operation) |
void |
AMSDKRepo.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map attrMap) |
void |
AMSDKRepo.removeAttributes(SSOToken token,
IdType type,
String name,
Set attrNames) |
RepoSearchResults |
AMSDKRepo.search(SSOToken token,
IdType type,
CrestQuery crestQuery,
int maxTime,
int maxResults,
Set<String> returnAttrs,
boolean returnAllAttrs,
int filterOp,
Map<String,Set<String>> avPairs,
boolean recursive) |
RepoSearchResults |
AMSDKRepo.search(SSOToken token,
IdType type,
String pattern,
int maxTime,
int maxResults,
Set returnAttrs,
boolean returnAllAttrs,
int filterOp,
Map avPairs,
boolean recursive) |
RepoSearchResults |
AMSDKRepo.search(SSOToken token,
IdType type,
String pattern,
Map avPairs,
boolean recursive,
int maxResults,
int maxTime,
Set returnAttrs) |
void |
AMSDKRepo.setActiveStatus(SSOToken token,
IdType type,
String name,
boolean active) |
void |
AMSDKRepo.setAttributes(SSOToken token,
IdType type,
String name,
Map attributes,
boolean isAdd)
Sets the Attributes of the named identity. the single sign on
token must have the necessary permission to set the attributes.
|
void |
AMSDKRepo.setBinaryAttributes(SSOToken token,
IdType type,
String name,
Map attributes,
boolean isAdd) |
void |
AMSDKRepo.unassignService(SSOToken token,
IdType type,
String name,
String serviceName,
Map attrMap) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryManagerIF.assignService_idrepo(String token,
String type,
String name,
String serviceName,
String stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
DirectoryManagerIF.changePassword_idrepo(String token,
String type,
String entryDN,
String attrName,
String oldPassword,
String newPassword,
String amsdkDN) |
String |
DirectoryManagerIF.create_idrepo(String token,
String type,
String name,
Map attrMap,
String amOrgName) |
void |
DirectoryManagerIF.delete_idrepo(String token,
String type,
String name,
String orgName,
String amsdkDN) |
Set |
DirectoryManagerIF.getAssignedServices_idrepo(String token,
String type,
String name,
Map mapOfServiceNamesAndOCs,
String amOrgName,
String amsdkDN) |
Map |
DirectoryManagerIF.getAttributes1_idrepo(String token,
String type,
String name,
Set attrNames,
String amOrgName,
String amsdkDN) |
Map |
DirectoryManagerIF.getAttributes2_idrepo(String token,
String type,
String name,
String amOrgName,
String amsdkDN) |
Map<String,Set<String>> |
DirectoryManagerIF.getBinaryAttributes_idrepo(String token,
String type,
String name,
Set<String> attrNames,
String amOrgName,
String amsdkDN)
Returns attributes in binary format for a given identity using the IdRepo API.
|
Map |
DirectoryManagerIF.getBinaryServiceAttributes_idrepo(String token,
String type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN) |
Set |
DirectoryManagerIF.getFullyQualifiedNames_idrepo(String token,
String type,
String name,
String orgName) |
Set |
DirectoryManagerIF.getMembers_idrepo(String token,
String type,
String name,
String amOrgName,
String membersType,
String amsdkDN) |
Set |
DirectoryManagerIF.getMemberships_idrepo(String token,
String type,
String name,
String membershipType,
String amOrgName,
String amsdkDN) |
Map |
DirectoryManagerIF.getServiceAttributes_idrepo(String token,
String type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN) |
Map |
DirectoryManagerIF.getServiceAttributesAscending_idrepo(String token,
String type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN)
Non-javadoc, non-public methods
Get the service attributes of the name identity.
|
Map |
DirectoryManagerIF.getSpecialIdentities_idrepo(String token,
String type,
String orgName) |
Set |
DirectoryManagerIF.getSupportedOperations_idrepo(String token,
String type,
String amOrgName) |
Set |
DirectoryManagerIF.getSupportedTypes_idrepo(String token,
String amOrgName) |
boolean |
DirectoryManagerIF.isActive_idrepo(String token,
String type,
String name,
String amOrgName,
String amsdkDN) |
boolean |
DirectoryManagerIF.isExists_idrepo(String token,
String type,
String name,
String amOrgName) |
void |
DirectoryManagerIF.modifyMemberShip_idrepo(String token,
String type,
String name,
Set members,
String membersType,
int operation,
String amOrgName) |
void |
DirectoryManagerIF.modifyService_idrepo(String token,
String type,
String name,
String serviceName,
String stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
DirectoryManagerIF.removeAttributes_idrepo(String token,
String type,
String name,
Set attrNames,
String amOrgName,
String amsdkDN) |
Map |
DirectoryManagerIF.search1_idrepo(String token,
String type,
String pattern,
Map avPairs,
boolean recursive,
int maxResults,
int maxTime,
Set returnAttrs,
String amOrgName) |
Map |
DirectoryManagerIF.search2_idrepo(String token,
String type,
String pattern,
int maxTime,
int maxResults,
Set returnAttrs,
boolean returnAllAttrs,
int filterOp,
Map avPairs,
boolean recursive,
String amOrgName) |
void |
DirectoryManagerIF.setActiveStatus_idrepo(String token,
String type,
String name,
String amOrgName,
String amsdkDN,
boolean active) |
void |
DirectoryManagerIF.setAttributes_idrepo(String token,
String type,
String name,
Map attributes,
boolean isAdd,
String amOrgName,
String amsdkDN) |
void |
DirectoryManagerIF.setAttributes2_idrepo(String token,
String type,
String name,
Map attributes,
boolean isAdd,
String amOrgName,
String amsdkDN,
boolean isString) |
void |
DirectoryManagerIF.unassignService_idrepo(String token,
String type,
String name,
String serviceName,
Map attrMap,
String amOrgName,
String amsdkDN) |
Modifier and Type | Method and Description |
---|---|
AMIdentity |
LoginState.createUserIdentity(String userName,
Map userAttributes,
Set userRoles)
Creates
AMIdentity in the repository. |
void |
AuthD.setOrgServiceAttributes(String orgDN,
String serviceName,
Map<String,Set<String>> attributes)
Sets the provided attribute map on the specified service in the specified organization.
|
Modifier and Type | Method and Description |
---|---|
void |
AMLoginModule.createIdentity(String userName,
Map userAttributes,
Set userRoles)
Creates
AMIdentity in the repository. |
Modifier and Type | Method and Description |
---|---|
static void |
AgentConfiguration.AddAgentToGroup(AMIdentity group,
AMIdentity agent)
Adds an agent to a group.
|
static AMIdentity |
AgentConfiguration.createAgent(SSOToken ssoToken,
String realm,
String agentName,
String agentType,
Map attrValues)
Creates an agent.
|
static void |
AgentConfiguration.createAgent(SSOToken ssoToken,
String realm,
String agentName,
String agentType,
Map attrValues,
String serverURL,
String agentURL)
Creates an agent.
|
static void |
AgentConfiguration.createAgentGroup(SSOToken ssoToken,
String realm,
String agentGroupName,
String agentType,
Map attrValues)
Creates an agent group.
|
static void |
AgentConfiguration.createAgentGroup(SSOToken ssoToken,
String realm,
String agentGroupName,
String agentType,
Map attrValues,
String serverURL,
String agentURL)
Creates an agent group.
|
static void |
AgentConfiguration.createAgentLocal(SSOToken ssoToken,
String realm,
String agentName,
String agentType,
Map attrValues,
String agentURL)
Creates a localized agent.
|
static void |
AgentConfiguration.deleteAgentGroups(SSOToken ssoToken,
String realm,
Set agentGroups)
Deletes agent groups.
|
static Map |
AgentConfiguration.getAgentAttributes(AMIdentity amid,
boolean reformat)
Returns agent's attribute values.
|
static Map |
AgentConfiguration.getAgentAttributes(SSOToken ssoToken,
String realm,
String agentName)
Returns agent's attribute values.
|
static Map |
AgentConfiguration.getAgentAttributes(SSOToken ssoToken,
String realm,
String agentName,
boolean bInherit)
Returns agent's attribute values.
|
static Map |
AgentConfiguration.getAgentGroupAttributes(SSOToken ssoToken,
String realm,
String agentGroupName)
Returns agent group's attribute values.
|
static String |
AgentConfiguration.getAgentType(AMIdentity amid)
For the given Agent identity, return the value that represents the agent type.
|
static Set |
AgentConfiguration.getAttributesSchemaNames(AMIdentity amid,
AttributeSchema.Syntax syntax)
Returns a set of attribute schema names whose schema match a given
syntax.
|
static Set |
AgentConfiguration.getInheritedAttributeNames(AMIdentity amid)
Returns the inherited attribute names.
|
static boolean |
AgentConfiguration.removeAgentGroup(AMIdentity amid,
AMIdentity groupToRemove)
Removes agent from it group.
|
static boolean |
AgentConfiguration.setAgentGroup(AMIdentity amid,
AMIdentity newGroup)
Set agent group.
|
static boolean |
AgentConfiguration.setAgentGroup(SSOToken ssoToken,
String realm,
AMIdentity amid,
String groupName)
Set agent group.
|
static boolean |
AgentConfiguration.setAgentGroup(SSOToken ssoToken,
String realm,
String universalId,
String groupName)
Set agent group.
|
static void |
AgentConfiguration.updateAgent(SSOToken ssoToken,
String realm,
String agentName,
Map attrValues,
boolean bSet)
Updates agent attribute values.
|
static void |
AgentConfiguration.updateAgentGroup(SSOToken ssoToken,
String realm,
String agentGroupName,
Map attrValues)
Updates agent group attribute values.
|
static void |
AgentConfiguration.updateAgentGroup(SSOToken ssoToken,
String realm,
String agentGroupName,
Map attrValues,
boolean bSet)
Updates agent group attribute values.
|
static void |
AgentConfiguration.updateInheritance(AMIdentity amid,
Map inherit)
Updates the inherited attribute names.
|
Modifier and Type | Class and Description |
---|---|
class |
IdRepoDuplicateObjectException
An exception type thrown when an
IdRepo is asked to
create an object with a name that is already used. |
class |
IdRepoFatalException
The exception class whose instance is thrown if there is any error during the
operation of objects of the
com.sun.identity.sms package. |
class |
IdRepoUnsupportedOpException
The exception class whose instance is thrown if there is any error during the
operation of objects of the
com.sun.identity.sms package. |
class |
PasswordPolicyException
The exception class whose instance is thrown if there is any error related with password issue.
|
Modifier and Type | Method and Description |
---|---|
static IdRepoException |
IdUtils.convertAMException(AMException ame)
Returns an IdRepoException based on an
AMException |
Modifier and Type | Method and Description |
---|---|
abstract int |
IdRepo.addListener(SSOToken token,
IdRepoListener listener)
Adds a listener for changes in the repository
|
void |
AMIdentity.addMember(AMIdentity identity)
If membership is supported then add the new identity as a member.
|
abstract void |
IdRepo.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map<String,Set<String>> attrMap)
This method is used to assign a service to the given identity.
|
void |
IdServices.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
AMIdentity.assignService(String serviceName,
Map attributes)
Assigns the service and service related attributes to the identity.
|
boolean |
AMIdentityRepository.authenticate(Callback[] credentials)
Non-javadoc, non-public methods Returns
true if the data
store has successfully authenticated the identity with the provided
credentials. |
boolean |
IdRepo.authenticate(Callback[] credentials)
Returns
true if the data store successfully authenticates
the identity with the provided credentials. |
boolean |
AMIdentityRepository.authenticate(IdType idType,
Callback[] credentials)
Non-javadoc, non-public methods Returns
true if the data
store has successfully authenticated the identity with the provided
credentials. |
boolean |
IdServices.authenticate(String orgName,
Callback[] credentials)
Returns
true if the data store has successfully
authenticated the identity with the specific type and provided credentials. |
boolean |
IdServices.authenticate(String orgName,
Callback[] credentials,
IdType idType)
Returns
true if the data store has successfully
authenticated the identity with the specific type and provided credentials. |
void |
IdRepo.changePassword(SSOToken token,
IdType type,
String name,
String attrName,
String oldPassword,
String newPassword)
Changes password of identity.
|
void |
IdServices.changePassword(SSOToken token,
IdType type,
String name,
String oldPassword,
String newPassword,
String amOrgName,
String amsdkDN) |
void |
AMIdentity.changePassword(String oldPassword,
String newPassword)
Changes password for the identity.
|
abstract String |
IdRepo.create(SSOToken token,
IdType type,
String name,
Map<String,Set<String>> attrMap)
Creates an identity.
|
AMIdentity |
IdServices.create(SSOToken token,
IdType type,
String name,
Map attrMap,
String amOrgName) |
Set |
AMIdentityRepository.createIdentities(IdType type,
Map identityNamesAndAttrs)
Creates multiple objects of the same type.
|
AMIdentity |
AMIdentityRepository.createIdentity(IdType type,
String idName,
Map attrMap)
Creates a single object of a type.
|
abstract void |
IdRepo.delete(SSOToken token,
IdType type,
String name)
Deletes an identity.
|
void |
IdServices.delete(SSOToken token,
IdType type,
String name,
String orgName,
String amsdkDN) |
void |
AMIdentityRepository.deleteIdentities(IdType type,
Set identities)
Deprecated.
As of release AM 7.1, replaced by
AMIdentityRepository.deleteIdentities(Set) |
void |
AMIdentityRepository.deleteIdentities(Set identities)
Deletes identities.
|
Set |
AMIdentityRepository.getAllowedIdOperations(IdType type)
Returns the set of Operations for a given
IdType ,
IdOperations that can be performed on an Identity. |
Set<String> |
AMIdentity.getAssignableServices()
Returns all services which can be assigned to this entity.
|
Set<String> |
AMIdentity.getAssignedServices()
Returns the set of services already assigned to this identity.
|
abstract Set<String> |
IdRepo.getAssignedServices(SSOToken token,
IdType type,
String name,
Map<String,Set<String>> mapOfServicesAndOCs)
Returns the set of services assigned to this identity.
|
Set |
IdServices.getAssignedServices(SSOToken token,
IdType type,
String name,
Map mapOfServiceNamesAndOCs,
String amOrgName,
String amsdkDN) |
Set |
AMIdentity.getAttribute(String attrName)
Returns the values of the requested attribute.
|
Map |
AMIdentity.getAttributes()
Returns all attributes and values of this identity.
|
Map |
AMIdentity.getAttributes(Set attrNames)
Returns requested attributes and values of this object.
|
abstract Map<String,Set<String>> |
IdRepo.getAttributes(SSOToken token,
IdType type,
String name)
Returns all attributes and values of name object
|
abstract Map<String,Set<String>> |
IdRepo.getAttributes(SSOToken token,
IdType type,
String name,
Set<String> attrNames)
Returns requested attributes and values of name object.
|
Map |
IdServices.getAttributes(SSOToken token,
IdType type,
String name,
Set attrNames,
String amOrgName,
String amsdkDN,
boolean isString) |
Map |
IdServices.getAttributes(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN) |
Map |
AMIdentity.getBinaryAttributes(Set attrNames)
Returns requested attributes and values of this object.
|
abstract Map<String,byte[][]> |
IdRepo.getBinaryAttributes(SSOToken token,
IdType type,
String name,
Set<String> attrNames)
Returns requested binary attributes as an array of bytes.
|
abstract Map<String,byte[][]> |
IdRepo.getBinaryServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set<String> attrNames)
Returns the requested binary attribute values of the service attributes
as an array of bytes.
|
Map |
IdServices.getBinaryServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN) |
Map |
AMIdentity.getBinaryServiceAttributes(String serviceName)
Returns attributes related to a service, if the service is assigned
to the identity.
|
String |
IdRepo.getFullyQualifiedName(SSOToken token,
IdType type,
String name)
Returns the fully qualified name for the identity.
|
Set |
IdServices.getFullyQualifiedNames(SSOToken token,
IdType type,
String name,
String orgName) |
static AMIdentity |
IdUtils.getIdentity(SSOToken token)
Returns a handle of the Identity object based on
the SSO Token passed in (
AMIdentity object of the user
who is authenticated). |
static AMIdentity |
IdUtils.getIdentity(SSOToken token,
String univId)
Returns an
AMIdentity object, if provided with a string
identifier for the object. |
static AMIdentity |
IdUtils.getIdentity(SSOToken token,
String amsdkdn,
String realm)
Returns an
AMIdentity object, given the
DN of an authenticated identity, realm name and identity type. |
static String |
IdUtils.getIdentityName(String uuid,
String orgName)
Returns the user name extracted from the uuid
if the orgName supplied in the parameter is
not same realm name in uuid then
IdRepoException
is thrown |
Set |
AMIdentity.getMembers(IdType mtype)
Return all members of a given identity type of this identity as a Set of
AMIdentity objects.
|
abstract Set<String> |
IdRepo.getMembers(SSOToken token,
IdType type,
String name,
IdType membersType)
Returns the memberships of an identity.
|
Set |
IdServices.getMembers(SSOToken token,
IdType type,
String name,
String amOrgName,
IdType membersType,
String amsdkDN) |
Set |
AMIdentity.getMemberships(IdType mtype)
Returns the set of identities that this identity belongs to.
|
abstract Set<String> |
IdRepo.getMemberships(SSOToken token,
IdType type,
String name,
IdType membershipType)
Returns the memberships of an identity.
|
Set |
IdServices.getMemberships(SSOToken token,
IdType type,
String name,
IdType membershipType,
String amOrgName,
String amsdkDN) |
static String |
IdUtils.getOrganization(SSOToken token,
String orgIdentifier)
Deprecated.
Use
RealmLookup.lookup(String) instead. |
AMIdentity |
AMIdentityRepository.getRealmIdentity()
Returns a handle of the Identity object representing this
realm for services related operations only.
|
abstract Map<String,Set<String>> |
IdRepo.getServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set<String> attrNames)
Returns the attribute values of the service attributes.
|
Map |
IdServices.getServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN) |
Map<String,Set<String>> |
AMIdentity.getServiceAttributes(String serviceName)
Returns attributes related to a service, if the service is assigned to
the identity.
|
Map |
IdServices.getServiceAttributesAscending(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN)
Non-javadoc, non-public methods
Get the service attributes of the name identity.
|
Map |
AMIdentity.getServiceAttributesAscending(String serviceName)
Returns attributes related to a service, if the service is assigned
to the identity.
|
IdSearchResults |
AMIdentityRepository.getSpecialIdentities(IdType type)
Return the special identities for this realm for a given type.
|
IdSearchResults |
AMIdentityRepository.getSpecialIdentities(SSOToken token,
IdType type,
String orgName) |
IdSearchResults |
IdServices.getSpecialIdentities(SSOToken token,
IdType type,
String orgName) |
Set |
AMIdentityRepository.getSupportedIdTypes()
Returns the set of supported object types
IdType for this
deployment. |
Set |
IdServices.getSupportedOperations(SSOToken token,
IdType type,
String amOrgName) |
Set |
IdServices.getSupportedTypes(SSOToken token,
String amOrgName) |
static IdType |
IdUtils.getType(String type)
Returns corresponding
IdType object given a type. |
void |
IdRepo.initialize(Map<String,Set<String>> configParams)
Initialization paramters as configred for a given plugin.
|
boolean |
AMIdentity.isActive()
If there is a status attribute configured, then verifies if the identity
is active and returns true.
|
boolean |
IdRepo.isActive(SSOToken token,
IdType type,
String name)
Returns true if the
name object is active. |
boolean |
IdServices.isActive(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN) |
boolean |
AMIdentity.isExists()
This method determines if the identity exists and returns true or false.
|
abstract boolean |
IdRepo.isExists(SSOToken token,
IdType type,
String name)
Returns true if the
name object exists in the data store. |
boolean |
IdServices.isExists(SSOToken token,
IdType type,
String name,
String amOrgName) |
boolean |
AMIdentity.isMember(AMIdentity identity)
Verifies if this identity is a member of the identity being passed.
|
static boolean |
IdUtils.isOrganizationActive(SSOToken token,
String realm)
Deprecated.
Use
RealmLookup.isActive(Realm) instead. |
abstract void |
IdRepo.modifyMemberShip(SSOToken token,
IdType type,
String name,
Set<String> members,
IdType membersType,
int operation)
Modify membership of the identity.
|
void |
IdServices.modifyMemberShip(SSOToken token,
IdType type,
String name,
Set members,
IdType membersType,
int operation,
String amOrgName) |
abstract void |
IdRepo.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map<String,Set<String>> attrMap)
Modifies the attribute values of the service attributes.
|
void |
IdServices.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
AMIdentity.modifyService(String serviceName,
Map attrMap)
Set attributes related to a specific service.
|
void |
AMIdentity.removeAttributes(Set attrNames)
Removes the attributes from the identity entry.
|
abstract void |
IdRepo.removeAttributes(SSOToken token,
IdType type,
String name,
Set<String> attrNames)
Removes the attributes from the identity.
|
void |
IdServices.removeAttributes(SSOToken token,
IdType type,
String name,
Set attrNames,
String amOrgName,
String amsdkDN) |
void |
AMIdentity.removeMember(AMIdentity identity)
Removes the identity from this identity's membership.
|
void |
AMIdentity.removeMembers(Set identityObjects)
Removes the identities from this identity's membership.
|
void |
AMIdentity.removeServiceAttributes(String serviceName,
Set attrNames)
Removes attributes value related to a specific service by
setting it to empty.
|
abstract RepoSearchResults |
IdRepo.search(SSOToken token,
IdType type,
CrestQuery crestQuery,
int maxTime,
int maxResults,
Set<String> returnAttrs,
boolean returnAllAttrs,
int filterOp,
Map<String,Set<String>> avPairs,
boolean recursive)
Search for specific type of identities using a CrestQuery object instead of a string.
|
IdSearchResults |
IdServices.search(SSOToken token,
IdType type,
IdSearchControl ctrl,
String amOrgName,
CrestQuery crestQuery)
By passing in a CrestQuery object, we now support searching by id (via _queryId) or by filter (_queryFilter).
|
IdSearchResults |
AMIdentityRepository.searchIdentities(IdType type,
CrestQuery crestQuery,
IdSearchControl ctrl)
Searches for identities of certain types from each plugin and returns a
combined result
Note: The AMIdentity objects representing IdType.REALM can be
used for services related operations only.
|
IdSearchResults |
AMIdentityRepository.searchIdentities(IdType type,
String pattern,
IdSearchControl ctrl)
Searches for identities of certain types from each plugin and returns a
combined result.
|
IdSearchResults |
AMIdentityRepository.searchIdentities(IdType type,
String pattern,
Map avPairs,
boolean recursive,
int maxResults,
int maxTime,
Set returnAttributes,
boolean returnAllAttributes)
Deprecated.
This method is deprecated. Use
AMIdentityRepository.searchIdentities(IdType type,String pattern,
IdSearchControl ctrl) |
void |
AMIdentity.setActiveStatus(boolean active)
If there is a status attribute configured, then set its status to
true or activated state if the parameter active is true.
|
abstract void |
IdRepo.setActiveStatus(SSOToken token,
IdType type,
String name,
boolean active)
Sets the object's status to
active . |
void |
IdServices.setActiveStatus(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN,
boolean active) |
void |
AMIdentity.setAttributes(Map attrMap)
Sets the values of attributes.
|
abstract void |
IdRepo.setAttributes(SSOToken token,
IdType type,
String name,
Map<String,Set<String>> attributes,
boolean isAdd)
Set the values of attributes of the identity.
|
void |
IdServices.setAttributes(SSOToken token,
IdType type,
String name,
Map attributes,
boolean isAdd,
String amOrgName,
String amsdkDN,
boolean isString) |
void |
AMIdentity.setBinaryAttributes(Map attrMap)
Set the values of binary attributes.
|
abstract void |
IdRepo.setBinaryAttributes(SSOToken token,
IdType type,
String name,
Map<String,byte[][]> attributes,
boolean isAdd)
Set the values of binary attributes the identity.
|
void |
IdRepoListener.setServiceAttributes(String sName,
Map attrs)
Stores service's dynamic attributes within the IdRepo plugin
configuration.
|
void |
AMIdentity.store()
Stores the attributes of the object.
|
abstract void |
IdRepo.unassignService(SSOToken token,
IdType type,
String name,
String serviceName,
Map<String,Set<String>> attrMap)
If the service is already assigned to the identity then
this method unassigns the service and removes the related
attributes from the entry.
|
void |
IdServices.unassignService(SSOToken token,
IdType type,
String name,
String serviceName,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
AMIdentity.unassignService(String serviceName)
Removes a service from the identity.
|
Constructor and Description |
---|
PasswordPolicyException(IdRepoException e)
Create a password policy exception from an id repo exception.
|
PasswordPolicyException(IdRepoException e,
Object[] args)
Create a password policy exception from an id repo exception.
|
Constructor and Description |
---|
AMIdentity(org.forgerock.opendj.ldap.DN universalId,
SSOToken ssotoken) |
AMIdentity(SSOToken ssotoken)
Constructor for the
AMIdentity object. |
AMIdentity(SSOToken ssotoken,
String universalId)
Constructor for the
AMIdentity object. |
AMIdentityRepository(SSOToken ssotoken,
String realmName)
Deprecated.
in 13.0.0, use
AMIdentityRepository(String, com.iplanet.sso.SSOToken) instead |
Modifier and Type | Method and Description |
---|---|
static void |
IdRepoUtils.loadIdRepoSchema(SSOToken ssoToken,
String idRepoName,
String realm,
javax.servlet.ServletContext servletCtx)
Loads schema to specified IdRepo.
|
Modifier and Type | Method and Description |
---|---|
int |
DatabaseRepo.addListener(SSOToken token,
IdRepoListener listener) |
void |
DatabaseRepo.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap) |
boolean |
DatabaseRepo.authenticate(Callback[] credentials)
Returns
true if the data store successfully authenticates
the identity with the provided credentials. |
String |
DatabaseRepo.create(SSOToken token,
IdType type,
String name,
Map attrMap) |
void |
DatabaseRepo.delete(SSOToken token,
IdType type,
String name) |
Set |
DatabaseRepo.getAssignedServices(SSOToken token,
IdType type,
String name,
Map mapOfServicesAndOCs) |
Map |
DatabaseRepo.getAttributes(SSOToken token,
IdType type,
String name) |
Map |
DatabaseRepo.getAttributes(SSOToken token,
IdType type,
String name,
Set attrNames) |
Map |
DatabaseRepo.getBinaryAttributes(SSOToken token,
IdType type,
String name,
Set attrNames) |
Map |
DatabaseRepo.getBinaryServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames) |
String |
DatabaseRepo.getFullyQualifiedName(SSOToken token,
IdType type,
String name) |
Set |
DatabaseRepo.getMembers(SSOToken token,
IdType type,
String name,
IdType membersType) |
Set |
DatabaseRepo.getMemberships(SSOToken token,
IdType type,
String name,
IdType membershipType) |
Map |
DatabaseRepo.getServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames) |
void |
DatabaseRepo.initialize(Map configParams) |
boolean |
DatabaseRepo.isActive(SSOToken token,
IdType type,
String name)
Returns true if the
name object is active
The convention is that a user is only considered inactive if the user
active attribute is explicitly set to be inactive. |
boolean |
DatabaseRepo.isExists(SSOToken token,
IdType type,
String name) |
void |
DatabaseRepo.modifyMemberShip(SSOToken token,
IdType type,
String name,
Set members,
IdType membersType,
int operation) |
void |
DatabaseRepo.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map attrMap) |
void |
DatabaseRepo.removeAttributes(SSOToken token,
IdType type,
String name,
Set attrNames) |
RepoSearchResults |
DatabaseRepo.search(SSOToken token,
IdType type,
CrestQuery crestQuery,
int maxTime,
int maxResults,
Set returnAttrs,
boolean returnAllAttrs,
int filterOp,
Map avPairs,
boolean recursive) |
void |
DatabaseRepo.setActiveStatus(SSOToken token,
IdType type,
String name,
boolean active) |
void |
DatabaseRepo.setAttributes(SSOToken token,
IdType type,
String name,
Map attributes,
boolean isAdd)
Set the values of attributes of the identity.
|
void |
DatabaseRepo.setBinaryAttributes(SSOToken token,
IdType type,
String name,
Map attributes,
boolean isAdd) |
void |
DatabaseRepo.unassignService(SSOToken token,
IdType type,
String name,
String serviceName,
Map attrMap) |
Modifier and Type | Class and Description |
---|---|
class |
FilesRepoEntryNotFoundException |
Modifier and Type | Method and Description |
---|---|
int |
FilesRepo.addListener(SSOToken token,
IdRepoListener listener) |
void |
FilesRepo.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap) |
boolean |
FilesRepo.authenticate(Callback[] credentials) |
String |
FilesRepo.create(SSOToken token,
IdType type,
String name,
Map attrMap) |
void |
FilesRepo.delete(SSOToken token,
IdType type,
String name) |
Set |
FilesRepo.getAssignedServices(SSOToken token,
IdType type,
String name,
Map mapOfServicesAndOCs) |
Map |
FilesRepo.getAttributes(SSOToken token,
IdType type,
String name) |
Map |
FilesRepo.getAttributes(SSOToken token,
IdType type,
String name,
Set attrNames) |
Map |
FilesRepo.getBinaryAttributes(SSOToken token,
IdType type,
String name,
Set attrNames) |
Map |
FilesRepo.getBinaryServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames) |
String |
FilesRepo.getFullyQualifiedName(SSOToken token,
IdType type,
String name) |
Set |
FilesRepo.getMembers(SSOToken token,
IdType type,
String name,
IdType membersType) |
Set |
FilesRepo.getMemberships(SSOToken token,
IdType type,
String name,
IdType membershipType) |
Map |
FilesRepo.getServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames) |
void |
FilesRepo.initialize(Map configParams) |
boolean |
FilesRepo.isActive(SSOToken token,
IdType type,
String name) |
boolean |
FilesRepo.isExists(SSOToken token,
IdType type,
String name) |
void |
FilesRepo.modifyMemberShip(SSOToken token,
IdType type,
String name,
Set members,
IdType membersType,
int operation) |
void |
FilesRepo.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map attrMap) |
void |
FilesRepo.removeAttributes(SSOToken token,
IdType type,
String name,
Set attrNames) |
RepoSearchResults |
FilesRepo.search(SSOToken token,
IdType type,
CrestQuery crestQuery,
int maxTime,
int maxResults,
Set returnAttrs,
boolean returnAllAttrs,
int filterOp,
Map avPairs,
boolean recursive) |
RepoSearchResults |
FilesRepo.search(SSOToken token,
IdType type,
String pattern,
int maxTime,
int maxResults,
Set returnAttrs,
boolean returnAllAttrs,
int filterOp,
Map avPairs,
boolean recursive) |
RepoSearchResults |
FilesRepo.search(SSOToken token,
IdType type,
String pattern,
Map avPairs,
boolean recursive,
int maxResults,
int maxTime,
Set returnAttrs) |
void |
FilesRepo.setActiveStatus(SSOToken token,
IdType type,
String name,
boolean active) |
void |
FilesRepo.setAttributes(SSOToken token,
IdType type,
String name,
Map attributes,
boolean isAdd) |
void |
FilesRepo.setBinaryAttributes(SSOToken token,
IdType type,
String name,
Map attributes,
boolean isAdd) |
void |
FilesRepo.unassignService(SSOToken token,
IdType type,
String name,
String serviceName,
Map attrMap) |
Modifier and Type | Method and Description |
---|---|
int |
SpecialRepo.addListener(SSOToken token,
IdRepoListener listener) |
int |
AgentsRepo.addListener(SSOToken token,
IdRepoListener listener) |
void |
SpecialRepo.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap) |
void |
AgentsRepo.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap) |
boolean |
SpecialRepo.authenticate(Callback[] credentials) |
boolean |
AgentsRepo.authenticate(Callback[] credentials) |
String |
SpecialRepo.create(SSOToken token,
IdType type,
String name,
Map attrMap) |
String |
AgentsRepo.create(SSOToken token,
IdType type,
String agentName,
Map attrMap) |
void |
SpecialRepo.delete(SSOToken token,
IdType type,
String name) |
void |
AgentsRepo.delete(SSOToken token,
IdType type,
String name) |
Set |
SpecialRepo.getAssignedServices(SSOToken token,
IdType type,
String name,
Map mapOfServicesAndOCs) |
Set |
AgentsRepo.getAssignedServices(SSOToken token,
IdType type,
String name,
Map mapOfServicesAndOCs) |
Map |
SpecialRepo.getAttributes(SSOToken token,
IdType type,
String name) |
Map |
AgentsRepo.getAttributes(SSOToken token,
IdType type,
String name) |
Map |
SpecialRepo.getAttributes(SSOToken token,
IdType type,
String name,
Set attrNames) |
Map |
AgentsRepo.getAttributes(SSOToken token,
IdType type,
String name,
Set attrNames) |
Map |
SpecialRepo.getBinaryAttributes(SSOToken token,
IdType type,
String name,
Set attrNames) |
Map |
AgentsRepo.getBinaryAttributes(SSOToken token,
IdType type,
String name,
Set attrNames) |
Map |
SpecialRepo.getBinaryServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames) |
Map |
AgentsRepo.getBinaryServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames) |
String |
SpecialRepo.getFullyQualifiedName(SSOToken token,
IdType type,
String name) |
String |
AgentsRepo.getFullyQualifiedName(SSOToken token,
IdType type,
String name) |
Set |
SpecialRepo.getMembers(SSOToken token,
IdType type,
String name,
IdType membersType) |
Set |
AgentsRepo.getMembers(SSOToken token,
IdType type,
String name,
IdType membersType) |
Set |
SpecialRepo.getMemberships(SSOToken token,
IdType type,
String name,
IdType membershipType) |
Set |
AgentsRepo.getMemberships(SSOToken token,
IdType type,
String name,
IdType membershipType) |
Map |
SpecialRepo.getServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames) |
Map |
AgentsRepo.getServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames) |
void |
SpecialRepo.initialize(Map configParams) |
void |
AgentsRepo.initialize(Map configParams) |
boolean |
SpecialRepo.isActive(SSOToken token,
IdType type,
String name) |
boolean |
AgentsRepo.isActive(SSOToken token,
IdType type,
String name) |
boolean |
SpecialRepo.isExists(SSOToken token,
IdType type,
String name) |
boolean |
AgentsRepo.isExists(SSOToken token,
IdType type,
String name) |
void |
AgentsRepo.modifyMemberShip(SSOToken token,
IdType type,
String name,
Set<String> members,
IdType membersType,
int operation) |
void |
SpecialRepo.modifyMemberShip(SSOToken token,
IdType type,
String name,
Set members,
IdType membersType,
int operation) |
void |
SpecialRepo.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map attrMap) |
void |
AgentsRepo.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map attrMap) |
void |
SpecialRepo.removeAttributes(SSOToken token,
IdType type,
String name,
Set attrNames) |
void |
AgentsRepo.removeAttributes(SSOToken token,
IdType type,
String name,
Set attrNames) |
RepoSearchResults |
SpecialRepo.search(SSOToken token,
IdType type,
CrestQuery crestQuery,
int maxTime,
int maxResults,
Set<String> returnAttrs,
boolean returnAllAttrs,
int filterOp,
Map<String,Set<String>> avPairs,
boolean recursive) |
RepoSearchResults |
AgentsRepo.search(SSOToken token,
IdType type,
CrestQuery crestQuery,
int maxTime,
int maxResults,
Set<String> returnAttrs,
boolean returnAllAttrs,
int filterOp,
Map<String,Set<String>> avPairs,
boolean recursive) |
void |
SpecialRepo.setActiveStatus(SSOToken token,
IdType type,
String name,
boolean active) |
void |
AgentsRepo.setActiveStatus(SSOToken token,
IdType type,
String name,
boolean active) |
void |
SpecialRepo.setAttributes(SSOToken token,
IdType type,
String name,
Map attributes,
boolean isAdd) |
void |
AgentsRepo.setAttributes(SSOToken token,
IdType type,
String name,
Map attributes,
boolean isAdd) |
void |
SpecialRepo.setBinaryAttributes(SSOToken token,
IdType type,
String name,
Map attributes,
boolean isAdd) |
void |
AgentsRepo.setBinaryAttributes(SSOToken token,
IdType type,
String name,
Map attributes,
boolean isAdd) |
void |
SpecialRepo.unassignService(SSOToken token,
IdType type,
String name,
String serviceName,
Map attrMap) |
void |
AgentsRepo.unassignService(SSOToken token,
IdType type,
String name,
String serviceName,
Map attrMap) |
Modifier and Type | Method and Description |
---|---|
void |
IdRemoteServicesImpl.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
IdRemoteServicesImpl.changePassword(SSOToken token,
IdType type,
String name,
String oldPassword,
String newPassword,
String amOrgName,
String amsdkDN) |
AMIdentity |
IdRemoteServicesImpl.create(SSOToken token,
IdType type,
String name,
Map attrMap,
String amOrgName) |
void |
IdRemoteCachedServicesImpl.delete(SSOToken token,
IdType type,
String name,
String orgName,
String amsdkDN) |
void |
IdRemoteServicesImpl.delete(SSOToken token,
IdType type,
String name,
String orgName,
String amsdkDN) |
Set |
IdRemoteServicesImpl.getAssignedServices(SSOToken token,
IdType type,
String name,
Map mapOfServiceNamesAndOCs,
String amOrgName,
String amsdkDN) |
Map |
IdRemoteCachedServicesImpl.getAttributes(SSOToken token,
IdType type,
String name,
Set attrNames,
String amOrgName,
String amsdkDN,
boolean isStringValues) |
Map |
IdRemoteServicesImpl.getAttributes(SSOToken token,
IdType type,
String name,
Set attrNames,
String amOrgName,
String amsdkDN,
boolean isString) |
Map |
IdRemoteCachedServicesImpl.getAttributes(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN) |
Map |
IdRemoteServicesImpl.getAttributes(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN) |
Map |
IdRemoteServicesImpl.getBinaryServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN) |
Set |
IdRemoteCachedServicesImpl.getFullyQualifiedNames(SSOToken token,
IdType type,
String name,
String orgName) |
Set |
IdRemoteServicesImpl.getFullyQualifiedNames(SSOToken token,
IdType type,
String name,
String org) |
Set |
IdRemoteServicesImpl.getMembers(SSOToken token,
IdType type,
String name,
String amOrgName,
IdType membersType,
String amsdkDN) |
Set |
IdRemoteServicesImpl.getMemberships(SSOToken token,
IdType type,
String name,
IdType membershipType,
String amOrgName,
String amsdkDN) |
Map |
IdRemoteServicesImpl.getServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN) |
Map |
IdRemoteServicesImpl.getServiceAttributesAscending(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN)
Non-javadoc, non-public methods
Get the service attributes of the name identity.
|
IdSearchResults |
IdRemoteServicesImpl.getSpecialIdentities(SSOToken token,
IdType type,
String orgName) |
Set |
IdRemoteServicesImpl.getSupportedOperations(SSOToken token,
IdType type,
String amOrgName) |
Set |
IdRemoteServicesImpl.getSupportedTypes(SSOToken token,
String amOrgName) |
boolean |
IdRemoteServicesImpl.isActive(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN) |
boolean |
IdRemoteCachedServicesImpl.isExists(SSOToken token,
IdType type,
String name,
String amOrgName) |
boolean |
IdRemoteServicesImpl.isExists(SSOToken token,
IdType type,
String name,
String amOrgName) |
void |
IdRemoteServicesImpl.modifyMemberShip(SSOToken token,
IdType type,
String name,
Set members,
IdType membersType,
int operation,
String amOrgName) |
void |
IdRemoteServicesImpl.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
protected void |
IdRemoteServicesImpl.processException(Exception exception) |
void |
IdRemoteCachedServicesImpl.removeAttributes(SSOToken token,
IdType type,
String name,
Set attrNames,
String orgName,
String amsdkDN) |
void |
IdRemoteServicesImpl.removeAttributes(SSOToken token,
IdType type,
String name,
Set attrNames,
String amOrgName,
String amsdkDN) |
IdSearchResults |
IdRemoteCachedServicesImpl.search(SSOToken token,
IdType type,
IdSearchControl ctrl,
String orgName,
CrestQuery crestQuery) |
IdSearchResults |
IdRemoteServicesImpl.search(SSOToken token,
IdType type,
IdSearchControl ctrl,
String amOrgName,
CrestQuery crestQuery) |
void |
IdRemoteCachedServicesImpl.setActiveStatus(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN,
boolean active) |
void |
IdRemoteServicesImpl.setActiveStatus(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN,
boolean active) |
void |
IdRemoteCachedServicesImpl.setAttributes(SSOToken token,
IdType type,
String name,
Map attributes,
boolean isAdd,
String amOrgName,
String amsdkDN,
boolean isString) |
void |
IdRemoteServicesImpl.setAttributes(SSOToken token,
IdType type,
String name,
Map attributes,
boolean isAdd,
String amOrgName,
String amsdkDN,
boolean isString) |
void |
IdRemoteServicesImpl.unassignService(SSOToken token,
IdType type,
String name,
String serviceName,
Map attrMap,
String amOrgName,
String amsdkDN) |
Modifier and Type | Method and Description |
---|---|
void |
IdRepoJAXRPCObjectImpl.assignService_idrepo(String token,
String type,
String name,
String serviceName,
String stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
IdServicesImpl.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
IdCachedServicesImpl.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
boolean |
IdServicesImpl.authenticate(String orgName,
Callback[] credentials) |
boolean |
IdServicesImpl.authenticate(String orgName,
Callback[] credentials,
IdType idType) |
void |
IdRepoJAXRPCObjectImpl.changePassword_idrepo(String token,
String type,
String name,
String oldPassword,
String newPassword,
String amOrgName,
String amsdkDN) |
void |
IdServicesImpl.changePassword(SSOToken token,
IdType type,
String name,
String oldPassword,
String newPassword,
String amOrgName,
String amsdkDN) |
String |
IdRepoJAXRPCObjectImpl.create_idrepo(String token,
String type,
String name,
Map attrMap,
String amOrgName) |
AMIdentity |
IdServicesImpl.create(SSOToken token,
IdType type,
String name,
Map attrMap,
String amOrgName) |
AMIdentity |
IdCachedServicesImpl.create(SSOToken token,
IdType type,
String name,
Map attrMap,
String amOrgName) |
void |
IdRepoJAXRPCObjectImpl.delete_idrepo(String token,
String type,
String name,
String orgName,
String amsdkDN) |
void |
IdServicesImpl.delete(SSOToken token,
IdType type,
String name,
String orgName,
String amsdkDN) |
void |
IdCachedServicesImpl.delete(SSOToken token,
IdType type,
String name,
String orgName,
String amsdkDN) |
protected IdRepo |
IdRepoPluginsCache.getAgentRepoPlugin(String orgName) |
protected IdRepo |
IdRepoPluginsCache.getAMRepoPlugin(String orgName) |
Set |
IdRepoJAXRPCObjectImpl.getAssignedServices_idrepo(String token,
String type,
String name,
Map mapOfServiceNamesAndOCs,
String amOrgName,
String amsdkDN) |
Set<String> |
IdServicesImpl.getAssignedServices(SSOToken token,
IdType type,
String name,
Map mapOfServiceNamesAndOCs,
String amOrgName,
String amsdkDN) |
Set<String> |
IdCachedServicesImpl.getAssignedServices(SSOToken token,
IdType type,
String name,
Map mapOfServiceNamesAndOCs,
String amOrgName,
String amsdkDN) |
Map |
IdServicesImpl.getAttributes(SSOToken token,
IdType type,
String name,
Set attrNames,
String amOrgName,
String amsdkDN,
boolean isString) |
Map |
IdCachedServicesImpl.getAttributes(SSOToken token,
IdType type,
String name,
Set attrNames,
String amOrgName,
String amsdkDN,
boolean isStringValues) |
Map |
IdServicesImpl.getAttributes(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN) |
Map |
IdCachedServicesImpl.getAttributes(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN) |
Map |
IdRepoJAXRPCObjectImpl.getAttributes1_idrepo(String token,
String type,
String name,
Set attrNames,
String amOrgName,
String amsdkDN) |
Map |
IdRepoJAXRPCObjectImpl.getAttributes2_idrepo(String token,
String type,
String name,
String amOrgName,
String amsdkDN) |
Map<String,Set<String>> |
IdRepoJAXRPCObjectImpl.getBinaryAttributes_idrepo(String token,
String type,
String name,
Set<String> attrNames,
String amOrgName,
String amsdkDN) |
Map |
IdRepoJAXRPCObjectImpl.getBinaryServiceAttributes_idrepo(String token,
String type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN) |
Map |
IdServicesImpl.getBinaryServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN) |
Set |
IdRepoJAXRPCObjectImpl.getFullyQualifiedNames_idrepo(String token,
String type,
String name,
String amOrgName) |
Set |
IdServicesImpl.getFullyQualifiedNames(SSOToken token,
IdType type,
String name,
String orgName)
Returns the set of fully qualified names for the identity.
|
Set |
IdCachedServicesImpl.getFullyQualifiedNames(SSOToken token,
IdType type,
String name,
String orgName) |
IdRepoAttributeValidator |
IdRepoAttributeValidatorManager.getIdRepoAttributeValidator(String realm)
Returns an instance of
IdRepoAttributeValidator for
specified realm. |
protected Set<IdRepo> |
IdRepoPluginsCache.getIdRepoPlugins(String orgName) |
protected Set<IdRepo> |
IdRepoPluginsCache.getIdRepoPlugins(String orgName,
IdOperation op,
IdType type) |
Set |
IdRepoJAXRPCObjectImpl.getMembers_idrepo(String token,
String type,
String name,
String amOrgName,
String membersType,
String amsdkDN) |
Set |
IdServicesImpl.getMembers(SSOToken token,
IdType type,
String name,
String amOrgName,
IdType membersType,
String amsdkDN) |
Set |
IdCachedServicesImpl.getMembers(SSOToken token,
IdType type,
String name,
String amOrgName,
IdType membersType,
String amsdkDN) |
Set |
IdRepoJAXRPCObjectImpl.getMemberships_idrepo(String token,
String type,
String name,
String membershipType,
String amOrgName,
String amsdkDN) |
Set |
IdServicesImpl.getMemberships(SSOToken token,
IdType type,
String name,
IdType membershipType,
String amOrgName,
String amsdkDN) |
Set |
IdCachedServicesImpl.getMemberships(SSOToken token,
IdType type,
String name,
IdType membershipType,
String amOrgName,
String amsdkDN) |
Map |
IdRepoJAXRPCObjectImpl.getServiceAttributes_idrepo(String token,
String type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN) |
Map |
IdServicesImpl.getServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN) |
Map |
IdServicesImpl.getServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN,
boolean isString) |
Map |
IdCachedServicesImpl.getServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN,
boolean isString) |
Map |
IdRepoJAXRPCObjectImpl.getServiceAttributesAscending_idrepo(String token,
String type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN) |
Map |
IdServicesImpl.getServiceAttributesAscending(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN)
Non-javadoc, non-public methods
Get the service attributes of the name identity.
|
Map |
IdRepoJAXRPCObjectImpl.getSpecialIdentities_idrepo(String token,
String type,
String amOrgName) |
IdSearchResults |
IdServicesImpl.getSpecialIdentities(SSOToken token,
IdType type,
String orgName) |
Set |
IdRepoJAXRPCObjectImpl.getSupportedOperations_idrepo(String token,
String type,
String amOrgName) |
Set |
IdServicesImpl.getSupportedOperations(SSOToken token,
IdType type,
String amOrgName) |
Set |
IdRepoJAXRPCObjectImpl.getSupportedTypes_idrepo(String token,
String amOrgName) |
Set |
IdServicesImpl.getSupportedTypes(SSOToken token,
String amOrgName) |
boolean |
IdRepoJAXRPCObjectImpl.isActive_idrepo(String token,
String type,
String name,
String amOrgName,
String amsdkDN) |
boolean |
IdServicesImpl.isActive(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN) |
boolean |
IdCachedServicesImpl.isActive(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN) |
boolean |
IdRepoJAXRPCObjectImpl.isExists_idrepo(String token,
String type,
String name,
String amOrgName) |
boolean |
IdServicesImpl.isExists(SSOToken token,
IdType type,
String name,
String amOrgName) |
boolean |
IdCachedServicesImpl.isExists(SSOToken token,
IdType type,
String name,
String amOrgName) |
protected boolean |
IdServicesImpl.isSpecialIdentity(SSOToken token,
String name,
IdType type,
String orgName) |
void |
IdRepoJAXRPCObjectImpl.modifyMemberShip_idrepo(String token,
String type,
String name,
Set members,
String membersType,
int operation,
String amOrgName) |
void |
IdServicesImpl.modifyMemberShip(SSOToken token,
IdType type,
String name,
Set members,
IdType membersType,
int operation,
String amOrgName) |
void |
IdCachedServicesImpl.modifyMemberShip(SSOToken token,
IdType type,
String name,
Set members,
IdType membersType,
int operation,
String amOrgName) |
void |
IdRepoJAXRPCObjectImpl.modifyService_idrepo(String token,
String type,
String name,
String serviceName,
String stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
IdServicesImpl.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
IdCachedServicesImpl.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
IdRepoJAXRPCObjectImpl.removeAttributes_idrepo(String token,
String type,
String name,
Set attrNames,
String amOrgName,
String amsdkDN) |
void |
IdServicesImpl.removeAttributes(SSOToken token,
IdType type,
String name,
Set attrNames,
String amOrgName,
String amsdkDN) |
void |
IdCachedServicesImpl.removeAttributes(SSOToken token,
IdType type,
String name,
Set attrNames,
String orgName,
String amsdkDN) |
IdSearchResults |
IdServicesImpl.search(SSOToken token,
IdType type,
IdSearchControl ctrl,
String amOrgName,
CrestQuery crestQuery) |
IdSearchResults |
IdCachedServicesImpl.search(SSOToken token,
IdType type,
IdSearchControl ctrl,
String orgName,
CrestQuery crestQuery) |
Map |
IdRepoJAXRPCObjectImpl.search1_idrepo(String token,
String type,
String pattern,
Map avPairs,
boolean recursive,
int maxResults,
int maxTime,
Set returnAttrs,
String amOrgName) |
Map |
IdRepoJAXRPCObjectImpl.search2_idrepo(String token,
String type,
String pattern,
int maxTime,
int maxResults,
Set returnAttrs,
boolean returnAllAttrs,
int filterOp,
Map avPairs,
boolean recursive,
String amOrgName) |
void |
IdRepoJAXRPCObjectImpl.setActiveStatus_idrepo(String token,
String type,
String name,
String amOrgName,
String amsdkDN,
boolean active) |
void |
IdServicesImpl.setActiveStatus(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN,
boolean active) |
void |
IdCachedServicesImpl.setActiveStatus(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN,
boolean active) |
void |
IdRepoJAXRPCObjectImpl.setAttributes_idrepo(String token,
String type,
String name,
Map attributes,
boolean isAdd,
String amOrgName,
String amsdkDN) |
void |
IdServicesImpl.setAttributes(SSOToken token,
IdType type,
String name,
Map attributes,
boolean isAdd,
String amOrgName,
String amsdkDN,
boolean isString) |
void |
IdCachedServicesImpl.setAttributes(SSOToken token,
IdType type,
String name,
Map attributes,
boolean isAdd,
String amOrgName,
String amsdkDN,
boolean isString) |
void |
IdRepoJAXRPCObjectImpl.setAttributes2_idrepo(String token,
String type,
String name,
Map attributes,
boolean isAdd,
String amOrgName,
String amsdkDN,
boolean isString) |
void |
IdRepoJAXRPCObjectImpl.unassignService_idrepo(String token,
String type,
String name,
String serviceName,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
IdServicesImpl.unassignService(SSOToken token,
IdType type,
String name,
String serviceName,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
IdRepoAttributeValidatorImpl.validateAttributes(Map<String,Set<String>> attrMap,
IdOperation idOp) |
void |
IdRepoAttributeValidator.validateAttributes(Map<String,Set<String>> attrMap,
IdOperation idOp)
Validates attributes for create or modify operation.
|
Modifier and Type | Method and Description |
---|---|
TokenRestriction |
TokenRestrictionResolver.resolve(String agentId,
String realm,
SSOToken adminToken)
Returns an appropriate token restriction for the given agent.
|
TokenRestriction |
TokenRestrictionResolver.resolve(String providerId,
String gotoUrl,
SSOToken adminToken,
boolean uniqueSSOTokenCookie)
Returns an appropriate token restriction for the given agent.
|
Modifier and Type | Method and Description |
---|---|
Set<?> |
AMIdentityWrapper.getAttribute(String attr)
Delegates to the getAttribute method on the AMIdentity instance.
|
void |
AMIdentityWrapper.setAttributes(Map attrMap)
Delegates to the setAttributes method on the AMIdentity instance.
|
void |
AMIdentityWrapper.store()
Delegates to the store method on the AMIdentity instance.
|
Modifier and Type | Method and Description |
---|---|
AMIdentity |
CoreWrapper.getIdentity(SSOToken token)
Returns a handle of the Identity object based on the SSO Token passed in (
AMIdentity object of the user
who is authenticated). |
AMIdentity |
CoreWrapper.getIdentity(SSOToken token,
String univId)
Returns an
AMIdentity object, if provided with a string identifier for the object. |
String |
CoreWrapper.getOrganization(SSOToken adminToken,
String orgIdentifier)
Returns an organization which maps to the identifier used by application.
|
boolean |
CoreServicesWrapper.isOrganizationActive(String realm)
Checks to see if the Organization is active.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticatorOathService.removeAllUserDevices(AMIdentity id)
Removes all user's current devices of this type.
|
void |
AuthenticatorOathService.setUserSkipOath(AMIdentity id,
int userSkipOath)
Sets the user's ability to skip an Authenticator OATH module (or any module configured to look at the
supplied attrName for its skippable value).
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticatorPushService.removeAllUserDevices(AMIdentity id)
Remove all user devices in a single call.
|
Modifier and Type | Method and Description |
---|---|
AMIdentity |
SessionResourceUtil.getIdentity(SSOToken ssoToken)
Creates a AMIdentity from the specified SSOToken.
|
org.forgerock.json.JsonValue |
SessionResourceUtil.jsonValueOf(SSOToken ssoToken)
Creates the JsonValue representing the single sign on token
|
Modifier and Type | Method and Description |
---|---|
org.forgerock.json.resource.ResourceException |
IdentityResourceExceptionMappingHandler.handleError(org.forgerock.services.context.Context context,
org.forgerock.json.resource.Request request,
IdRepoException error) |
IdServicesException |
IdentityServicesExceptionMappingHandler.handleError(org.forgerock.services.context.Context context,
org.forgerock.json.resource.Request request,
IdRepoException error) |
org.forgerock.json.resource.ResourceException |
IdentityResourceExceptionMappingHandler.handleError(org.forgerock.services.context.Context context,
String debug,
org.forgerock.json.resource.Request request,
IdRepoException error) |
IdServicesException |
IdentityServicesExceptionMappingHandler.handleError(org.forgerock.services.context.Context context,
String debug,
org.forgerock.json.resource.Request request,
IdRepoException error) |
org.forgerock.json.resource.ResourceException |
IdentityResourceExceptionMappingHandler.handleError(IdRepoException idRepoException) |
IdServicesException |
IdentityServicesExceptionMappingHandler.handleError(IdRepoException error) |
org.forgerock.json.resource.ResourceException |
IdentityResourceExceptionMappingHandler.handleError(org.forgerock.json.resource.Request request,
IdRepoException error) |
IdServicesException |
IdentityServicesExceptionMappingHandler.handleError(org.forgerock.json.resource.Request request,
IdRepoException error) |
org.forgerock.json.resource.ResourceException |
IdentityResourceExceptionMappingHandler.handleError(String debug,
org.forgerock.json.resource.Request request,
IdRepoException error) |
IdServicesException |
IdentityServicesExceptionMappingHandler.handleError(String debug,
org.forgerock.json.resource.Request request,
IdRepoException error) |
Modifier and Type | Method and Description |
---|---|
void |
IdServicesDecorator.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
boolean |
IdServicesDecorator.authenticate(String orgName,
Callback[] credentials)
Returns
true if the data store has successfully
authenticated the identity with the specific type and provided credentials. |
boolean |
IdServicesDecorator.authenticate(String orgName,
Callback[] credentials,
IdType idType) |
void |
IdServicesDecorator.changePassword(SSOToken token,
IdType type,
String name,
String oldPassword,
String newPassword,
String amOrgName,
String amsdkDN) |
AMIdentity |
IdServicesDecorator.create(SSOToken token,
IdType type,
String name,
Map attrMap,
String amOrgName) |
void |
IdServicesDecorator.delete(SSOToken token,
IdType type,
String name,
String orgName,
String amsdkDN) |
Set |
IdServicesDecorator.getAssignedServices(SSOToken token,
IdType type,
String name,
Map mapOfServiceNamesAndOCs,
String amOrgName,
String amsdkDN) |
Map |
IdServicesDecorator.getAttributes(SSOToken token,
IdType type,
String name,
Set attrNames,
String amOrgName,
String amsdkDN,
boolean isString) |
Map |
LowerCaseIdServicesDecorator.getAttributes(SSOToken token,
IdType type,
String name,
Set attrNames,
String amOrgName,
String amsdkDN,
boolean isString) |
Map |
LowerCaseIdCachedServicesDecorator.getAttributes(SSOToken token,
IdType type,
String name,
Set attrNames,
String amOrgName,
String amsdkDN,
boolean isString) |
Map |
IdServicesDecorator.getAttributes(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN) |
Map |
LowerCaseIdServicesDecorator.getAttributes(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN) |
Map |
LowerCaseIdCachedServicesDecorator.getAttributes(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN) |
Map |
IdServicesDecorator.getBinaryServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN) |
Set |
IdServicesDecorator.getFullyQualifiedNames(SSOToken token,
IdType type,
String name,
String orgName) |
Set |
IdServicesDecorator.getMembers(SSOToken token,
IdType type,
String name,
String amOrgName,
IdType membersType,
String amsdkDN) |
Set |
IdServicesDecorator.getMemberships(SSOToken token,
IdType type,
String name,
IdType membershipType,
String amOrgName,
String amsdkDN) |
Map |
IdServicesDecorator.getServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN) |
Map |
IdServicesDecorator.getServiceAttributesAscending(SSOToken token,
IdType type,
String name,
String serviceName,
Set attrNames,
String amOrgName,
String amsdkDN)
Non-javadoc, non-public methods
Get the service attributes of the name identity.
|
IdSearchResults |
IdServicesDecorator.getSpecialIdentities(SSOToken token,
IdType type,
String orgName) |
Set |
IdServicesDecorator.getSupportedOperations(SSOToken token,
IdType type,
String amOrgName) |
Set |
IdServicesDecorator.getSupportedTypes(SSOToken token,
String amOrgName) |
boolean |
IdServicesDecorator.isActive(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN) |
boolean |
IdServicesDecorator.isExists(SSOToken token,
IdType type,
String name,
String amOrgName) |
void |
IdServicesDecorator.modifyMemberShip(SSOToken token,
IdType type,
String name,
Set members,
IdType membersType,
int operation,
String amOrgName) |
void |
IdServicesDecorator.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
IdServicesDecorator.removeAttributes(SSOToken token,
IdType type,
String name,
Set attrNames,
String amOrgName,
String amsdkDN) |
IdSearchResults |
IdServicesDecorator.search(SSOToken token,
IdType type,
IdSearchControl ctrl,
String amOrgName,
CrestQuery crestQuery)
By passing in a CrestQuery object, we now support searching by id (via _queryId) or by filter (_queryFilter).
|
void |
IdServicesDecorator.setActiveStatus(SSOToken token,
IdType type,
String name,
String amOrgName,
String amsdkDN,
boolean active) |
void |
IdServicesDecorator.setAttributes(SSOToken token,
IdType type,
String name,
Map attributes,
boolean isAdd,
String amOrgName,
String amsdkDN,
boolean isString) |
void |
IdServicesDecorator.unassignService(SSOToken token,
IdType type,
String name,
String serviceName,
Map attrMap,
String amOrgName,
String amsdkDN) |
Modifier and Type | Class and Description |
---|---|
class |
IdentityNotFoundException |
Modifier and Type | Method and Description |
---|---|
void |
DJLDAPv3Repo.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map<String,Set<String>> attrMap)
Assigns a service to the provided identity.
|
boolean |
DJLDAPv3Repo.authenticate(Callback[] credentials)
Tries to bind as the user with the credentials passed in via callbacks.
|
void |
DJLDAPv3Repo.changePassword(SSOToken token,
IdType type,
String name,
String attrName,
String oldPassword,
String newPassword)
Changes password for the given identity by binding as the user first (i.e. this is not password reset).
|
String |
DJLDAPv3Repo.create(SSOToken token,
IdType type,
String name,
Map<String,Set<String>> attrMap)
Creates a new identity using the passed in attributes.
|
void |
DJLDAPv3Repo.delete(SSOToken token,
IdType type,
String name)
Deletes the identity from the directory.
|
Set<String> |
DJLDAPv3Repo.getAssignedServices(SSOToken token,
IdType type,
String name,
Map<String,Set<String>> mapOfServicesAndOCs)
Returns the currently assigned to the given identity.
|
Map<String,Set<String>> |
DJLDAPv3Repo.getAttributes(SSOToken token,
IdType type,
String name)
Returns all the attributes that are defined in the configuration for the given identity.
|
Map<String,Set<String>> |
DJLDAPv3Repo.getAttributes(SSOToken token,
IdType type,
String name,
Set<String> attrNames)
Returns all the requested attributes that are defined in the configuration for this given identity.
|
Map<String,byte[][]> |
DJLDAPv3Repo.getBinaryAttributes(SSOToken token,
IdType type,
String name,
Set<String> attrNames)
Returns all the requested binary attributes that are defined in the configuration for this given identity.
|
Map<String,byte[][]> |
DJLDAPv3Repo.getBinaryServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set<String> attrNames)
Returns the service attributes in binary format for the given identity.
|
String |
DJLDAPv3Repo.getFullyQualifiedName(SSOToken token,
IdType type,
String name)
Returns a fully qualified name of the identity, which should be unique per data store.
|
Set<String> |
DJLDAPv3Repo.getMembers(SSOToken token,
IdType type,
String name,
IdType membersType)
Gets membership data for a given group/role/filtered role.
|
Set<String> |
DJLDAPv3Repo.getMemberships(SSOToken token,
IdType type,
String name,
IdType membershipType)
Returns the membership information of a user for the given membership type.
|
protected org.forgerock.opendj.ldap.schema.Schema |
DJLDAPv3Repo.getSchema() |
Map<String,Set<String>> |
DJLDAPv3Repo.getServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set<String> attrNames)
Returns the service attributes in string format for the given identity.
|
void |
DJLDAPv3Repo.initialize(Map<String,Set<String>> configParams)
Initializes the IdRepo instance, basically within this method we process
the configuration settings and set up the connection factories that will
be used later in the lifetime of the IdRepo plugin.
|
boolean |
DJLDAPv3Repo.isActive(SSOToken token,
IdType type,
String name)
Tells whether the given identity is considered as "active" or not.
|
boolean |
DJLDAPv3Repo.isExists(SSOToken token,
IdType type,
String name)
Tells whether a given identity exists or not.
|
void |
DJLDAPv3Repo.modifyMemberShip(SSOToken token,
IdType type,
String name,
Set<String> members,
IdType membersType,
int operation)
Adds or removes members to the provided group/role.
|
void |
DJLDAPv3Repo.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map<String,Set<String>> attrMap)
Modifies the service attributes based on the incoming attributeMap.
|
void |
DJLDAPv3Repo.removeAttributes(SSOToken token,
IdType type,
String name,
Set<String> attrNames)
Removes the specified attributes from the identity.
|
RepoSearchResults |
DJLDAPv3Repo.search(SSOToken token,
IdType type,
CrestQuery crestQuery,
int maxTime,
int maxResults,
Set<String> returnAttrs,
boolean returnAllAttrs,
int filterOp,
Map<String,Set<String>> avPairs,
boolean recursive)
Performs a search in the directory based on the provided parameters.
|
void |
DJLDAPv3Repo.setActiveStatus(SSOToken token,
IdType type,
String name,
boolean active)
Sets the user status to the value provided for the given identity.
|
void |
DJLDAPv3Repo.setAttributes(SSOToken token,
IdType type,
String name,
Map<String,Set<String>> attributes,
boolean isAdd)
Sets the provided attributes for the given identity.
|
void |
DJLDAPv3Repo.setBinaryAttributes(SSOToken token,
IdType type,
String name,
Map<String,byte[][]> attributes,
boolean isAdd)
Sets the provided binary attributes for the given identity.
|
void |
DJLDAPv3Repo.unassignService(SSOToken token,
IdType type,
String name,
String serviceName,
Map<String,Set<String>> attrMap)
Unassigns a service from the provided identity.
|
Modifier and Type | Method and Description |
---|---|
String |
DirectoryHelper.getStatus(DJLDAPv3Repo idRepo,
String name,
boolean isActive,
String userStatusAttr,
String activeValue,
String inactiveValue)
Returns the directory specific user status attribute value based on the default Inactive/Active settings.
|
String |
ADHelper.getStatus(DJLDAPv3Repo idRepo,
String name,
boolean isActive,
String userStatusAttr,
String activeValue,
String inactiveValue)
Based on the incoming values returns the value for the userAccountControl.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientResourceManager.createIdentity(String realm,
String id,
Map<String,Set<String>> attrs) |
void |
ClientResourceManager.deleteIdentity(String id,
String realm) |
Modifier and Type | Method and Description |
---|---|
static void |
RestUtils.hasPermission(org.forgerock.services.context.Context context) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
SessionChangeAuthorizer.getSessionSubjectOrganisations(SessionID sessionID)
Gets the organisations assigned to the session subject
|
Modifier and Type | Method and Description |
---|---|
int |
Repo.addListener(SSOToken token,
IdRepoListener listener) |
void |
Repo.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map<String,Set<String>> attrMap) |
boolean |
Repo.authenticate(Callback[] credentials) |
String |
Repo.create(SSOToken token,
IdType type,
String name,
Map<String,Set<String>> attrMap) |
void |
Repo.delete(SSOToken token,
IdType type,
String name) |
Set<String> |
Repo.getAssignedServices(SSOToken token,
IdType type,
String name,
Map<String,Set<String>> mapOfServicesAndOCs) |
Map<String,Set<String>> |
Repo.getAttributes(SSOToken token,
IdType type,
String name) |
Map<String,Set<String>> |
Repo.getAttributes(SSOToken token,
IdType type,
String name,
Set<String> attrNames) |
Map<String,byte[][]> |
Repo.getBinaryAttributes(SSOToken token,
IdType type,
String name,
Set<String> attrNames) |
Map<String,byte[][]> |
Repo.getBinaryServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set<String> attrNames) |
Set<String> |
Repo.getMembers(SSOToken token,
IdType type,
String name,
IdType membersType) |
Set<String> |
Repo.getMemberships(SSOToken token,
IdType type,
String name,
IdType membershipType) |
Map<String,Set<String>> |
Repo.getServiceAttributes(SSOToken token,
IdType type,
String name,
String serviceName,
Set<String> attrNames) |
void |
Repo.initialize(Map<String,Set<String>> configParams) |
boolean |
Repo.isActive(SSOToken token,
IdType type,
String name) |
boolean |
Repo.isExists(SSOToken token,
IdType type,
String name) |
void |
Repo.modifyMemberShip(SSOToken token,
IdType type,
String name,
Set<String> members,
IdType membersType,
int operation) |
void |
Repo.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map<String,Set<String>> attrMap) |
void |
Repo.removeAttributes(SSOToken token,
IdType type,
String name,
Set<String> attrNames) |
RepoSearchResults |
Repo.search(SSOToken token,
IdType type,
CrestQuery crestQuery,
int maxTime,
int maxResults,
Set<String> returnAttrs,
boolean returnAllAttrs,
int filterOp,
Map<String,Set<String>> avPairs,
boolean recursive) |
RepoSearchResults |
Repo.search(SSOToken token,
IdType type,
String pattern,
int maxTime,
int maxResults,
Set<String> returnAttrs,
boolean returnAllAttrs,
int filterOp,
Map<String,Set<String>> avPairs,
boolean recursive) |
void |
Repo.setActiveStatus(SSOToken token,
IdType type,
String name,
boolean active) |
void |
Repo.setAttributes(SSOToken token,
IdType type,
String name,
Map<String,Set<String>> attributes_in,
boolean isAdd) |
void |
Repo.setBinaryAttributes(SSOToken token,
IdType type,
String name,
Map<String,byte[][]> attributes,
boolean isAdd) |
void |
Repo.unassignService(SSOToken token,
IdType type,
String name,
String serviceName,
Map<String,Set<String>> attrMap) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.