Package | Description |
---|---|
com.iplanet.am.sdk |
This package contains interfaces and implementation for User/Identity
Management.
|
com.iplanet.services.cdm |
Provides the classes for implementing services and applications
serving multiple clients to OpenAM.
|
com.iplanet.sso |
This package contains classes fro accessing the Single Sign On service and
representing a SSOToken(Single Sign On) which contains the information
related to session.
|
com.iplanet.sso.providers.dpro |
This package contains classes that represent SSOProvider
|
com.sun.identity.idm |
Provides classes for accessing the Identity Repository interfaces.
|
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
com.sun.identity.policy.client |
Provides classes necessary for a remote client to evaluate policy decisions.
|
com.sun.identity.policy.interfaces |
Deprecated interfaces for writing custom Policy plugins for Conditions,
Subjects, Referrals, ResponseProviders and Resources.
|
com.sun.identity.security |
Provides the classes to be used for performing privileged operations (like
getting the OpenAM administrator's DN and password).
|
com.sun.identity.sm |
Provides classes for accessing the Service Management Service (SMS).
|
Modifier and Type | Method and Description |
---|---|
void |
AMResource.activate()
Deprecated.
Activates the user.
|
void |
AMUser.activate()
Deprecated.
Activates the user.
|
void |
AMEntity.activate()
Deprecated.
Activates the entity (if a status attribute is defined for this entity).
|
void |
AMObject.addEventListener(AMEventListener listener)
Deprecated.
Registers a event listener that needs to be invoked when a relevant event
occurs.
|
void |
AMGroup.addNestedGroups(Set groups)
Deprecated.
Nests the given group distinguished names in this the group.
|
protected static void |
AMStoreConnection.addToOrgMapCache(SSOToken stoken,
String dn)
Deprecated.
Protected method to update the
orgMapCache |
void |
AMAssignableDynamicGroup.addUsers(Set users)
Deprecated.
Adds users to the assignable dynamic group.
|
void |
AMRole.addUsers(Set users)
Deprecated.
Adds users to the role.
|
void |
AMStaticGroup.addUsers(Set users)
Deprecated.
Adds users to the static group.
|
void |
AMUser.assignAssignableDynamicGroup(AMAssignableDynamicGroup assignableDynamicGroup)
Deprecated.
Assigns a assignable dynamic group to the user.
|
void |
AMUser.assignAssignableDynamicGroup(String assignableDynamicGroupDN)
Deprecated.
Assigns a assignable dynamic group to the user.
|
void |
AMObject.assignPolicies(String serviceName,
Set policyDNs)
Deprecated.
This method has been deprecated. Please use:
com.sun.identity.policy package for creating
and managing policies. |
void |
AMUser.assignRole(AMRole role)
Deprecated.
Assigns a role to the user.
|
void |
AMUser.assignRole(String roleDN)
Deprecated.
Assigns a role to the user.
|
void |
AMOrganizationalUnit.assignService(String serviceName,
Map attrMap)
Deprecated.
Assign service to the organizational unit.
|
void |
AMObject.assignServices(Map serviceNameAndAttrs)
Deprecated.
Assign services to the entity (user/group/organization/organization
unit).
|
void |
AMUser.assignServices(Set serviceNames)
Deprecated.
Assigns services to the user.
|
void |
AMUser.assignStaticGroup(AMStaticGroup group)
Deprecated.
Assigns a static group to the user.
|
void |
AMUser.assignStaticGroup(String groupDN)
Deprecated.
Assigns a static group to the user.
|
AMGroup |
AMOrganization.createAssignableDynamicGroup(String name,
Map attributes,
Map serviceNameAndAttrs)
Deprecated.
Creates assignable dynamic group.
|
AMGroup |
AMGroupContainer.createAssignableDynamicGroup(String name,
Map attributes,
Map serviceNameAndAttrs)
Deprecated.
Creates assignable dynamic group.
|
Set |
AMGroup.createAssignableDynamicGroups(Map groups)
Deprecated.
Creates assignable dynamic groups and initializes their attributes.
|
Set |
AMGroupContainer.createAssignableDynamicGroups(Map groups)
Deprecated.
Creates assignable dynamic groups and initializes their attributes.
|
Set |
AMOrganization.createAssignableDynamicGroups(Set assignableDynamicGroups)
Deprecated.
Creates assignable dynamic groups.
|
Set |
AMGroup.createAssignableDynamicGroups(Set groupNames)
Deprecated.
Creates assignable dynamic groups in this group.
|
Set |
AMGroupContainer.createAssignableDynamicGroups(Set groupNames)
Deprecated.
Creates assignable dynamic groups in this group container.
|
Set |
AMOrganizationalUnit.createAssignableDynamicGroups(Set assignableDynamicGroups)
Deprecated.
Creates assignable dynamic groups.
|
AMGroup |
AMOrganization.createDynamicGroup(String name,
Map attributes,
Map serviceNameAndAttrs)
Deprecated.
Creates dynamic group.
|
AMGroup |
AMGroupContainer.createDynamicGroup(String name,
Map attributes,
Map serviceNameAndAttrs)
Deprecated.
Creates dynamic group.
|
Set |
AMOrganization.createDynamicGroups(Map dynamicGroups)
Deprecated.
Creates dynamic groups and initializes their attributes.
|
Set |
AMGroup.createDynamicGroups(Map groups)
Deprecated.
Creates dynamic groups and initializes their attributes.
|
Set |
AMGroupContainer.createDynamicGroups(Map groups)
Deprecated.
Creates dynamic groups and initializes their attributes.
|
Set |
AMOrganizationalUnit.createDynamicGroups(Map dynamicGroups)
Deprecated.
Creates dynamic groups and initializes their attributes.
|
Set |
AMGroup.createDynamicGroups(Set groupNames)
Deprecated.
Creates dynamic groups in this group.
|
Set |
AMGroupContainer.createDynamicGroups(Set groupNames)
Deprecated.
Creates dynamic groups in this group container.
|
Set |
AMOrganization.createEntities(int type,
Map entityNamesAndAttrs)
Deprecated.
Creates the entities of the given type.
|
Set |
AMOrganization.createEntities(int type,
Set entityNames)
Deprecated.
This method creates the entities of the given type.
|
Set |
AMPeopleContainer.createEntities(String stype,
Map entities)
Deprecated.
Creates entities and initializes their attributes.
|
Set |
AMOrganizationalUnit.createEntities(String stype,
Map entities)
Deprecated.
Creates entities and initializes their attributes.
|
Set |
AMPeopleContainer.createEntities(String type,
Set entities)
Deprecated.
Create managed entities in this container.
|
Set |
AMOrganizationalUnit.createEntities(String type,
Set entities)
Deprecated.
Create managed entities in this container.
|
Set |
AMOrganization.createFilteredRoles(Map roles)
Deprecated.
Creates filtered roles.
|
Set |
AMOrganizationalUnit.createFilteredRoles(Map roles)
Deprecated.
Creates filtered roles.
|
Set |
AMOrganization.createFilteredRoles(Set roles)
Deprecated.
Creates filtered roles.
|
Set |
AMOrganizationalUnit.createFilteredRoles(Set roles)
Deprecated.
Creates filtered roles.
|
Set |
AMOrganization.createGroupContainers(Map groupContainers)
Deprecated.
Creates group containers and initializes their attributes.
|
Set |
AMOrganizationalUnit.createGroupContainers(Map groupContainers)
Deprecated.
Creates group containers and initializes their attributes.
|
Set |
AMOrganization.createGroupContainers(Set groupContainers)
Deprecated.
Creates group containers.
|
Set |
AMOrganizationalUnit.createGroupContainers(Set groupContainers)
Deprecated.
Creates group containers.
|
String |
AMOrganization.createOrganization(String orgName,
String domainName,
Map attrMap,
Map serviceNamesAndAttrs)
Deprecated.
Creates sub-organizations and initializes their attributes.
|
Set |
AMOrganization.createOrganizationalUnits(Map organizationalUnits)
Deprecated.
Creates organizational units and initializes their attributes.
|
Set |
AMOrganization.createOrganizationalUnits(Set organizationalUnits)
Deprecated.
Creates organizational units.
|
Set |
AMOrganizationalUnit.createOrganizations(Map organizations)
Deprecated.
Creates organizations and initializes their attributes.
|
Set |
AMOrganizationalUnit.createOrganizations(Set organizations)
Deprecated.
Creates organizations.
|
Set |
AMOrganization.createPeopleContainers(Map peopleContainers)
Deprecated.
Creates people containers and initializes their attributes.
|
Set |
AMOrganizationalUnit.createPeopleContainers(Map peopleContainers)
Deprecated.
Creates people containers and initializes their attributes.
|
Set |
AMOrganization.createPeopleContainers(Set peopleContainers)
Deprecated.
Creates people containers.
|
Set |
AMOrganizationalUnit.createPeopleContainers(Set peopleContainers)
Deprecated.
Creates people containers.
|
AMTemplate |
AMObject.createPolicyTemplate(String serviceName,
Map attributes)
Deprecated.
use
com.sun.identity.policy package for
creating and managing policies. |
AMTemplate |
AMObject.createPolicyTemplate(String serviceName,
Map attributes,
int priority)
Deprecated.
use
com.sun.identity.policy package for
creating and managing policies. |
Set |
AMPeopleContainer.createResources(Map resourceMap)
Deprecated.
Create resources in this organization.
|
Set |
AMPeopleContainer.createResources(Set resourceNames)
Deprecated.
Create resources in this organization.
|
Set |
AMOrganization.createRoles(Map roles)
Deprecated.
Creates roles.
|
Set |
AMOrganizationalUnit.createRoles(Map roles)
Deprecated.
Creates roles.
|
Set |
AMOrganization.createRoles(Set roles)
Deprecated.
Creates roles.
|
Set |
AMOrganizationalUnit.createRoles(Set roles)
Deprecated.
Creates roles.
|
AMGroup |
AMOrganization.createStaticGroup(String name,
Map attributes,
Map serviceNameAndAttrs)
Deprecated.
Creates static group.
|
AMGroup |
AMGroupContainer.createStaticGroup(String name,
Map attributes,
Map serviceNameAndAttrs)
Deprecated.
Creates static group.
|
Set |
AMGroup.createStaticGroups(Map groups)
Deprecated.
Creates static groups and initializes their attributes.
|
Set |
AMGroupContainer.createStaticGroups(Map groups)
Deprecated.
Creates static groups and initializes their attributes.
|
Set |
AMOrganization.createStaticGroups(Set groups)
Deprecated.
Creates static groups.
|
Set |
AMGroup.createStaticGroups(Set groupNames)
Deprecated.
Creates static groups in this group.
|
Set |
AMGroupContainer.createStaticGroups(Set groupNames)
Deprecated.
Creates static groups in this group container.
|
Set |
AMOrganizationalUnit.createStaticGroups(Set groups)
Deprecated.
Creates static groups.
|
Set |
AMGroupContainer.createSubGroupContainers(Map groupContainers)
Deprecated.
Creates sub group containers and initializes their attributes.
|
Set |
AMGroupContainer.createSubGroupContainers(Set groupContainers)
Deprecated.
Creates sub group containers in this group container.
|
Set |
AMOrganizationalUnit.createSubOrganizationalUnits(Map subOrganizationalUnits)
Deprecated.
Creates sub-organizational units and initializes their attributes.
|
Set |
AMOrganizationalUnit.createSubOrganizationalUnits(Set subOrganizationalUnits)
Deprecated.
Creates sub-organizational units.
|
Set |
AMOrganization.createSubOrganizations(Map subOrganizations)
Deprecated.
Creates sub-organizations and initializes their attributes.
|
Set |
AMOrganization.createSubOrganizations(Set subOrganizations)
Deprecated.
Creates sub-organizations.
|
Set |
AMPeopleContainer.createSubPeopleContainers(Map peopleContainers)
Deprecated.
Creates sub people containers and initializes their attributes.
|
Set |
AMPeopleContainer.createSubPeopleContainers(Set peopleContainersNames)
Deprecated.
Creates sub people containers in this people container.
|
AMTemplate |
AMObject.createTemplate(int templateType,
String serviceName,
Map attributes)
Deprecated.
Creates a Template with no priority for the given service associated with
this
AMObject . |
AMTemplate |
AMObject.createTemplate(int templateType,
String serviceName,
Map attributes,
int priority)
Deprecated.
Creates a Template with a priority for the given service associated with
this
AMObject . |
AMOrganization |
AMStoreConnection.createTopOrganization(String orgName,
Map avPairs)
Deprecated.
Bootstraps the Organization tree by creating the Top Organization tree.
|
AMUser |
AMPeopleContainer.createUser(String uid,
Map attrMap,
Map serviceNameAndAttrs)
Deprecated.
Create user and initializes the attributes.
|
AMUser |
AMOrganization.createUser(String uid,
Map attrMap,
Map serviceNameAndAttrs)
Deprecated.
Create user and initializes the attributes.
|
Set |
AMPeopleContainer.createUsers(Map users)
Deprecated.
Creates users and initializes their attributes.
|
Set |
AMOrganization.createUsers(Map users)
Deprecated.
Creates users and initializes their attributes.
|
Set |
AMOrganizationalUnit.createUsers(Map users)
Deprecated.
Creates users and initializes their attributes.For each user the, object
classes specified by organization type attribute
iplanet-am-required-services of the service
iPlanetAMAdminConsoleService template are added. |
Set |
AMPeopleContainer.createUsers(Map users,
Set serviceNames)
Deprecated.
Creates users and initializes their attributes.
|
Set |
AMPeopleContainer.createUsers(Set users)
Deprecated.
Creates users in this people container.
|
Set |
AMOrganization.createUsers(Set users)
Deprecated.
Creates users in this organization.
|
Set |
AMOrganizationalUnit.createUsers(Set users)
Deprecated.
Creates users and initializes their attributes.
|
protected static int |
AMStoreConnection.daysSinceModified(SSOToken stoken,
String entryDN)
Deprecated.
Protected method to obtain the number of days since this DN was last
modified.
|
void |
AMResource.deactivate()
Deprecated.
Deactivates the user.
|
void |
AMUser.deactivate()
Deprecated.
Deactivates the user.
|
void |
AMEntity.deactivate()
Deprecated.
Deactivates the entity (if a status attribute is defined for this
entity).
|
void |
AMObject.delete()
Deprecated.
Deletes the object.
|
void |
AMEntity.delete()
Deprecated.
Deletes the object.
|
void |
AMObject.delete(boolean recursive)
Deprecated.
Deletes object(s).
|
void |
AMEntity.delete(boolean recursive)
Deprecated.
Deletes object(s).
|
boolean |
AMOrganization.deleteAllNamedPolicyTemplates(String policyDN)
Deprecated.
Deletes all the named policy templates for this Organization
corresponding to the given policy.
|
boolean |
AMOrganizationalUnit.deleteAllNamedPolicyTemplates(String policyDN)
Deprecated.
Deletes all the named policy templates for this Organizational Unit
corresponding to the given policy.
|
void |
AMOrganization.deleteAssignableDynamicGroups(Set assignableDynamicGroups)
Deprecated.
Deletes assignable dynamic groups.
|
void |
AMGroup.deleteAssignableDynamicGroups(Set groupDNs)
Deprecated.
Deletes assignable dynamic groups in this group.
|
void |
AMGroupContainer.deleteAssignableDynamicGroups(Set groupDNs)
Deprecated.
Deletes assignable dynamic groups in this group container.
|
void |
AMOrganizationalUnit.deleteAssignableDynamicGroups(Set assignableDynamicGroups)
Deprecated.
Deletes assignable dynamic groups.
|
void |
AMOrganization.deleteDynamicGroups(Set dynamicGroups)
Deprecated.
Deletes dynamic groups.
|
void |
AMGroup.deleteDynamicGroups(Set groupDNs)
Deprecated.
Deletes dynamic groups in this group.
|
void |
AMGroupContainer.deleteDynamicGroups(Set groupDNs)
Deprecated.
Deletes dynamic groups in this group container.
|
void |
AMOrganizationalUnit.deleteDynamicGroups(Set dynamicGroups)
Deprecated.
Deletes dynamic groups.
|
void |
AMOrganization.deleteEntities(int type,
Set entityDNs)
Deprecated.
Deletes the entities whose fully-qualified distinguished names are
provided in the set below.
|
void |
AMPeopleContainer.deleteEntities(Set resources)
Deprecated.
Deletes a set of resources in this people container.
|
void |
AMOrganizationalUnit.deleteEntities(Set resources)
Deprecated.
Deletes a set of resources in this people container.
|
void |
AMOrganization.deleteFilteredRoles(Set roles)
Deprecated.
Deletes filtered roles.
|
void |
AMOrganizationalUnit.deleteFilteredRoles(Set roles)
Deprecated.
Deletes filtered roles.
|
void |
AMOrganization.deleteGroupContainers(Set groupContainers)
Deprecated.
Deletes group containers.
|
void |
AMOrganizationalUnit.deleteGroupContainers(Set groupContainers)
Deprecated.
Deletes group containers.
|
void |
AMOrganization.deleteOrganizationalUnits(Set organizationalUnits)
Deprecated.
Deletes organizational units
|
void |
AMOrganizationalUnit.deleteOrganizations(Set organizations)
Deprecated.
Deletes organizations
|
void |
AMOrganization.deletePeopleContainers(Set peopleContainers)
Deprecated.
Deletes people containers.
|
void |
AMOrganizationalUnit.deletePeopleContainers(Set peopleContainers)
Deprecated.
Creates people containers and initializes their attributes.
|
void |
AMPeopleContainer.deleteResources(Set resources)
Deprecated.
Deletes a set of resources in this people container.
|
void |
AMOrganization.deleteRoles(Set roles)
Deprecated.
Deletes roles.
|
void |
AMOrganizationalUnit.deleteRoles(Set roles)
Deprecated.
Deletes roles.
|
void |
AMOrganization.deleteStaticGroups(Set groups)
Deprecated.
Deletes static groups.
|
void |
AMGroup.deleteStaticGroups(Set groupDNs)
Deprecated.
Deletes static groups in this group.
|
void |
AMGroupContainer.deleteStaticGroups(Set groupDNs)
Deprecated.
Deletes static groups in this group container.
|
void |
AMOrganizationalUnit.deleteStaticGroups(Set groups)
Deprecated.
Deletes static groups.
|
void |
AMGroupContainer.deleteSubGroupContainers(Set groupContainers)
Deprecated.
Deletes sub group containers in this group container.
|
void |
AMOrganizationalUnit.deleteSubOrganizationalUnits(Set subOrganizationalUnits)
Deprecated.
Deletes sub organizational units
|
void |
AMOrganization.deleteSubOrganizations(Set subOrganizations)
Deprecated.
Deletes sub organizations.
|
void |
AMPeopleContainer.deleteSubPeopleContainers(Set peopleContainers)
Deprecated.
Deletes sub people containers in this people container.
|
void |
AMPeopleContainer.deleteUsers(Set users)
Deprecated.
Deletes users from this people container.
|
void |
AMOrganization.deleteUsers(Set users)
Deprecated.
Deletes users from this organization.
|
void |
AMOrganizationalUnit.deleteUsers(Set users)
Deprecated.
Deletes users from this organizational unit.
|
Set |
AMUser.getAllRoleDNs()
Deprecated.
Gets all the static and filtered roles the user is in.
|
int |
AMStoreConnection.getAMObjectType(String dn)
Deprecated.
Returns the type of the object given its DN.
|
AMAssignableDynamicGroup |
AMStoreConnection.getAssignableDynamicGroup(String assignableDynamicGroupDN)
Deprecated.
Returns the handle to the
AMAssignableDynamicGroup object
represented by DN. |
Set |
AMUser.getAssignableDynamicGroupDNs()
Deprecated.
Gets all the assignable dynamic groups the user is in.
|
Set |
AMOrganization.getAssignableDynamicGroups(int level)
Deprecated.
Returns the assignable dynamic groups within the specified level.
|
Set |
AMOrganizationalUnit.getAssignableDynamicGroups(int level)
Deprecated.
Returns the assignable dynamic groups within the specified level.
|
Set |
AMOrganization.getAssignedPolicyDNs()
Deprecated.
Gets all the assigned policies for this Organization
|
Set |
AMOrganizationalUnit.getAssignedPolicyDNs()
Deprecated.
Returns all the assigned policies for this organizational unit.
|
Set |
AMRole.getAssignedPolicyDNs()
Deprecated.
Gets all the assigned policies created for this role
|
Set |
AMUser.getAssignedServices()
Deprecated.
Gets all service names that are assigned to the user.
|
Set |
AMObject.getAssignedServices()
Deprecated.
Returns all service names that are assigned to the
user/group/organization/organizational unit.
|
Set |
AMObject.getAttribute(String attributeName)
Deprecated.
Returns attribute value.
|
byte[][] |
AMObject.getAttributeByteArray(String attributeName)
Deprecated.
Returns attribute value.
|
Map |
AMObject.getAttributes()
Deprecated.
Returns Map of all attributes.
|
Map |
AMEntity.getAttributes()
Deprecated.
Returns Map of all attributes.
|
Map |
AMObject.getAttributes(Set attributeNames)
Deprecated.
Returns Map of specified attributes.
|
Map |
AMEntity.getAttributes(Set attributeNames)
Deprecated.
Returns Map of specified attributes.
|
Map |
AMObject.getAttributesByteArray()
Deprecated.
Returns Map of all attributes.
|
Map |
AMObject.getAttributesByteArray(Set attributeNames)
Deprecated.
Returns Map of specified attributes.
|
Set |
AMTemplate.getAttributeSchemas()
Deprecated.
Returns a set of Attribute Schemas that defines the schema (metadata) of
this template.
|
Map |
AMObject.getAttributesFromDataStore()
Deprecated.
Returns Map of all attributes directly from data store.
|
Map |
AMObject.getAttributesFromDataStore(Set attributeNames)
Deprecated.
Returns Map of specified attributes directly from data store.
|
AMDynamicGroup |
AMStoreConnection.getDynamicGroup(String dynamicGroupDN)
Deprecated.
Returns the handle to the
AMDynamicGroup object
represented by DN. |
Set |
AMOrganization.getDynamicGroups(int level)
Deprecated.
Gets the dynamic groups within the specified level.
|
Set |
AMOrganizationalUnit.getDynamicGroups(int level)
Deprecated.
Gets the dynamic groups within the specified level.
|
AMEntity |
AMStoreConnection.getEntity(String eDN)
Deprecated.
Returns the handle to the
AMEntity object represented by
DN. |
String |
AMDynamicGroup.getFilter()
Deprecated.
Returns the search filter for the dynamic group.
|
String |
AMFilteredRole.getFilter()
Deprecated.
Returns the search filter for the filtered role.
|
AMFilteredRole |
AMStoreConnection.getFilteredRole(String roleDN)
Deprecated.
Returns the handle to the
AMFilteredRole object
represented by DN. |
Set |
AMUser.getFilteredRoleDNs()
Deprecated.
Gets all the filtered roles the user is in.
|
Set |
AMOrganization.getFilteredRoles(int level)
Deprecated.
Gets the filtered roles within the specified level.
|
Set |
AMOrganizationalUnit.getFilteredRoles(int level)
Deprecated.
Gets the filtered roles within the specified level.
|
AMGroupContainer |
AMStoreConnection.getGroupContainer(String groupContainerDN)
Deprecated.
Returns the handle to the
AMGroupContainer object
represented by DN. |
Set |
AMOrganization.getGroupContainers(int level)
Deprecated.
Gets the group containers within the specified level.
|
Set |
AMOrganizationalUnit.getGroupContainers(int level)
Deprecated.
Gets the group containers within the specified level.
|
Set |
AMGroup.getGroupDNs(int level)
Deprecated.
Gets the groups in this group.
|
Set |
AMGroupContainer.getGroupDNs(int level)
Deprecated.
Gets the groups in this group container.
|
Set |
AMGroup.getNestedGroupDNs()
Deprecated.
Returns the groups nested in this group.
|
long |
AMOrganization.getNumberOfAssignableDynamicGroups(int level)
Deprecated.
Gets number of assignable dynamic groups within the specified level.
|
long |
AMOrganizationalUnit.getNumberOfAssignableDynamicGroups(int level)
Deprecated.
Gets number of assignable dynamic groups within the specified level.
|
long |
AMOrganization.getNumberOfDynamicGroups(int level)
Deprecated.
Gets number of dynamic groups within the specified level.
|
long |
AMOrganizationalUnit.getNumberOfDynamicGroups(int level)
Deprecated.
Gets number of dynamic groups within the specified level.
|
long |
AMOrganization.getNumberOfFilteredRoles(int level)
Deprecated.
Gets number of filtered roles within the specified level.
|
long |
AMOrganizationalUnit.getNumberOfFilteredRoles(int level)
Deprecated.
Gets number of filtered roles within the specified level.
|
long |
AMOrganization.getNumberOfGroupContainers(int level)
Deprecated.
Gets number of group containers within the specified level.
|
long |
AMOrganizationalUnit.getNumberOfGroupContainers(int level)
Deprecated.
Gets number of group containers within the specified level.
|
long |
AMGroup.getNumberOfGroups(int level)
Deprecated.
Returns number of groups in the group.
|
long |
AMGroupContainer.getNumberOfGroups(int level)
Deprecated.
Returns number of groups in the group container.
|
long |
AMOrganization.getNumberOfOrganizationalUnits(int level)
Deprecated.
Gets number of organizational units within the specified level.
|
long |
AMOrganizationalUnit.getNumberOfOrganizations(int level)
Deprecated.
Gets number of organizations within the specified level.
|
long |
AMOrganization.getNumberOfPeopleContainers(int level)
Deprecated.
Gets number of people containers within the specified level.
|
long |
AMOrganizationalUnit.getNumberOfPeopleContainers(int level)
Deprecated.
Gets number of people containers within the specified level.
|
long |
AMOrganization.getNumberOfRoles(int level)
Deprecated.
Gets number of roles within the specified level.
|
long |
AMOrganizationalUnit.getNumberOfRoles(int level)
Deprecated.
Gets number of roles within the specified level.
|
long |
AMOrganization.getNumberOfServices()
Deprecated.
Returns the number of services.
|
long |
AMOrganizationalUnit.getNumberOfServices()
Deprecated.
Returns the number of services.
|
long |
AMOrganization.getNumberOfStaticGroups(int level)
Deprecated.
Gets number of static groups within the specified level.
|
long |
AMOrganizationalUnit.getNumberOfStaticGroups(int level)
Deprecated.
Gets number of static groups within the specified level.
|
long |
AMGroupContainer.getNumberOfSubGroupContainers()
Deprecated.
Returns number of sub group containers in the group container.
|
long |
AMOrganizationalUnit.getNumberOfSubOrganizationalUnits(int level)
Deprecated.
Gets number of sub organizational units within the specified level.
|
long |
AMOrganization.getNumberOfSubOrganizations(int level)
Deprecated.
Gets number of sub organizations within the specified level.
|
long |
AMPeopleContainer.getNumberOfSubPeopleContainers()
Deprecated.
Gets number of sub people containers in the people container.
|
long |
AMPeopleContainer.getNumberOfUsers()
Deprecated.
Gets number of users in the people container.
|
long |
AMGroup.getNumberOfUsers()
Deprecated.
Returns number of users in the group.
|
long |
AMRole.getNumberOfUsers()
Deprecated.
Gets number of users in the role.
|
long |
AMOrganization.getNumberOfUsers(int level)
Deprecated.
Gets number of users within the specified level.
|
long |
AMOrganizationalUnit.getNumberOfUsers(int level)
Deprecated.
Gets number of users within the specified level.
|
AMOrganization |
AMOrganizationalUnit.getOrganization(String dn)
Deprecated.
Gets the organization by DN
|
AMOrganization |
AMStoreConnection.getOrganization(String orgDN)
Deprecated.
Returns the handle to the
AMOrganization object
represented by DN. |
AMOrganizationalUnit |
AMOrganization.getOrganizationalUnit(String dn)
Deprecated.
Gets the organizational unit by DN.
|
AMOrganizationalUnit |
AMStoreConnection.getOrganizationalUnit(String orgUnitDN)
Deprecated.
Returns the handle to the
AMOrganizationalUnit object
represented by DN. |
Set |
AMOrganization.getOrganizationalUnits(int level)
Deprecated.
Gets the organizational units within the specified level.
|
String |
AMObject.getOrganizationDN()
Deprecated.
Returns the object's organization.
|
String |
AMEntity.getOrganizationDN()
Deprecated.
Gets the object's organization distinguished name.
|
String |
AMStoreConnection.getOrganizationDN(String domainname,
String orgSearchTemplate)
Deprecated.
Returns the DN of the organization, using the
domainname
provided and the searchTemplate (if provided). |
Set |
AMOrganizationalUnit.getOrganizations(int level)
Deprecated.
Gets the organizations within the specified level.
|
AMPeopleContainer |
AMStoreConnection.getPeopleContainer(String peopleContainerDN)
Deprecated.
Returns the handle to the
AMPeopleContainer object
represented by DN. |
Set |
AMOrganization.getPeopleContainers(int level)
Deprecated.
Gets the people containers within the specified level.
|
Set |
AMOrganizationalUnit.getPeopleContainers(int level)
Deprecated.
Gets the people containers within the specified level.
|
Map |
AMObject.getPolicy(String serviceName)
Deprecated.
This method has been deprecated. Please use:
com.sun.identity.policy package for creating
and managing policies. |
Set |
AMTemplate.getPolicyNames()
Deprecated.
Returns a set of policy distinguished names if this
AMTemplate is a named policy template, otherwise returns
null. |
AMTemplate |
AMObject.getPolicyTemplate(String serviceName)
Deprecated.
This method has been deprecated. Please use:
com.sun.identity.policy package for creating
and managing policies. |
AMTemplate |
AMStoreConnection.getPolicyTemplate(String templateDN)
Deprecated.
|
Set |
AMRole.getPolicyTemplates(Set serviceNames)
Deprecated.
Get requested policy templates defined for this role.
|
int |
AMTemplate.getPriority()
Deprecated.
Returns the priority of this template in the DIT.
|
Set |
AMOrganization.getRegisteredServiceNames()
Deprecated.
Gets the names of registered services.
|
Set |
AMOrganizationalUnit.getRegisteredServiceNames()
Deprecated.
Gets the names of registered services.
|
AMResource |
AMStoreConnection.getResource(String resourceDN)
Deprecated.
Returns the handle to the
AMResource object represented by
DN. |
AMRole |
AMStoreConnection.getRole(String roleDN)
Deprecated.
Returns the handle to the
AMRole object represented by DN. |
Set |
AMUser.getRoleDNs()
Deprecated.
Gets all the static roles the user is in.
|
Set |
AMOrganization.getRoles(int level)
Deprecated.
Gets the roles within the specified level.
|
Set |
AMOrganizationalUnit.getRoles(int level)
Deprecated.
Gets the roles within the specified level.
|
int |
AMRole.getRoleType()
Deprecated.
Gets the type of the role.
|
Map |
AMObject.getServiceAttributes(String serviceName)
Deprecated.
This method has been deprecated. Please use service template
objects to obtain service attributes.
|
ServiceSchemaManager |
AMEntityType.getServiceSchemaManager(SSOToken token)
Deprecated.
Returns the schema manager for the service defined to display this
profile in the console.
|
String |
AMObject.getServiceStatus(String serviceName)
Deprecated.
Get the status of the service for this entity (user/group/organization/
organizational unit).
|
AMStaticGroup |
AMStoreConnection.getStaticGroup(String groupDN)
Deprecated.
Returns the handle to the
AMStaticGroup object represented
by DN. |
Set |
AMUser.getStaticGroupDNs()
Deprecated.
Gets all the static groups the user is in.
|
Set |
AMOrganization.getStaticGroups(int level)
Deprecated.
Gets the static groups within the specified level.
|
Set |
AMOrganizationalUnit.getStaticGroups(int level)
Deprecated.
Gets the static groups within the specified level.
|
String |
AMObject.getStringAttribute(String attributeName)
Deprecated.
Returns string type attribute value.
|
Set |
AMGroupContainer.getSubGroupContainerDNs(int level)
Deprecated.
Returns the sub containers in this group container.
|
AMOrganization |
AMOrganization.getSubOrganization(String dn)
Deprecated.
Returns the sub-organization by DN
|
AMOrganizationalUnit |
AMOrganizationalUnit.getSubOrganizationalUnit(String dn)
Deprecated.
Gets the sub-organizational unit by DN
|
Set |
AMOrganizationalUnit.getSubOrganizationalUnits(int level)
Deprecated.
Gets the sub organizational units within the specified level.
|
Set |
AMOrganization.getSubOrganizations(int level)
Deprecated.
Gets the sub organizations within the specified level.
|
Set |
AMPeopleContainer.getSubPeopleContainerDNs(int level)
Deprecated.
Gets the sub containers in this people container.
|
Set |
AMOrganizationalUnit.getSupportedTypes()
Deprecated.
Returns a set of the supported entity names in this container.
|
AMTemplate |
AMObject.getTemplate(String serviceName,
int templateType)
Deprecated.
Returns the Template for the given service associated with this
AMObject . |
Set |
AMRole.getTemplates(Map templateReqs)
Deprecated.
Get requested templates defined for this role.
|
Set |
AMStoreConnection.getTopLevelContainers()
Deprecated.
Returns the top level containers (Organizations, People Containers,
Roles, etc) for the particular user based on single sign on token as the
starting point in the tree.
|
Set |
AMStoreConnection.getTopLevelOrganizations()
Deprecated.
Returns the "real" or "physical" top level organizations as the starting
point in the tree.
|
AMUser |
AMStoreConnection.getUser(String userDN)
Deprecated.
Returns the handle to the
AMUser object represented by DN. |
AMUser |
AMOrganization.getUser(String uid,
String userSearchTemplate)
Deprecated.
Returns
AMUser object of user in this organization (or in
sub organizations), whose naming attribute exactly matches with
uid . |
Set |
AMGroup.getUserAndGroupDNs()
Deprecated.
Returns the distinguished name of users and nested groups in the group.
|
Set |
AMPeopleContainer.getUserDNs()
Deprecated.
Gets the names (DNs) of users in the people container.
|
Set |
AMOrganization.getUserDNs()
Deprecated.
Returns the names (DNs) of users in the organization.
|
Set |
AMGroup.getUserDNs()
Deprecated.
Returns the distinguished name of users in the group.
|
Set |
AMOrganizationalUnit.getUserDNs()
Deprecated.
Gets the names (DNs) of users in the organizational unit.
|
Set |
AMRole.getUserDNs()
Deprecated.
Gets the DNs of users in the role.
|
boolean |
AMOrganization.isActivated()
Deprecated.
Returns true if the organization is activated.
|
boolean |
AMResource.isActivated()
Deprecated.
Returns true if the user is activated.
|
boolean |
AMUser.isActivated()
Deprecated.
Returns true if the user is activated.
|
boolean |
AMEntity.isActivated()
Deprecated.
Returns true if the entity is activated.
|
boolean |
AMObject.isExists()
Deprecated.
Checks if the entry exists in the directory or not.
|
boolean |
AMEntity.isExists()
Deprecated.
Returns true if the entry exists in the directory or not.
|
boolean |
AMOrganization.isPolicyAssigned(String policyDN,
String serviceName)
Deprecated.
Returns true if a
policyDN is assigned to an organization
or a role. |
boolean |
AMOrganizationalUnit.isPolicyAssigned(String policyDN,
String serviceName)
Deprecated.
Returns true if a
policyDN is assigned to this
organizational unit or a role. |
boolean |
AMAssignableDynamicGroup.isSubscribable()
Deprecated.
Returns true if the assignable dynamic group is subscribable.
|
boolean |
AMStaticGroup.isSubscribable()
Deprecated.
Returns true if the group is subscribable.
|
boolean |
AMStoreConnection.isValidEntry(String dn)
Deprecated.
Checks if the entry exists in the directory or not.
|
void |
AMOrganization.modifyAllPolicyTemplates(String serviceName,
Set policyDNs)
Deprecated.
Modifies all the templates under this organization that contain any
policyDN in given policyDNs . |
void |
AMOrganizationalUnit.modifyAllPolicyTemplates(String serviceName,
Set policyDNs)
Deprecated.
Modifies all the templates under this organizational unit that contain
any
policyDN in given policyDNs . |
void |
AMObject.modifyService(String serviceName,
Map attrMap)
Deprecated.
Modify the service attributes of a service assigned to a entity
(user/group/organization/organizational unit).
|
boolean |
AMOrganization.orgTemplateExists(String serviceName)
Deprecated.
Returns true if an organizational template exists for the service.
|
boolean |
AMOrganizationalUnit.orgTemplateExists(String serviceName)
Deprecated.
Returns true if an organizational template exists for the service.
|
void |
AMObject.purge(boolean recursive,
int graceperiod)
Deprecated.
This method will physically delete the entry from the data store.
|
void |
AMEntity.purge(boolean recursive,
int graceperiod)
Deprecated.
Purges entry from data store.
|
void |
AMStoreConnection.purge(String domainName,
int graceperiod)
Deprecated.
This method takes an organization DN and purges all objects marked for
deletion.
|
void |
AMStoreConnection.purgeGroup(String gid,
String domainName,
int graceperiod)
Deprecated.
This method takes a group name and a domain name, It uses default search
templates to search for the organization and uses the deleted objects
search filter for Groups as defined in the Administration Service of
Access Manager.
|
void |
AMStoreConnection.purgeResource(String rid,
String domainName,
int graceperiod)
Deprecated.
This method takes a resource ID and a domain name, It uses default search
templates to search for the organization and uses the deleted objects
search filter for Resources as defined in the Administration Service of
Access Manager.
|
void |
AMStoreConnection.purgeUser(String uid,
String domainName,
int graceperiod)
Deprecated.
This method takes a user ID and a domain name, It uses default search
templates to search for the organization and uses the deleted objects
search filter for Users as defined in the Administration Service of
Access Manager.
|
void |
AMOrganization.registerService(String serviceName,
boolean createTemplate,
boolean activate)
Deprecated.
Register a service for this organization.
|
void |
AMOrganizationalUnit.registerService(String serviceName,
boolean createTemplate,
boolean activate)
Deprecated.
Register a service for this organizational unit.
|
void |
AMUser.removeAssignableDynamicGroup(AMAssignableDynamicGroup assignableDynamicGroup)
Deprecated.
Removes a assignable dynamic group that is assigned to the user.
|
void |
AMUser.removeAssignableDynamicGroup(String assignableDynamicGroupDN)
Deprecated.
Removes a assignable dynamic group that is assigned to the user.
|
void |
AMObject.removeAttributes(Set attributes)
Deprecated.
Removes attributes in this
AMObject . |
void |
AMEntity.removeAttributes(Set attributes)
Deprecated.
Removes attributes in this
AMObject . |
void |
AMGroup.removeNestedGroups(Set groups)
Deprecated.
Removes groups which are nested in this group.
|
void |
AMUser.removeRole(AMRole role)
Deprecated.
Removes a role that is assigned to the user.
|
void |
AMUser.removeRole(String roleDN)
Deprecated.
Removes a role that is assigned to the user.
|
void |
AMUser.removeStaticGroup(AMStaticGroup group)
Deprecated.
Removes a static group that is assigned to the user.
|
void |
AMUser.removeStaticGroup(String groupDN)
Deprecated.
Removes a static group that is assigned to the user.
|
void |
AMAssignableDynamicGroup.removeUsers(Set users)
Deprecated.
Removes users from the assignable dynamic group.
|
void |
AMRole.removeUsers(Set users)
Deprecated.
Removes users from the role.
|
void |
AMStaticGroup.removeUsers(Set users)
Deprecated.
Removes users from the static group.
|
String |
AMUser.rename(String newName,
boolean deleteOldName)
Deprecated.
Renames the user name (ie., naming attribute of user entry) in the data
store.
|
Set |
AMObject.search(int level,
String filter)
Deprecated.
Search objects based on specified level and filter.
|
AMSearchResults |
AMOrganization.searchAllRoles(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for all roles in this organization using wildcards.
|
AMSearchResults |
AMOrganizationalUnit.searchAllRoles(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for all roles in this organizational unit using wildcards.
|
Set |
AMOrganization.searchAllRoles(String wildcard,
int level)
Deprecated.
Searches for all roles in this organization using wildcards.
|
Set |
AMOrganizationalUnit.searchAllRoles(String wildcard,
int level)
Deprecated.
Searches for all roles in this organizational unit using wildcards.
|
AMSearchResults |
AMOrganization.searchAllRoles(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for all roles in this organization using wildcards and attribute
values.
|
AMSearchResults |
AMOrganizationalUnit.searchAllRoles(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for all roles in this organizational unit using wildcards and
attribute values.
|
Set |
AMOrganization.searchAllRoles(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for all roles in this organization using wildcards and attribute
values.
|
Set |
AMOrganizationalUnit.searchAllRoles(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for all roles in this organizational unit using wildcards and
attribute values.
|
AMSearchResults |
AMOrganization.searchAssignableDynamicGroups(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for assignable dynamic groups in this organization using
wildcards.
|
AMSearchResults |
AMOrganizationalUnit.searchAssignableDynamicGroups(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for assignable dynamic groups in this organizational unit using
wildcards.
|
Set |
AMOrganization.searchAssignableDynamicGroups(String wildcard,
int level)
Deprecated.
Searches for assignable dynamic groups in this organization using
wildcards.
|
Set |
AMOrganizationalUnit.searchAssignableDynamicGroups(String wildcard,
int level)
Deprecated.
Searches for assignable dynamic groups in this organizational unit using
wildcards.
|
Set |
AMOrganization.searchAssignableDynamicGroups(String wildcard,
int level,
String groupSearchTemplate,
Map avPairs)
Deprecated.
Searches for assignable dynamic groups in this organization using
wildcards.
|
AMSearchResults |
AMOrganization.searchAssignableDynamicGroups(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for assignable dynamic groups in this organization using
wildcards and attribute values.
|
AMSearchResults |
AMOrganizationalUnit.searchAssignableDynamicGroups(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for assignable dynamic groups in this organizational unit using
wildcards and attribute values.
|
Set |
AMOrganization.searchAssignableDynamicGroups(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for assignable dynamic groups in this organization using
wildcards and attribute values.
|
Set |
AMOrganizationalUnit.searchAssignableDynamicGroups(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for assignable dynamic groups in this organizational unit using
wildcards and attribute values.
|
AMSearchResults |
AMOrganization.searchAssignableDynamicGroups(String wildcard,
Map avPairs,
String groupSearchTemplate,
AMSearchControl searchControl)
Deprecated.
Searches for assignable dynamic groups in this organization using
wildcards and attribute values.
|
AMSearchResults |
AMOrganization.searchDynamicGroups(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for dynamic groups in this organization using wildcards.
|
AMSearchResults |
AMOrganizationalUnit.searchDynamicGroups(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for dynamic groups in this organization unit using wildcards.
|
Set |
AMOrganization.searchDynamicGroups(String wildcard,
int level)
Deprecated.
Searches for dynamic groups in this organization using wildcards.
|
Set |
AMOrganizationalUnit.searchDynamicGroups(String wildcard,
int level)
Deprecated.
Searches for dynamic groups in this organization unit using wildcards.
|
Set |
AMOrganization.searchDynamicGroups(String wildcard,
int level,
String groupSearchTemplate,
Map avPairs)
Deprecated.
Searches for dynamic groups in this organization using wildcards.
|
AMSearchResults |
AMOrganization.searchDynamicGroups(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for dynamic groups in this organization using wildcards and
attribute values.
|
AMSearchResults |
AMOrganizationalUnit.searchDynamicGroups(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for dynamic groups in this organization unit using wildcards and
attribute values.
|
Set |
AMOrganization.searchDynamicGroups(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for dynamic groups in this organization using wildcards and
attribute values.
|
Set |
AMOrganizationalUnit.searchDynamicGroups(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for dynamic groups in this organization unit using wildcards and
attribute values.
|
AMSearchResults |
AMOrganization.searchDynamicGroups(String wildcard,
Map avPairs,
String groupSearchTemplate,
AMSearchControl searchControl)
Deprecated.
Searches for dynamic groups in this organization using wildcards and
attribute values.
|
Set |
AMOrganization.searchEntities(int type,
String wildcard,
int scope,
Map avPairs)
Deprecated.
Searches for entities of the given type.
|
AMSearchResults |
AMOrganization.searchEntities(int type,
String wildcard,
Map avPairs,
AMSearchControl ctrls)
Deprecated.
Searches for entities of the given type.
|
AMSearchResults |
AMOrganization.searchEntities(int type,
String wildcard,
String avfilter,
AMSearchControl ctrl)
Deprecated.
Searches for entities of the given type.
|
AMSearchResults |
AMPeopleContainer.searchEntities(String wildcard,
AMSearchControl searchControl,
String avfilter,
String eSearchTemplate)
Deprecated.
Searches for entities in this people container using wildcards and a
filter.
|
AMSearchResults |
AMOrganizationalUnit.searchEntities(String wildcard,
AMSearchControl searchControl,
String avfilter,
String eSearchTemplate)
Deprecated.
Searches for entities in this container using wildcards and a filter.
|
Set |
AMPeopleContainer.searchEntities(String wildcard,
int level,
String eSearchTemplate,
Map avPairs)
Deprecated.
Searches for resources in this organization using wildcards and attribute
values.
|
Set |
AMOrganizationalUnit.searchEntities(String wildcard,
int level,
String eSearchTemplate,
Map avPairs)
Deprecated.
Searches for resources in this organization using wildcards and attribute
values.
|
AMSearchResults |
AMPeopleContainer.searchEntities(String wildcard,
Map avPairs,
String eSearchTemplate,
AMSearchControl searchControl)
Deprecated.
Searches for entities in this people container using wildcards and
attribute values.
|
AMSearchResults |
AMOrganizationalUnit.searchEntities(String wildcard,
Map avPairs,
String eSearchTemplate,
AMSearchControl searchControl)
Deprecated.
Searches for resources in this people container using wildcards and
attribute values.
|
AMSearchResults |
AMOrganization.searchFilteredRoles(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for filtered roles in this organization using wildcards.
|
AMSearchResults |
AMOrganizationalUnit.searchFilteredRoles(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for filtered roles in this organization using wildcards.
|
Set |
AMOrganization.searchFilteredRoles(String wildcard,
int level)
Deprecated.
Searches for filtered roles in this organization using wildcards.
|
Set |
AMOrganizationalUnit.searchFilteredRoles(String wildcard,
int level)
Deprecated.
Searches for filtered roles in this organization using wildcards.
|
AMSearchResults |
AMOrganization.searchFilteredRoles(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for filtered roles in this organization using wildcards and
attribute values.
|
AMSearchResults |
AMOrganizationalUnit.searchFilteredRoles(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for filtered roles in this organization using wildcards and
attribute values.
|
Set |
AMOrganization.searchFilteredRoles(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for filtered roles in this organization using wildcards and
attribute values.
|
Set |
AMOrganizationalUnit.searchFilteredRoles(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for filtered roles in this organization using wildcards and
attribute values.
|
AMSearchResults |
AMOrganization.searchGroupContainers(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for group containers in this organization using wildcards and
attribute values.
|
AMSearchResults |
AMOrganizationalUnit.searchGroupContainers(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for group containers in this organizational unit using wildcards
and attribute values.
|
Set |
AMOrganization.searchGroupContainers(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for group containers in this organization using wildcards and
attribute values.
|
Set |
AMOrganizationalUnit.searchGroupContainers(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for group containers in this organizational unit using wildcards
and attribute values.
|
Set |
AMGroup.searchGroups(String wildcard,
int level)
Deprecated.
Searches for groups in this group using wildcards.
|
Set |
AMGroupContainer.searchGroups(String wildcard,
int level,
String groupSearchTemplate,
Map avPairs)
Deprecated.
Searches for groups in this group container using wildcards.
|
AMSearchResults |
AMOrganization.searchGroups(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for groups in this organization using wildcards and attribute
values.
|
AMSearchResults |
AMGroup.searchGroups(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for groups in this group using wildcards and attribute values.
|
AMSearchResults |
AMGroupContainer.searchGroups(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for groups in this group container using wildcards and attribute
values.
|
AMSearchResults |
AMOrganizationalUnit.searchGroups(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for groups in this organizational unit using wildcards and
attribute values.
|
Set |
AMOrganization.searchGroups(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for groups in this organization using wildcards and attribute
values.
|
Set |
AMGroup.searchGroups(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for groups in this group using wildcards and attribute values.
|
Set |
AMGroupContainer.searchGroups(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for groups in this group container using wildcards and attribute
values.
|
Set |
AMOrganizationalUnit.searchGroups(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for groups in this organizational unit using wildcards and
attribute values.
|
AMSearchResults |
AMGroupContainer.searchGroups(String wildcard,
Map avPairs,
String groupSearchTemplate,
AMSearchControl searchControl)
Deprecated.
Searches for assignable dynamic groups in this group container using
wildcards and attribute values.
|
AMSearchResults |
AMOrganization.searchOrganizationalUnits(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for organizational units in this organization using wildcards.
|
Set |
AMOrganization.searchOrganizationalUnits(String wildcard,
int level)
Deprecated.
Searches for organizational units in this organization using wildcards.
|
AMSearchResults |
AMOrganization.searchOrganizationalUnits(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for organizational units in this organization using wildcards
and attribute values.
|
Set |
AMOrganization.searchOrganizationalUnits(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for organizational units in this organization using wildcards
and attribute values.
|
AMSearchResults |
AMOrganizationalUnit.searchOrganizations(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for organizations in this organizational unit using wildcards.
|
Set |
AMOrganizationalUnit.searchOrganizations(String wildcard,
int level)
Deprecated.
Searches for organizations in this organizational unit using wildcards.
|
AMSearchResults |
AMOrganizationalUnit.searchOrganizations(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for organizations in this organizational unit using wildcards
and attribute values.
|
Set |
AMOrganizationalUnit.searchOrganizations(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for organizations in this organizational unit using wildcards
and attribute values.
|
AMSearchResults |
AMOrganization.searchPeopleContainers(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for people containers in this organization using wildcards and
attribute values.
|
AMSearchResults |
AMOrganizationalUnit.searchPeopleContainers(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for people containers in this organizational unit using
wildcards and attribute values.
|
Set |
AMOrganization.searchPeopleContainers(String wildcard,
int level)
Deprecated.
Searches for people containers in this organization using wildcards and
attribute values.
|
Set |
AMOrganizationalUnit.searchPeopleContainers(String wildcard,
int level)
Deprecated.
Searches for people containers in this organizational unit using
wildcards and attribute values.
|
AMSearchResults |
AMOrganization.searchPeopleContainers(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for people containers in this organization using wildcards and
attribute values.
|
AMSearchResults |
AMOrganizationalUnit.searchPeopleContainers(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for people containers in this organizational unit using
wildcards * and * attribute values.
|
Set |
AMOrganization.searchPeopleContainers(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for people containers in this organization using wildcards and
attribute values.
|
Set |
AMOrganizationalUnit.searchPeopleContainers(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for people containers in this organizational unit using
wildcards * and * attribute values.
|
Set |
AMPeopleContainer.searchResources(String wildcard,
int level,
String resourceSearchTemplate,
Map avPairs)
Deprecated.
Searches for resources in this organization using wildcards and attribute
values.
|
AMSearchResults |
AMPeopleContainer.searchResources(String wildcard,
Map avPairs,
String rSearchTemplate,
AMSearchControl searchControl)
Deprecated.
Searches for resources in this people container using wildcards and
attribute values.
|
AMSearchResults |
AMOrganization.searchRoles(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for roles in this organization using wildcards.
|
AMSearchResults |
AMOrganizationalUnit.searchRoles(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for roles in this organizational unit using wildcards.
|
Set |
AMOrganization.searchRoles(String wildcard,
int level)
Deprecated.
Searches for roles in this organization using wildcards.
|
Set |
AMOrganizationalUnit.searchRoles(String wildcard,
int level)
Deprecated.
Searches for roles in this organizational unit using wildcards.
|
AMSearchResults |
AMOrganization.searchRoles(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for roles in this organization using wildcards and attribute
values.
|
AMSearchResults |
AMOrganizationalUnit.searchRoles(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for roles in this organizational unit using wildcards and
attribute values.
|
Set |
AMOrganization.searchRoles(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for roles in this organization using wildcards and attribute
values.
|
Set |
AMOrganizationalUnit.searchRoles(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for roles in this organizational unit using wildcards and
attribute values.
|
AMSearchResults |
AMOrganization.searchStaticGroups(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for static groups in this organization using wildcards.
|
AMSearchResults |
AMOrganizationalUnit.searchStaticGroups(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for static groups in this organizational unit using wildcards.
|
Set |
AMOrganization.searchStaticGroups(String wildcard,
int level)
Deprecated.
Searches for static groups in this organization using wildcards.
|
Set |
AMOrganizationalUnit.searchStaticGroups(String wildcard,
int level)
Deprecated.
Searches for static groups in this organizational unit using wildcards.
|
Set |
AMOrganization.searchStaticGroups(String wildcard,
int level,
String groupSearchTemplate,
Map avPairs)
Deprecated.
Searches for static groups in this organization using wildcards.
|
AMSearchResults |
AMOrganization.searchStaticGroups(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for static groups in this organization using wildcards and
attribute values.
|
AMSearchResults |
AMGroupContainer.searchStaticGroups(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for static groups in this group container using wildcards and
attribute values.
|
AMSearchResults |
AMOrganizationalUnit.searchStaticGroups(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for static groups in this organizational unit using wildcards
and attribute values.
|
Set |
AMOrganization.searchStaticGroups(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for static groups in this organization using wildcards and
attribute values.
|
Set |
AMOrganizationalUnit.searchStaticGroups(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for static groups in this organizational unit using wildcards
and attribute values.
|
AMSearchResults |
AMOrganization.searchStaticGroups(String wildcard,
Map avPairs,
String groupSearchTemplate,
AMSearchControl searchControl)
Deprecated.
Searches for static groups in this organization using wildcards and
attribute values.
|
AMSearchResults |
AMGroupContainer.searchSubGroupContainers(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for group containers in this group container using wildcards and
attribute values.
|
Set |
AMGroupContainer.searchSubGroupContainers(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for sub group containers in this group container using wildcards
and attribute values.
|
AMSearchResults |
AMOrganizationalUnit.searchSubOrganizationalUnits(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for sub organizational units in this organizational unit using
wildcards.
|
Set |
AMOrganizationalUnit.searchSubOrganizationalUnits(String wildcard,
int level)
Deprecated.
Searches for sub organizational units in this organizational unit using
wildcards.
|
AMSearchResults |
AMOrganizationalUnit.searchSubOrganizationalUnits(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for sub organizational units in this organizational unit using
wildcards and attribute values.
|
Set |
AMOrganizationalUnit.searchSubOrganizationalUnits(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for sub organizational units in this organizational unit using
wildcards and attribute values.
|
AMSearchResults |
AMOrganization.searchSubOrganizations(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for sub organizations in this organization using wildcards.
|
Set |
AMOrganization.searchSubOrganizations(String wildcard,
int level)
Deprecated.
Searches for sub organizations in this organization using wildcards.
|
AMSearchResults |
AMOrganization.searchSubOrganizations(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for sub organizations in this organization using wildcards and
attribute values.
|
Set |
AMOrganization.searchSubOrganizations(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for sub organizations in this organization using wildcards and
attribute values.
|
Set |
AMPeopleContainer.searchSubPeopleContainers(String wildcard,
int level)
Deprecated.
Searches for sub people containers in this people container using
wildcards and attribute values.
|
Set |
AMPeopleContainer.searchSubPeopleContainers(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for sub people containers in this people container using
wildcards and attribute values.
|
AMSearchResults |
AMPeopleContainer.searchUsers(AMSearchControl searchControl,
String avfilter)
Deprecated.
Searches for users in this people container using attribute values.
|
AMSearchResults |
AMOrganization.searchUsers(AMSearchControl searchControl,
String avfilter)
Deprecated.
Searches for users in this organization using attribute values.
|
AMSearchResults |
AMGroup.searchUsers(AMSearchControl searchControl,
String avfilter)
Deprecated.
Searches for users in this group using attribute values.
|
AMSearchResults |
AMOrganizationalUnit.searchUsers(AMSearchControl searchControl,
String avfilter)
Deprecated.
Searches for users in this organization attribute values.
|
AMSearchResults |
AMRole.searchUsers(AMSearchControl searchControl,
String avfilter)
Deprecated.
Searches for users in this role using attribute values.
|
Set |
AMGroup.searchUsers(String wildcard)
Deprecated.
Searches for users in this group using wildcards and attribute values.
|
AMSearchResults |
AMPeopleContainer.searchUsers(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for users in this people container using wildcards and attribute
values.
|
AMSearchResults |
AMOrganization.searchUsers(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for users in this organization using wildcards and attribute
values.
|
AMSearchResults |
AMOrganizationalUnit.searchUsers(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for users in this organizational unit using wildcards and
attribute values.
|
AMSearchResults |
AMRole.searchUsers(String wildcard,
AMSearchControl searchControl)
Deprecated.
Searches for users in this people container using wildcards and attribute
values.
|
AMSearchResults |
AMPeopleContainer.searchUsers(String wildcard,
AMSearchControl searchControl,
String avfilter)
Deprecated.
Searches for users in this people container using wildcards and attribute
values.
|
AMSearchResults |
AMOrganization.searchUsers(String wildcard,
AMSearchControl searchControl,
String avfilter)
Deprecated.
Searches for users in this organization using wildcards and attribute
values.
|
AMSearchResults |
AMOrganizationalUnit.searchUsers(String wildcard,
AMSearchControl searchControl,
String avfilter)
Deprecated.
Searches for users in this organizational unit using wildcards and
filter.
|
Set |
AMPeopleContainer.searchUsers(String wildcard,
int level)
Deprecated.
Searches for users in this people container using wildcards and attribute
values.
|
Set |
AMOrganization.searchUsers(String wildcard,
int level)
Deprecated.
Searches for users in this organization using wildcards and attribute
values.
|
Set |
AMOrganizationalUnit.searchUsers(String wildcard,
int level)
Deprecated.
Searches for users in this organizational unit using wildcards and
attribute values.
|
Set |
AMRole.searchUsers(String wildcard,
int level)
Deprecated.
Searches for users in this role using wildcards and attribute values.
|
Set |
AMPeopleContainer.searchUsers(String wildcard,
int level,
String userSearchTemplate,
Map avPairs)
Deprecated.
Searches for users in this organization using wildcards and attribute
values.
|
Set |
AMOrganization.searchUsers(String wildcard,
int level,
String userSearchTemplate,
Map avPairs)
Deprecated.
Searches for users in this organization using wildcards and attribute
values.
|
AMSearchResults |
AMPeopleContainer.searchUsers(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for users in this group using wildcards and attribute values.
|
AMSearchResults |
AMOrganization.searchUsers(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for users in this organization using wildcards and attribute
values.
|
AMSearchResults |
AMGroup.searchUsers(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for users in this group using wildcards.
|
AMSearchResults |
AMOrganizationalUnit.searchUsers(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for users in this organizational unit using wildcards and
attribute values.
|
AMSearchResults |
AMRole.searchUsers(String wildcard,
Map avPairs,
AMSearchControl searchControl)
Deprecated.
Searches for users in this group using wildcards and attribute values.
|
Set |
AMPeopleContainer.searchUsers(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for users in this group using wildcards and attribute values.
|
Set |
AMOrganization.searchUsers(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for users in this organization using wildcards and attribute
values.
|
Set |
AMOrganizationalUnit.searchUsers(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for users in this organizational unit using wildcards and
attribute values.
|
Set |
AMRole.searchUsers(String wildcard,
Map avPairs,
int level)
Deprecated.
Searches for users in this role using wildcards and attribute values.
|
AMSearchResults |
AMPeopleContainer.searchUsers(String wildcard,
Map avPairs,
String userSearchTemplate,
AMSearchControl searchControl)
Deprecated.
Searches for users in this people container using wildcards and attribute
values.
|
AMSearchResults |
AMOrganization.searchUsers(String wildcard,
Map avPairs,
String userSearchTemplate,
AMSearchControl searchControl)
Deprecated.
Searches for users in this organization using wildcards and attribute
values.
|
void |
AMObject.setAttributeByteArray(String attrName,
byte[][] byteValues)
Deprecated.
Sets byte attribute values in this
AMObject . |
void |
AMObject.setAttributes(Map attributes)
Deprecated.
Sets attribute values in this
AMObject . |
void |
AMEntity.setAttributes(Map attributes)
Deprecated.
Sets attribute values in this
AMObject . |
void |
AMObject.setAttributesByteArray(Map attributes)
Deprecated.
Sets byte attribute values in this
AMObject . |
void |
AMDynamicGroup.setFilter(String filter)
Deprecated.
Sets the search filter for the dynamic group.
|
void |
AMFilteredRole.setFilter(String filter)
Deprecated.
Sets the search filter for the filtered role.
|
void |
AMTemplate.setPriority(int priority)
Deprecated.
Sets the priority of this template in the DIT
|
void |
AMRole.setRoleType(int roleType)
Deprecated.
Sets the type of the role.
|
void |
AMObject.setServiceStatus(String serviceName,
String status)
Deprecated.
Set the status of the service for this entity (User/Organization
/Group/Organizational Unit).
|
void |
AMObject.setStringAttribute(String attributeName,
String value)
Deprecated.
Sets string type attribute value.
|
void |
AMAssignableDynamicGroup.setSubscribable(boolean subscribable)
Deprecated.
Sets subscribe-ability of the assignable dynamic group.
|
void |
AMStaticGroup.setSubscribable(boolean subscribable)
Deprecated.
Sets subscribe-ability of the group.
|
void |
AMOrganizationalUnit.setSupportedTypes(Set sTypes)
Deprecated.
Sets the list of supported types for this container.
|
void |
AMObject.store()
Deprecated.
Stores the change to directory server.
|
void |
AMEntity.store()
Deprecated.
Stores the change to directory server.
|
void |
AMObject.store(boolean addValues)
Deprecated.
Stores the change to directory server.
|
void |
AMOrganization.unassignAllPolicies(String serviceName,
Set policyDNs)
Deprecated.
Unassigns the given policies from this organization and its roles.
|
void |
AMOrganizationalUnit.unassignAllPolicies(String serviceName,
Set policyDNs)
Deprecated.
Unassigns the given policies from this organizational unit and its roles.
|
void |
AMObject.unassignPolicies(String serviceName,
Set policyDNs)
Deprecated.
This method has been deprecated. Please use:
com.sun.identity.policy package for creating
and managing policies. |
void |
AMOrganization.unassignServices(Set serviceNames)
Deprecated.
Unassigns services from the organization.
|
void |
AMOrganizationalUnit.unassignServices(Set serviceNames)
Deprecated.
Unassigns services from the organizational unit.
|
void |
AMObject.unassignServices(Set serviceNames)
Deprecated.
Unassigns services from the user/group/organization/ organizational unit.
|
void |
AMOrganization.unregisterService(String serviceName)
Deprecated.
Unregisters a service for this organization.
|
void |
AMOrganizationalUnit.unregisterService(String serviceName)
Deprecated.
Unregister a service for this organizational unit.
|
Constructor and Description |
---|
AMStoreConnection(SSOToken ssoToken)
Deprecated.
Gets the connection to the Sun Java System Access Manager data store if
the Session is valid.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientTypesManager.store(SSOToken token)
Save changed to persistent store.
|
Modifier and Type | Class and Description |
---|---|
class |
SSOTokenListenersUnsupportedException
This
SSOTokenCannotBeObservedException is thrown when calling
SSOToken.addSSOTokenListener(SSOTokenListener) on an SSOToken
type that does not generate lifecycle events. |
Modifier and Type | Method and Description |
---|---|
void |
SSOToken.addSSOTokenListener(SSOTokenListener listener)
Adds an SSO token listener for the token change events.
|
SSOToken |
SSOTokenManager.createSSOToken(javax.servlet.http.HttpServletRequest request)
Creates a single sign on token from
HttpServletRequest |
SSOToken |
SSOTokenManager.createSSOToken(String tokenId)
Creates a single sign on token from the single sign
on token ID.
|
SSOToken |
SSOTokenManager.createSSOToken(String tokenId,
String clientIP)
Creates a single sign on token from the single sign
on token ID.
|
String |
SSOToken.dereferenceRestrictedTokenID(SSOToken requester,
String restrictedId)
Given a restricted token, returns the SSOTokenID of the master token can only be used if the requester is an
app token.
|
void |
SSOTokenManager.destroyToken(SSOToken token)
Destroys a single sign on token.
|
void |
SSOTokenManager.destroyToken(SSOToken destroyer,
SSOToken destroyed)
Destroys a single sign on token.
|
String |
SSOToken.encodeURL(String url)
Returns the encoded URL, rewritten to include the session id.
|
int |
SSOToken.getAuthLevel()
Returns the authentication level of the authentication method used for authentication.
|
String |
SSOToken.getAuthType()
Returns the authentication method used for authentication.
|
String |
SSOToken.getHostName()
Returns the host name of the client (browser) that sent the request.
|
long |
SSOToken.getIdleTime()
Returns the session idle time in seconds.
|
static SSOTokenManager |
SSOTokenManager.getInstance()
Returns the singleton instance of
SSOTokenManager . |
InetAddress |
SSOToken.getIPAddress()
Returns the IP Address of the client (browser) that sent the request.
|
long |
SSOToken.getMaxIdleTime()
Returns the maximum session idle time in minutes.
|
long |
SSOToken.getMaxSessionTime()
Returns the maximum session time in minutes.
|
Principal |
SSOToken.getPrincipal()
Returns the value of the property "Principal" set to the single sign on token.
|
Map<String,String> |
SSOToken.getProperties()
Get an unmodifiable map of all properties stored in this token.
|
String |
SSOToken.getProperty(String name)
Gets the property stored in this token.
|
String |
SSOToken.getProperty(String name,
boolean ignoreState)
Gets the property stored in this token.
|
long |
SSOToken.getTimeLeft()
Returns the time left in seconds on the session based on max session time.
|
int |
SSOTokenEvent.getType()
Returns the type of this event.
|
Set |
SSOTokenManager.getValidSessions(SSOToken requester,
String server)
Returns a list of single sign on token objects
which correspond to valid Sessions accessible to requester.
|
boolean |
SSOToken.isTokenRestricted()
Returns true if the SSOTokenID associated with this SSOToken is a restricted token, false otherwise.
|
void |
SSOTokenManager.refreshSession(SSOToken token)
Refresh the Session corresponding to the single
sign on token from the Session Server.
|
void |
SSOToken.setProperty(String name,
String value)
Sets a property for this token.
|
void |
SSOTokenManager.validateToken(SSOToken token)
Returns true if the single sign on token is valid.
|
Modifier and Type | Method and Description |
---|---|
void |
SSOProviderImpl.destroyToken(SSOToken destroyer,
SSOToken destroyed)
Destroys a single sign on token.
|
Set<SSOToken> |
SSOProviderImpl.getValidSessions(SSOToken requester,
String server)
Returns a list of single sign on token objects
which correspond to valid Sessions accessible to requester.
|
Constructor and Description |
---|
SSOProviderImpl()
Constructs a instance of
SSOProviderImpl |
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) |
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 |
AMIdentity.assignService(String serviceName,
Map attributes)
Assigns the service and service related attributes to the identity.
|
void |
IdRepo.changePassword(SSOToken token,
IdType type,
String name,
String attrName,
String oldPassword,
String newPassword)
Changes password of identity.
|
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.
|
Set |
AMIdentityRepository.createIdentities(IdType type,
Map identityNamesAndAttrs) |
AMIdentity |
AMIdentityRepository.createIdentity(IdType type,
String idName,
Map attrMap) |
abstract void |
IdRepo.delete(SSOToken token,
IdType type,
String name)
Deletes an identity.
|
void |
AMIdentityRepository.deleteIdentities(IdType type,
Set identities)
Deprecated.
As of release AM 7.1, replaced by
AMIdentityRepository.deleteIdentities(Set) |
void |
AMIdentityRepository.deleteIdentities(Set identities) |
Set |
AMIdentityRepository.getAllowedIdOperations(IdType type) |
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 |
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 |
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.
|
String |
IdRepo.getFullyQualifiedName(SSOToken token,
IdType type,
String name)
Returns the fully qualified name for the identity.
|
static AMIdentity |
IdUtils.getIdentity(SSOToken token) |
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 |
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.
|
AMIdentity |
AMIdentityRepository.getRealmIdentity() |
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<String,Set<String>> |
AMIdentity.getServiceAttributes(String serviceName)
Returns attributes related to a service, if the service is assigned to
the identity.
|
Map |
AMIdentity.getServiceAttributesAscending(String serviceName)
Returns attributes related to a service, if the service is assigned
to the identity.
|
Set |
AMIdentityRepository.getSupportedIdTypes() |
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 |
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 |
AMIdentity.isMember(AMIdentity identity)
Verifies if this identity is a member of the identity being passed.
|
abstract void |
IdRepo.modifyMemberShip(SSOToken token,
IdType type,
String name,
Set<String> members,
IdType membersType,
int operation)
Modify membership of the identity.
|
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 |
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 |
AMIdentity.removeMember(AMIdentity identity) |
void |
AMIdentity.removeMembers(Set identityObjects) |
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,
org.forgerock.openam.utils.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 |
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 |
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 |
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 |
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 |
AMIdentity.unassignService(String serviceName)
Removes a service from the identity.
|
Constructor and Description |
---|
AMIdentity(SSOToken ssotoken) |
AMIdentityRepository(SSOToken ssotoken,
String realmName)
Deprecated.
in 13.0.0, use
AMIdentityRepository.AMIdentityRepository(String, com.iplanet.sso.SSOToken) instead |
Modifier and Type | Method and Description |
---|---|
void |
PolicyManager.addPolicy(Policy policy)
Deprecated.
Adds a policy to the data store.
|
void |
Policy.addRealmSubject(SSOToken token,
String subjectName,
String realmName,
boolean exclusive)
Deprecated.
Adds a reference in the policy to a Subject defined at the realm.
|
void |
Policy.addRealmSubject(String subjectName,
SubjectTypeManager stm,
boolean exclusive)
Deprecated.
Adds a reference in the policy to a Subject defined at the realm.
|
void |
SubjectTypeManager.addSubject(String subjectName,
Subject subject)
Deprecated.
Adds a policy subject at realm.
|
Set |
ConditionTypeManager.getConditionTypeNames()
Deprecated.
Returns a
Set of all valid condition type names defined
by the policy service. |
Policy |
PolicyManager.getPolicy(String policyName)
Deprecated.
Gets the policy object given the name of the policy.
|
PolicyDecision |
PolicyEvaluator.getPolicyDecision(SSOToken token,
String resourceName,
Set actionNames,
Map envParameters)
Deprecated.
Evaluates privileges of the user to perform the specified actions
on the specified resource.
|
PolicyDecision |
ProxyPolicyEvaluator.getPolicyDecisionIgnoreSubjects(String resourceName,
Set actionNames,
Map env)
Deprecated.
Gets policy decision for a resource, skipping subject evaluation.
|
Set |
PolicyManager.getPolicyNames()
Deprecated.
Gets a set of names of polices defined in the
organization for which the policy manager was instantiated.
|
Set |
PolicyManager.getPolicyNames(String pattern)
Deprecated.
Gets a set of selected policy names matching the
pattern in the given organization.
|
Set |
PolicyEvaluator.getProtectedResourcesIgnoreConditions(SSOToken token,
String rootResource)
Deprecated.
Gets protected resources for a user identified by single sign on token
Conditions defined in the policies are ignored while
computing protected resources.
|
ProxyPolicyEvaluator |
ProxyPolicyEvaluatorFactory.getProxyPolicyEvaluator(SSOToken token,
String serviceType)
Deprecated.
Gets an instance of
ProxyPolicyEvaluator . |
Set |
ReferralTypeManager.getReferralTypeNames()
Deprecated.
Returns a set of all valid referral type names defined by the policy
service.
|
ResourceResult |
PolicyEvaluator.getResourceResult(SSOToken token,
String resourceName,
String scope,
Map envParameters)
Deprecated.
Use
getResourceResults() |
Set |
PolicyEvaluator.getResourceResults(SSOToken token,
String resourceName,
String scope,
Map envParameters)
Deprecated.
Gets resource result objects given a resource name.
|
Set |
ResponseProviderTypeManager.getResponseProviderTypeNames()
Deprecated.
Returns a set of all valid
ResponseProvider type names
defined in the PolicyConfig service. |
Set |
ConditionTypeManager.getSelectedConditionTypeNames()
Deprecated.
Returns a
Set of valid condition type names configured for
the organization. |
Set |
ReferralTypeManager.getSelectedReferralTypeNames()
Deprecated.
Returns a set of valid referral type names configured for the
organization.
|
Set |
ResponseProviderTypeManager.getSelectedResponseProviderTypeNames()
Deprecated.
Returns a set of valid
ResponseProvider type names
configured. |
Set |
SubjectTypeManager.getSelectedSubjectTypeNames()
Deprecated.
Returns a set of valid subject type names configured for the
organization.
|
Set |
SubjectTypeManager.getSubjectNames()
Deprecated.
Get the set of names of Subject(s) defined at the realm
|
Set |
SubjectTypeManager.getSubjectTypeNames()
Deprecated.
Returns a set of all valid subject type names defined by the policy
service.
|
boolean |
PolicyEvaluator.isAllowed(SSOToken token,
String resourceName,
String actionName,
Map envParameters)
Deprecated.
Evaluates simple privileges of boolean type.
|
void |
PolicyManager.removePolicy(String policyName)
Deprecated.
Deletes a policy in the organization with the given name.
|
Subject |
SubjectTypeManager.removeSubject(String subjectName)
Deprecated.
Removes the subject with the given name from the realm.
|
Subject |
SubjectTypeManager.removeSubject(String subjectName,
boolean forcedRemove)
Deprecated.
Removes the subject with the given name from the realm.
|
void |
PolicyManager.replacePolicy(Policy policy)
Deprecated.
Replaces a policy object in the data store with the same policy name
|
void |
SubjectTypeManager.replaceSubject(String subjectName,
Subject subject)
Deprecated.
Replaces an existing subject with the same name by the
current one at the realm.
|
void |
Policy.store(SSOToken token,
String name)
Deprecated.
Stores the policy object in a persistent data store
under the organization, sub-organization or a container
object, specified as a parameter.
|
Constructor and Description |
---|
PolicyEvaluator(String serviceTypeName)
Deprecated.
Constructor to create a
PolicyEvaluator given the
ServiceType name. |
PolicyManager(SSOToken token)
Deprecated.
Constructor for
PolicyManager for the
top (or root) organization. |
PolicyManager(SSOToken token,
String name)
Deprecated.
Constructor for
PolicyManager for the
specified organization, sub organization or a container object. |
ReferralTypeManager()
Deprecated.
Creates a
ReferralTypeManager object |
SubjectTypeManager()
Deprecated.
Constructs a
SubjectTypeManager object |
Modifier and Type | Method and Description |
---|---|
PolicyDecision |
PolicyEvaluator.getPolicyDecision(SSOToken token,
String resourceName,
Set actionNames,
Map envParameters)
Evaluates privileges of the user to perform the specified actions
on the specified resource.
|
PolicyEvaluator |
PolicyEvaluatorFactory.getPolicyEvaluator(String serviceName)
Returns an instance of
com.sun.identity.policy.client.PolicyEvaluator |
PolicyEvaluator |
PolicyEvaluatorFactory.getPolicyEvaluator(String serviceName,
AppSSOTokenProvider appSSOTokenProvider)
Returns an instance of
com.sun.identity.policy.client.PolicyEvaluator |
boolean |
PolicyEvaluator.isAllowed(SSOToken token,
String resourceName,
String actionName,
Map envParameters)
Evaluates simple privileges of boolean type.
|
Modifier and Type | Method and Description |
---|---|
ConditionDecision |
Condition.getConditionDecision(SSOToken token,
Map<String,Set<String>> env)
Deprecated.
Gets the decision computed by this condition object, based on the
Map of environment parameters |
PolicyDecision |
Referral.getPolicyDecision(SSOToken token,
String resourceType,
String resourceName,
Set actionNames,
Map envParameters)
Deprecated.
Gets policy results
|
Set |
Referral.getResourceNames(SSOToken token,
String serviceTypeName,
String resourceName)
Deprecated.
Gets resource names that are exact matches, sub resources or
wild card matches of argument resource name.
|
Map |
ResponseProvider.getResponseDecision(SSOToken token,
Map env)
Deprecated.
Gets the response attributes computed by this ResponseProvider object,
based on the
SSOToken and Map of
environment parameters. |
ValidValues |
Subject.getValidValues(SSOToken token)
Deprecated.
Returns a list of possible values for the
Subject
. |
ValidValues |
Referral.getValidValues(SSOToken token)
Deprecated.
Gets the valid values for this referral
|
ValidValues |
Subject.getValidValues(SSOToken token,
String pattern)
Deprecated.
Returns a list of possible values for the
Subject
that satisfy the given pattern . |
ValidValues |
Referral.getValidValues(SSOToken token,
String pattern)
Deprecated.
Gets the valid values for this referral
matching a pattern
|
Syntax |
Subject.getValueSyntax(SSOToken token)
Deprecated.
Returns the syntax of the values the
Subject implementation can have. |
Syntax |
Referral.getValueSyntax(SSOToken token)
Deprecated.
Gets the syntax for the value
|
boolean |
Subject.isMember(SSOToken token)
Deprecated.
Determines if the user belongs to this instance
of the
Subject object. |
Modifier and Type | Method and Description |
---|---|
protected void |
AdminTokenAction.init() |
Constructor and Description |
---|
AdminTokenAction()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfig.addAttribute(String attrName,
Set values)
Adds a configuration parameter to the service configuration.
|
void |
ServiceInstance.addAttribute(String attrName,
Set values)
Adds the given attribute name and values to the attribute set.
|
void |
ServiceSchema.addAttributeSchema(InputStream xmlAttrSchema)
Adds the attribute schema to this service.
|
void |
AttributeSchema.addChoiceValue(String value,
String i18nKey)
Adds a choice value and its i18n key to the existing set of choice
values.
|
void |
ServiceConfigManager.addConfiguration(InputStream in)
Adds instances, global and organization
configurations
|
void |
AttributeSchema.addDefaultValue(String value)
Adds a default value to the existing set of default values.
|
void |
ServiceConfig.addExportedOrganizationNames(Set names)
Adds the organization names to the list of organization names that can
import this service configutation.
|
void |
ServiceConfig.addSubConfig(String subConfigName,
String subConfigId,
int priority,
Map attrs)
Adds a service sub-configuration with configuration parameters.
|
void |
ServiceSchema.addSubSchema(InputStream xmlSubSchema)
Adds the service's sub-schema given the XML input stream that follows the
SMS DTD.
|
void |
ServiceConfig.checkAndCreateGroup(String dn,
String groupName) |
ServiceConfig |
ServiceConfigManager.createGlobalConfig(Map attrs)
Creates global configuration for the default
instance of the service given the configuration attributes.
|
ServiceConfig |
ServiceConfigManager.createOrganizationConfig(String orgName,
Map attrs)
Creates organization configuration for the default
instance of the service given configuration attributes.
|
void |
ServiceConfig.deleteLabeledUri(String luri)
Deprecated.
The labeledURI setting shall not be used for storing configuration data.
|
void |
ServiceConfigManager.deleteOrganizationConfig(String orgName)
Deletes the organization configuration data for the
given organization.
|
ServiceConfigManager |
ServiceManager.getConfigManager(String serviceName,
String version)
Returns the
ServiceConfigManager for
the given service name and version. |
ServiceConfig |
ServiceConfigManager.getGlobalConfig(String instanceName)
Returns the global configuration for the given
service instance.
|
ServiceInstance |
ServiceConfigManager.getInstance(String instanceName)
Returns the service instance given the instance
name
|
String |
ServiceConfig.getLastModifiedTime()
Returns the last modified time stamp of this configuration This method is
expensive because it does not cache the modified time stamp but goes
directly to the data store to obtain the value of this entry
|
ServiceConfig |
ServiceConfigManager.getOrganizationConfig(String orgName,
String instanceName)
Returns the organization configuration for the
given organization and instance name.
|
ServiceSchemaManager |
ServiceManager.getSchemaManager(String serviceName,
String version)
Returns the
ServiceSchemaManager for
the given service name and version. |
ServiceConfig |
ServiceConfig.getSubConfig(String subConfigName)
Returns the service's sub-configuration given the service's
sub-configuration name.
|
void |
ServiceConfig.importSubConfig(String subConfigName,
String exportedSubConfigName)
Imports a service sub-configuration to the list of localy defined
sub-configuration.
|
Set |
ServiceManager.registerServices(InputStream xmlServiceSchema)
Registers one or more services, defined by the XML
input stream that follows the SMS DTD.
|
void |
ServiceConfig.removeAttribute(String attrName)
Removes a configuration parameter from the service configuration.
|
void |
ServiceInstance.removeAttribute(String attrName)
Removes the specified attribute name and its values from the attribute
set.
|
void |
ServiceSchema.removeAttributeDefaults(Set attrs)
Removes the default values of attributes in the schema.
|
void |
ServiceConfig.removeAttributes(Set attrNames)
Removes a configuration parameters from the service configuration.
|
void |
ServiceSchema.removeAttributeSchema(String attrName)
Removes the attribute schema from this service.
|
void |
ServiceConfig.removeAttributeValues(String attrName,
Set values)
Removes the specific values for the given configuration parameter.
|
void |
ServiceInstance.removeAttributeValues(String attrName,
Set values)
Removes the specified attribute's values.
|
void |
AttributeSchema.removeChoiceValue(String value)
Removes the given value from the set of choice values.
|
void |
AttributeSchema.removeDefaultValue(String value)
Removes the given value from the set of default values.
|
void |
AttributeSchema.removeDefaultValues()
Removes the all the default values for the attribute.
|
void |
ServiceConfigManager.removeGlobalConfiguration(String groupName)
Deletes the global configuration data for the given
group name.
|
void |
ServiceConfigManager.removeInstance(String instanceName)
Removes the instance form the service
|
void |
ServiceConfigManager.removeOrganizationConfiguration(String orgName,
String groupName)
Deletes the organization's group configuration
data.
|
void |
ServiceManager.removeService(String serviceName,
String version)
Removes the service schema and configuration for
the given service name.
|
void |
ServiceConfig.removeSharedOrganizationNames(Set names)
Removes the organization names from the list of organization names that
can import the service configuration.
|
void |
ServiceConfig.removeSubConfig(String subConfigName)
Removes the service sub-configuration.
|
void |
ServiceSchema.removeSubSchema(String subSchemaName)
Removes the service's sub-schema from the service.
|
void |
ServiceSchema.replaceAttributeSchema(String attrName,
Node attributeSchemaNode)
Removes the attribute schema from this service.
|
void |
ServiceConfig.replaceAttributeValue(String attrName,
String oldValue,
String newValue)
Replaces old value of the configuration parameter with new value.
|
void |
ServiceInstance.replaceAttributeValue(String attrName,
String oldValue,
String newValue)
Replaces the attribute's old value with the new value.
|
void |
ServiceConfig.replaceAttributeValues(String attrName,
Set oldValues,
Set newValues)
Replaces the old values of the configuration parameter with the new
values.
|
void |
ServiceInstance.replaceAttributeValues(String attrName,
Set oldValues,
Set newValues)
Replaces the attribute's old values with the new values
|
void |
ServiceSchemaManager.replaceSchema(InputStream xmlServiceSchema)
Replaces the existing service schema with the given
schema defined by the XML input stream that follows the SMS DTD.
|
void |
AttributeSchema.setAny(String a)
Sets the any attribute.
|
void |
ServiceSchema.setAttributeDefaults(Map attrs)
Method to change the default values of attributes in the schema.
|
void |
ServiceSchema.setAttributeDefaults(String attrName,
Set values)
Method to change default value for a specific attribute.
|
void |
ServiceConfig.setAttributes(Map attrs)
Sets the service configuration parameters.
|
void |
ServiceInstance.setAttributes(Map attrs)
Sets the attributes that are specific to the service instance.
|
void |
AttributeSchema.setBooleanValues(String trueValue,
String trueValueI18nKey,
String falseValue,
String falseValueI18nKey)
Sets the boolean values of the attribute.
|
void |
AttributeSchema.setCosQualifier(String cosq)
Sets the
cosQualifier attribute |
void |
AttributeSchema.setDefaultValues(Set values)
Sets the default values of the attribute.
|
void |
AttributeSchema.setEndRange(String edRange)
Sets the end range Attribute.
|
void |
ServiceConfig.setExportedOrganizationNames(Set names)
Sets the organization names that can import the service configuration.
|
void |
ServiceInstance.setGroup(String groupName)
Sets the group name for this instance.
|
void |
ServiceSchemaManager.setI18NFileName(String url)
Sets the I18N properties file name for the service
|
void |
ServiceSchema.setI18NFileName(String url)
Sets the I18N properties file name for the service schema
|
void |
ServiceSchemaManager.setI18NJarURL(String url)
Sets the URL of the JAR file that contains the I18N
properties
|
void |
ServiceSchema.setI18Nkey(String key)
Sets the value of the I18N key in the service schema.
|
void |
ServiceSchemaManager.setI18NKey(String i18nKey)
Sets the i18nKey of the schema.
|
void |
AttributeSchema.setI18NKey(String i18nKey)
Sets the I18N key to describe the configuration attribute.
|
void |
ServiceSchema.setInheritance(String value)
Set the value of inheritance attribute in service schema.
|
void |
ServiceConfig.setLabeledUri(String luri)
Deprecated.
The labeledURI setting shall not be used for storing configuration data.
|
void |
AttributeSchema.setMaxValue(String maxV)
Sets the maximum value attribute.
|
void |
AttributeSchema.setMinValue(String minV)
Sets the minimum value attribute.
|
void |
AttributeSchema.setOrder(Integer order)
Sets the order of this attribute.
|
void |
ServiceConfig.setPriority(int priority)
Sets the priority to the service configuration.
|
void |
AttributeSchema.setPropertiesViewBeanUR(String prop)
Sets the URL of the view bean for the attribute.
|
void |
ServiceSchemaManager.setPropertiesViewBeanURL(String url)
Sets the URL of the view bean for the service.
|
void |
ServiceSchemaManager.setResourceName(String name)
Sets the service's resource name for CREST representation.
|
void |
AttributeSchema.setResourceName(String name)
Sets the CREST representation name for the attribute.
|
void |
ServiceSchema.setResourceName(String name)
Sets the CREST resource name for the service schema.
|
void |
AttributeSchema.setSearchable(String value)
Sets the attribute isSearchable, if value is set to
true
,
or false . |
void |
ServiceSchemaManager.setServiceHierarchy(String newhierarchy)
Sets the service's hierarchy
|
void |
AttributeSchema.setStartRange(String stRange)
Sets the start range attribute.
|
void |
AttributeSchema.setSyntax(String synt)
Sets the Syntax attribute.
|
void |
AttributeSchema.setType(String type)
Sets the type.
|
void |
AttributeSchema.setUIType(String uiType)
Sets the
UIType attribute. |
void |
ServiceInstance.setURI(String uri)
Sets the URI for the service instance.
|
void |
AttributeSchema.setValidator(String valid)
Sets the Validator attribute
|
String |
ServiceConfig.toXML(String NodeTag,
AMEncryption encryptObj) |
String |
ServiceConfig.toXML(String NodeTag,
AMEncryption encryptObj,
String orgName) |
protected void |
AttributeSchema.updateBooleanValues(String trueValue,
String trueValueI18nKey,
String falseValue,
String falseValueI18nKey,
Document doc) |
protected void |
AttributeSchema.updateChoiceValues(Map choiceValues) |
protected void |
AttributeSchema.updateChoiceValues(Map choiceValues,
Document doc) |
protected void |
AttributeSchema.updateDefaultValues(Set defaultValues)
Method for modifying default values
|
protected void |
AttributeSchema.updateDefaultValues(Set defaultValues,
Document doc)
Method for modifying default values given the XML document
|
protected void |
AttributeSchema.updateXMLDocument(StringBuffer sb,
String elementName,
Document updateDoc) |
protected void |
AttributeSchema.updateXMLDocument(String attrName,
String attrValue)
update attribute value in attribute schema element
|
Constructor and Description |
---|
ServiceConfig(ServiceConfigManager scm,
com.sun.identity.sm.ServiceConfigImpl sc)
Protected constructor
|
ServiceConfigManager(SSOToken token,
String serviceName,
String version)
Creates an instance of
ServiceConfigManager for the given service and version. |
ServiceManager(SSOToken token)
Creates an instance of
ServiceManager . |
ServiceSchemaManager(SSOToken token,
String serviceName,
String version)
Creates an instance of
ServiceSchemaManager for the given service and version
pair. |
Copyright © 2010-2016, ForgeRock All Rights Reserved.