A B C D E F G H I K L M N O P Q R S T U V W X

A

abort() - Method in class com.sun.identity.authentication.AuthContext
Terminates an ongoing login call that has not yet completed.
AbstractRequest - class com.sun.identity.saml.protocol.AbstractRequest.
This AbstractRequest class is an abstract base class for all SAML Request in samlp namespace.
AbstractResponse - class com.sun.identity.saml.protocol.AbstractResponse.
This AbstractResponse class is an abstract base class for all SAML Response in samlp namespace.
AccountMapper - interface com.sun.identity.saml.plugins.AccountMapper.
The class AccountMapper is an interface that is implemented to map partner account to user account in Sun ONE Identity Server.
ACCOUNTMAPPER - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
Action - class com.sun.identity.saml.assertion.Action.
This class is designed for <Action> element in SAML core assertion.
ACTION_NAMESPACE - Static variable in class com.sun.identity.saml.common.SAMLConstants
String used in the ActionNamespace attribute to refer to common sets of actions to perform on resources.
ACTION_NAMESPACE_GHPP - Static variable in class com.sun.identity.saml.common.SAMLConstants
String used in the ActionNamespace attribute to refer to common sets of actions to perform on resources.
ACTION_NAMESPACE_NEGATION - Static variable in class com.sun.identity.saml.common.SAMLConstants
String used in the ActionNamespace attribute to refer to common sets of actions to perform on resources.
ACTION_NAMESPACE_UNIX - Static variable in class com.sun.identity.saml.common.SAMLConstants
String used in the ActionNamespace attribute to refer to common sets of actions to perform on resources.
ACTION_SERVICE_MAPPING - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
Action(Element) - Constructor for class com.sun.identity.saml.assertion.Action
This constructor builds an action element from an existing XML block.
Action(String, String) - Constructor for class com.sun.identity.saml.assertion.Action
Convenience constructor of <Action>
ActionDecision - class com.sun.identity.policy.ActionDecision.
The ActionDecision class represents the action results of a policy evaluation.
ActionDecision() - Constructor for class com.sun.identity.policy.ActionDecision
No argument constructor
ActionDecision(String, Set) - Constructor for class com.sun.identity.policy.ActionDecision
Constructor
ActionDecision(String, Set, Map, long) - Constructor for class com.sun.identity.policy.ActionDecision
Constructor
ActionMapper - interface com.sun.identity.saml.plugins.ActionMapper.
The class ActionMapper is an interface that is implemented to get SSO information and map partner actions to Identity Server authorization decisions.
ACTIONMAPPER - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
activate() - Method in interface com.iplanet.am.sdk.AMResource
Activates the user.
activate() - Method in interface com.iplanet.am.sdk.AMUser
Activates the user.
activate() - Method in class com.sun.identity.um.User
Activates the user.
ACTIVE - Static variable in interface com.iplanet.am.sdk.AMObject
Represents the various object status
ACTIVE_VALUE - Static variable in interface com.iplanet.am.sdk.AMObject
 
ADD_MEMBER - Static variable in interface com.iplanet.am.sdk.AMConstants
 
addActionDecision(ActionDecision) - Method in class com.sun.identity.policy.PolicyDecision
Adds an action decision to this object
addAssertion(Assertion) - Method in class com.sun.identity.saml.assertion.Evidence
Method to add an Assertion object into the Evidence object.
addAssertion(Assertion) - Method in class com.sun.identity.saml.protocol.Response
Add an assertion to the Response.
addAssertionIDReference(AssertionIDReference) - Method in class com.sun.identity.saml.assertion.Evidence
Method to add an AssertionIDReference object into the Evidence object.
addAttribute(String, Set) - Method in class com.sun.identity.sm.ServiceInstance
Adds the given attribute name and values to the attribute set.
addAttribute(String, Set) - Method in class com.sun.identity.sm.ServiceConfig
Adds a configuration parameter to the service configuration.
addAttributeSchema(InputStream) - Method in class com.sun.identity.sm.ServiceSchema
Adds the attribute schema to this service.
addAttributeValue(Element) - Method in class com.sun.identity.saml.assertion.Attribute
Add AttributeValue to the Attribute
addAttributeValue(String) - Method in class com.sun.identity.saml.assertion.Attribute
Add AttributeValue to the Attribute
addAudience(String) - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Add an audience to this Condition element
addAudienceRestrictionCondition(AudienceRestrictionCondition) - Method in class com.sun.identity.saml.assertion.Conditions
Add an audience restriction condition within this Conditions Element
addChoiceValue(String, String) - Method in class com.sun.identity.sm.AttributeSchema
Adds a choice value and its i18n key to the existing set of choice values.
addCondition(String, Condition) - Method in class com.sun.identity.policy.Policy
Adds a new policy condition.
addConfiguration(InputStream) - Method in class com.sun.identity.sm.ServiceConfigManager
Adds instances, global and organization configurations
addConfirmationMethod(String) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Add a confirmationMethod to this SubjectConfirmation element.
addDefaultValue(String) - Method in class com.sun.identity.sm.AttributeSchema
Adds a default value to the existing set of default values.
ADDED - Static variable in interface com.sun.identity.sm.ServiceListener
The change type specifies that the entry has been added.
addEventListener(AMEventListener) - Method in interface com.iplanet.am.sdk.AMObject
Register a event listener that needs to be invoked when a relevant event occurs.
addListener(ServiceListener) - Method in class com.sun.identity.sm.ServiceConfigManager
Register for changes to service's configuration.
addListener(ServiceListener) - Method in class com.sun.identity.sm.ServiceSchemaManager
Register for changes to service's schema.
addListener(String, AMServiceListener) - Static method in class com.iplanet.am.sdk.AMSchema
Deprecated. Registers the listener for the given service name
addLogInfo(String, Object) - Method in class com.sun.identity.log.LogRecord
Adds to the HashMap, the field key and its corresponding value.
addPolicy(Policy) - Method in class com.sun.identity.policy.PolicyManager
Adds a policy to the data store.
addPolicyListener(PolicyListener) - Method in class com.sun.identity.policy.PolicyEvaluator
Adds a policy listener that would be notified whenever a policy is added, removed or changed
addQuery(QueryElement) - Method in class com.sun.identity.log.LogQuery
Adds a query element to the list present in LogQuery
addReferral(String, Referral) - Method in class com.sun.identity.policy.Policy
Adds a new policy referral.
addRespondWith(String) - Method in class com.sun.identity.saml.protocol.AbstractRequest
Add a RespondWith to the Request.
addRule(Rule) - Method in class com.sun.identity.policy.Policy
Adds a new policy rule.
addSSOTokenListener(SSOTokenListener) - Method in interface com.iplanet.sso.SSOToken
Adds an SSO token listener for the token change events.
addStatement(Statement) - Method in class com.sun.identity.saml.assertion.Assertion
Add a statement to this Assertion
addSubConfig(String, String, int, Map) - Method in class com.sun.identity.sm.ServiceConfig
Adds a service sub-configuration with configuration parameters.
addSubject(String, Subject) - Method in class com.sun.identity.policy.Policy
Adds a new policy subject.
addSubject(String, Subject, boolean) - Method in class com.sun.identity.policy.Policy
Adds a new policy subject.
addSubSchema(InputStream) - Method in class com.sun.identity.sm.ServiceSchema
Adds the service's sub-schema given the XML inputstream that follows the SMS DTD.
addUsers(Set) - Method in interface com.iplanet.am.sdk.AMAssignableDynamicGroup
Adds users to the assignable dynamic group.
addUsers(Set) - Method in interface com.iplanet.am.sdk.AMRole
Adds users to the role.
addUsers(Set) - Method in interface com.iplanet.am.sdk.AMStaticGroup
Adds users to the static group.
addUsers(Set) - Method in class com.sun.identity.um.Role
Adds users to the role.
addUsers(Set) - Method in class com.sun.identity.um.AssignableDynamicGroup
Adds users to the assignable dynamic group.
addUsers(Set) - Method in class com.sun.identity.um.StaticGroup
Adds users to the static group.
ADMIN_CONSOLE_SERVICE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Identity Server's administration console service name
ADMIN_GROUPS_ENABLED_ATTR - Static variable in interface com.iplanet.am.sdk.AMConstants
 
ADMIN_ROLE_ATTR - Static variable in interface com.iplanet.am.sdk.AMConstants
 
ADMIN_START_DN_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Administrator's Start Location
AdminDNAction - class com.sun.identity.security.AdminDNAction.
The class is used to perform privileged operations using java.security.AccessController.doPrivileged() when using com.iplanet.am.util.AdminUtils to obtain Admin DN.
AdminDNAction() - Constructor for class com.sun.identity.security.AdminDNAction
Non default constructor to be used when a doPrivileged() is performed for the decryption operations.
ADMINISTRATION_SERVICE - Static variable in interface com.iplanet.am.sdk.AMConstants
 
ADMINISTRATOR_DISPLAY_ATTRIBUTE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Attribute is displayed only for administrators and maybe writable.
AdminPasswordAction - class com.sun.identity.security.AdminPasswordAction.
The class is used to perform privileged operations using AccessController.doPrivileged() when using com.iplanet.am.util.AdminUtils to obtain Admin passwords.
AdminPasswordAction() - Constructor for class com.sun.identity.security.AdminPasswordAction
Non default constructor to be used when a doPrivileged() is performed for the decryption operations.
Advice - class com.sun.identity.saml.assertion.Advice.
The element contains additional information that the issuer wish to provide.
Advice(Element) - Constructor for class com.sun.identity.saml.assertion.Advice
This constructor builds an Advice element from an existing XML block.
Advice(List, List, List) - Constructor for class com.sun.identity.saml.assertion.Advice
Constructor
ALGO_ID_C14N_EXCL_OMIT_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ALGO_ID_C14N_EXCL_WITH_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ALGO_ID_C14N_OMIT_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ALGO_ID_C14N_WITH_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ALGO_ID_MAC_HMAC_NOT_RECOMMENDED_MD5 - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ALGO_ID_MAC_HMAC_RIPEMD160 - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ALGO_ID_MAC_HMAC_SHA1 - Static variable in class com.sun.identity.saml.common.SAMLConstants
MAC - Required HMAC-SHA1
ALGO_ID_MAC_HMAC_SHA256 - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ALGO_ID_MAC_HMAC_SHA384 - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ALGO_ID_MAC_HMAC_SHA512 - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ALGO_ID_SIGNATURE_DSA - Static variable in class com.sun.identity.saml.common.SAMLConstants
Signature - Required DSAwithSHA1 (DSS)
ALGO_ID_SIGNATURE_NOT_RECOMMENDED_RSA_MD5 - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ALGO_ID_SIGNATURE_RSA - Static variable in class com.sun.identity.saml.common.SAMLConstants
Signature - Recommended RSAwithSHA1
ALGO_ID_SIGNATURE_RSA_RIPEMD160 - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ALGO_ID_SIGNATURE_RSA_SHA1 - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ALGO_ID_SIGNATURE_RSA_SHA256 - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ALGO_ID_SIGNATURE_RSA_SHA384 - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ALGO_ID_SIGNATURE_RSA_SHA512 - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ALL_RECORDS - Static variable in class com.sun.identity.log.LogQuery
All the records that matches query chriteria (if any) will be retrieved.
ALL_RESOURCES - Static variable in class com.sun.identity.policy.PolicyEvaluator
Constant used to identity all the resources of a service type.
ALL_TEMPLATES - Static variable in interface com.iplanet.am.sdk.AMTemplate
Represents both dynamic and policy template for a service
AMAdminConstants - interface com.iplanet.am.console.base.model.AMAdminConstants.
AMAdminConstants contains a set of constants used by various modules in administration console.
AMAssignableDynamicGroup - interface com.iplanet.am.sdk.AMAssignableDynamicGroup.
The AMAssignableDynamicGroup interface provides methods to manage assignable dynamic group.
AMAttributeSchema - class com.iplanet.am.sdk.AMAttributeSchema.
Deprecated. This class has been deprecated. Please use com.sun.identity.sm.AttributeSchema.
AMCallBack - class com.iplanet.am.sdk.AMCallBack.
A Plugin Class that needs to be extended by external applications in-order to do some special pre/post-processing for creation/deletion and modification operations for User, Organization, Roles & Groups.
AMClientDetector - class com.iplanet.am.util.AMClientDetector.
This is an utility to get the client type.
AMClientDetector() - Constructor for class com.iplanet.am.util.AMClientDetector
AMClientDetector constructor
AMClientDetector(ClientDetectionInterface) - Constructor for class com.iplanet.am.util.AMClientDetector
Application provide custom detection class
AMClientDetector(String) - Constructor for class com.iplanet.am.util.AMClientDetector
Applications can provide client detector implementation class
AMConsoleException - exception com.iplanet.am.console.base.model.AMConsoleException.
AMConsoleException is thrown to signal to the view bean that incorrect behavior is encountered in processing a request.
AMConsoleException(List) - Constructor for class com.iplanet.am.console.base.model.AMConsoleException
Creates a Console Exception object.
AMConsoleException(String) - Constructor for class com.iplanet.am.console.base.model.AMConsoleException
Creates a Console Exception object.
AMConsoleException(Throwable) - Constructor for class com.iplanet.am.console.base.model.AMConsoleException
Creates a Console Exception object.
AMConsoleListener - interface com.iplanet.am.console.base.model.AMConsoleListener.
AMConsoleListener defines a set of Console model event handlers.
AMConsoleListenerAdapter - class com.iplanet.am.console.base.model.AMConsoleListenerAdapter.
AMConsoleListenerAdapter provides defaults implementation of methods in AMConsoleListener handlers.
AMConsoleListenerAdapter() - Constructor for class com.iplanet.am.console.base.model.AMConsoleListenerAdapter
 
AMConstants - interface com.iplanet.am.sdk.AMConstants.
This interface defines constants used by AM SDK.
AMDynamicGroup - interface com.iplanet.am.sdk.AMDynamicGroup.
This interface provides methods to manage dynamic group.
AMEntryExistsException - exception com.iplanet.am.sdk.AMEntryExistsException.
This AMEntryExistsException is a specific typed exception used to indicate an error encountered because the entry already existing in the Directory.
AMEntryExistsException(String, String) - Constructor for class com.iplanet.am.sdk.AMEntryExistsException
 
AMEntryExistsException(String, String, Object[]) - Constructor for class com.iplanet.am.sdk.AMEntryExistsException
 
AMEvent - class com.iplanet.am.sdk.AMEvent.
Represents an event fired by Sun ONE Identity Server SDK.
AMEvent(Object, int) - Constructor for class com.iplanet.am.sdk.AMEvent
This constructor accepts the event source object and passes it onto the base class constructor.
AMEventListener - interface com.iplanet.am.sdk.AMEventListener.
Represents the event listener interface that consumers of this API should implement and register with the SDK to receive Sun ONE Identity Server SDK notifications.
AMException - exception com.iplanet.am.sdk.AMException.
The AMException is thrown whenever an error is is encountered while performing an operation on the data store.
AMException(String, String) - Constructor for class com.iplanet.am.sdk.AMException
Constructs a new AMException with detailed message.
AMException(String, String, Object[]) - Constructor for class com.iplanet.am.sdk.AMException
Constructs a new AMException with detailed message.
AMFilteredRole - interface com.iplanet.am.sdk.AMFilteredRole.
This interface provides methods to manage filtered role.
AMGroup - interface com.iplanet.am.sdk.AMGroup.
The AMGroup interface provides methods to manage group
AMGroupContainer - interface com.iplanet.am.sdk.AMGroupContainer.
This interface provides methods to manage group container.
AMInvalidDNException - exception com.iplanet.am.sdk.AMInvalidDNException.
The AMInvalidDNException is thrown to indicate that an invalid DN was used.
AMInvalidDNException(String, String) - Constructor for class com.iplanet.am.sdk.AMInvalidDNException
 
AMInvalidDNException(String, String, Object[]) - Constructor for class com.iplanet.am.sdk.AMInvalidDNException
 
AMInvalidDNException(String, String, Object[], UMSException) - Constructor for class com.iplanet.am.sdk.AMInvalidDNException
 
AMInvalidDNException(String, String, UMSException) - Constructor for class com.iplanet.am.sdk.AMInvalidDNException
 
AMLoginModule - class com.sun.identity.authentication.spi.AMLoginModule.
An abstract class which implements JAAS LoginModule, it provides methods to access Sun ONE Identity Server services and the module xml configuration.
AMLoginModule() - Constructor for class com.sun.identity.authentication.spi.AMLoginModule
 
AMModel - interface com.iplanet.am.console.base.model.AMModel.
AMModel defines a set of methods that are exposed to view beans.
AMObject - interface com.iplanet.am.sdk.AMObject.
The AMObject interface provides methods to manage various Sun ONE Identity Server objects and their attributes.
AMOrganization - interface com.iplanet.am.sdk.AMOrganization.
This interface provides methods to manage organization.
AMOrganizationalUnit - interface com.iplanet.am.sdk.AMOrganizationalUnit.
The AMOrganizationalUnit interface provides methods to manage organizational unit AMOrganizationalUnit objects can be obtained by using AMStoreConnection.
AMPeopleContainer - interface com.iplanet.am.sdk.AMPeopleContainer.
This interface provides methods to manage people container.
AMPostCallBackException - exception com.iplanet.am.sdk.AMPostCallBackException.
AMPostCallBackException is a subclass of AMException which is used by all implementations of AMCallback.
AMPostCallBackException(SSOToken, String) - Constructor for class com.iplanet.am.sdk.AMPostCallBackException
Constructs a new AMPostCallBackException with detailed message.
AMPostCallBackException(SSOToken, String, UMSException) - Constructor for class com.iplanet.am.sdk.AMPostCallBackException
Constructs a new AMPostCallBackException with detailed message.
AMPostCallBackException(String, String) - Constructor for class com.iplanet.am.sdk.AMPostCallBackException
Constructs a new AMPostCallBackException with detailed message.
AMPostCallBackException(String, String, Object[]) - Constructor for class com.iplanet.am.sdk.AMPostCallBackException
Constructs a new AMPostCallBackException with detailed message.
AMPostCallBackException(String, String, Object[], UMSException) - Constructor for class com.iplanet.am.sdk.AMPostCallBackException
Constructs a new AMPostCallBackException with detailed message.
AMPostCallBackException(String, String, UMSException) - Constructor for class com.iplanet.am.sdk.AMPostCallBackException
Constructs a new AMPostCallBackException with detailed message.
AMPreCallBackException - exception com.iplanet.am.sdk.AMPreCallBackException.
AMPreCallBackException is a subclass of AMException which is used by all implementations of AMCallback.
AMPreCallBackException(SSOToken, String) - Constructor for class com.iplanet.am.sdk.AMPreCallBackException
Constructs a new AMPreCallBackException with detailed message.
AMPreCallBackException(SSOToken, String, UMSException) - Constructor for class com.iplanet.am.sdk.AMPreCallBackException
Constructs a new AMPreCallBackException with detailed message.
AMPreCallBackException(String, String) - Constructor for class com.iplanet.am.sdk.AMPreCallBackException
Constructs a new AMPreCallBackException with detailed message.
AMPreCallBackException(String, String, Object[]) - Constructor for class com.iplanet.am.sdk.AMPreCallBackException
Constructs a new AMPreCallBackException with detailed message.
AMPreCallBackException(String, String, Object[], UMSException) - Constructor for class com.iplanet.am.sdk.AMPreCallBackException
Constructs a new AMPreCallBackException with detailed message.
AMPreCallBackException(String, String, UMSException) - Constructor for class com.iplanet.am.sdk.AMPreCallBackException
Constructs a new AMPreCallBackException with detailed message.
AMResource - interface com.iplanet.am.sdk.AMResource.
This interface provides methods to manage user.
AMRole - interface com.iplanet.am.sdk.AMRole.
The Role interface provides methods to manage role AMRole objects can be obtained by using AMStoreConnection.
AMSchema - class com.iplanet.am.sdk.AMSchema.
Deprecated. This class has been deprecated. Please use com.sun.identity.sm.ServiceSchema.
AMSchema.Type - class com.iplanet.am.sdk.AMSchema.Type.
Deprecated. This class has been deprecated. Please use com.sun.identity.sm.SchemaType.
AMSDK_DEBUG_FILENAME - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
amSDK Debug file name
AMSearchControl - class com.iplanet.am.sdk.AMSearchControl.
This class provides a way to customize Search behaviors.
AMSearchControl() - Constructor for class com.iplanet.am.sdk.AMSearchControl
 
AMSearchResults - class com.iplanet.am.sdk.AMSearchResults.
This class AMSearchResults provides to obtain the search results.
AMSearchResults(int, Set, int, Map) - Constructor for class com.iplanet.am.sdk.AMSearchResults
 
AMServiceListener - interface com.iplanet.am.sdk.AMServiceListener.
The interface AMServiceListener needs to be implemented by applications in order to receive service data change notifications.
AMStaticGroup - interface com.iplanet.am.sdk.AMStaticGroup.
This interface provides methods to manage static group.
AMStoreConnection - class com.iplanet.am.sdk.AMStoreConnection.
The AMStoreConnection class represents a connection to the Sun Java System Identity Server data store.
AMStoreConnection(SSOToken) - Constructor for class com.iplanet.am.sdk.AMStoreConnection
Gets the connection to the Sun Java System Identity Server data store if the Session is valid.
AMTemplate - interface com.iplanet.am.sdk.AMTemplate.
Represents a service template associated with a AMObject.
AMUser - interface com.iplanet.am.sdk.AMUser.
This interface provides methods to manage user.
AMUserEntryProcessed - interface com.iplanet.am.sdk.AMUserEntryProcessed.
Deprecated. This interface has been deprecated. Please use AMCallBack
AMUserPasswordValidation - class com.iplanet.am.sdk.AMUserPasswordValidation.
This class provides a userID and password validation plugin mechanism.
AMUserPasswordValidation() - Constructor for class com.iplanet.am.sdk.AMUserPasswordValidation
 
ANY - Static variable in class com.sun.identity.policy.Syntax
value is a free form text, would be typically shown in as editable text field
ANY_SEARCHABLE - Static variable in class com.sun.identity.policy.Syntax
value is a free form text, could also search from a large set of values
append(String, String) - Method in interface com.sun.identity.policy.interfaces.ResourceName
Appends sub-resource to super-resource.
ARTIFACT_1_LENGTH - Static variable in class com.sun.identity.saml.protocol.AssertionArtifact
 
ARTIFACT_1_TYPE_CODE - Static variable in class com.sun.identity.saml.protocol.AssertionArtifact
 
ARTIFACT_1_TYPE_CODE_0 - Static variable in class com.sun.identity.saml.protocol.AssertionArtifact
 
ARTIFACT_1_TYPE_CODE_1 - Static variable in class com.sun.identity.saml.protocol.AssertionArtifact
 
ARTIFACT_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ARTIFACT_NAME_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ARTIFACT_TIMEOUT_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ARTIFACT_TIMEOUT_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
Assertion - class com.sun.identity.saml.assertion.Assertion.
This object stands for Assertion element.An Assertion is a package of information that supplies one or more Statement made by an issuer.
ASSERTION_ARTIFACT - Static variable in class com.sun.identity.saml.protocol.Request
 
ASSERTION_ID_REFERENCE - Static variable in class com.sun.identity.saml.protocol.Request
 
ASSERTION_MAJOR_VERSION - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ASSERTION_MAX_NUMBER_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ASSERTION_MAX_NUMBER_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ASSERTION_MINOR_VERSION - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ASSERTION_PREFIX - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ASSERTION_TIMEOUT_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ASSERTION_TIMEOUT_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
Assertion(Element) - Constructor for class com.sun.identity.saml.assertion.Assertion
This constructor is used to build Assertion object from a block of existing XML that has already been built into a DOM.
Assertion(String, String, Date, Conditions, Advice, Set) - Constructor for class com.sun.identity.saml.assertion.Assertion
This constructor is used to populate the data members:the assertionID, the issuer, time when assertion issued ,the conditions when creating a new assertion , Advice applicable to this Assertion and a Set of Statement(s) in the assertion.
Assertion(String, String, Date, Conditions, Set) - Constructor for class com.sun.identity.saml.assertion.Assertion
This constructor is used to populate the data members:the assertionID, the issuer, time when assertion issued ,the conditions when creating a new assertion and a Set of Statement(s) in the assertion.
Assertion(String, String, Date, Set) - Constructor for class com.sun.identity.saml.assertion.Assertion
This constructor is used to populate the data members:the assertionID, the issuer, time when assertion issued and a Set of Statement (s) in the assertion.
AssertionArtifact - class com.sun.identity.saml.protocol.AssertionArtifact.
This class represents the AssertionArtifact element in SAML protocol schema.
AssertionArtifact(String) - Constructor for class com.sun.identity.saml.protocol.AssertionArtifact
This constructor is used to construct an assertion artifact.
AssertionArtifact(String, String) - Constructor for class com.sun.identity.saml.protocol.AssertionArtifact
This constructor will be used at the sender side to create a new AssertionArtifact.
assertionDeclareStr - Static variable in class com.sun.identity.saml.common.SAMLConstants
String which gets incorporporated into toString(includeNS, declareNS) when declareNS is true for any assertion element.
AssertionIDReference - class com.sun.identity.saml.assertion.AssertionIDReference.
AssertionIDReference element makes reference to a SAML assertion.
AssertionIDReference() - Constructor for class com.sun.identity.saml.assertion.AssertionIDReference
Default constructor of
AssertionIDReference(Element) - Constructor for class com.sun.identity.saml.assertion.AssertionIDReference
This constructor builds an AssertionIDReference element from an existing XML block.
AssertionIDReference(String) - Constructor for class com.sun.identity.saml.assertion.AssertionIDReference
This is a constructor of .
AssertionManager - class com.sun.identity.saml.AssertionManager.
The class AssertionManager is a final class that provides interfaces to create, get and destroy Assertions.
assertionSAMLNameSpaceURI - Static variable in class com.sun.identity.saml.common.SAMLConstants
pointer to assertion name space
ASSIGNABLE_DYNAMIC_GROUP - Static variable in interface com.iplanet.am.sdk.AMObject
Represents a Dynamic Group object type
AssignableDynamicGroup - class com.sun.identity.um.AssignableDynamicGroup.
The AMAssignableDynamicGroup interface provides methods to manage assignable dynamic group
assignAssignableDynamicGroup(AMAssignableDynamicGroup) - Method in interface com.iplanet.am.sdk.AMUser
Assigns a assignable dynamic group to the user.
assignAssignableDynamicGroup(String) - Method in interface com.iplanet.am.sdk.AMUser
Assigns a assignable dynamic group to the user.
assignAssignableDynamicGroup(String) - Method in class com.sun.identity.um.User
Assigns a assignable dynamic group to the user.
assignPolicies(String, Set) - Method in interface com.iplanet.am.sdk.AMObject
Deprecated. This method has been deprecated. Please use: com.sun.identity.policy package for creating and managing policies.
assignRole(AMRole) - Method in interface com.iplanet.am.sdk.AMUser
Assigns a role to the user.
assignRole(String) - Method in interface com.iplanet.am.sdk.AMUser
Assigns a role to the user.
assignRole(String) - Method in class com.sun.identity.um.User
Assigns a role to the user.
assignService(String, Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Assign service to the OrgUnit.
assignServices(Map) - Method in interface com.iplanet.am.sdk.AMObject
Assign services to the entity (user/group/organization/organization unit).
assignServices(Map) - Method in class com.sun.identity.um.Common
Assign services to the user.
assignServices(Map, boolean) - Method in interface com.iplanet.am.sdk.AMObject
Assign services to the entity (user/group/organization/organization unit).
assignServices(Set) - Method in interface com.iplanet.am.sdk.AMUser
Assigns services to the user.
assignStaticGroup(AMStaticGroup) - Method in interface com.iplanet.am.sdk.AMUser
Assigns a static group to the user.
assignStaticGroup(String) - Method in interface com.iplanet.am.sdk.AMUser
Assigns a static group to the user.
assignStaticGroup(String) - Method in class com.sun.identity.um.User
Assigns a static group to the user.
Attribute - class com.sun.identity.saml.assertion.Attribute.
The element specifies an attribute of the assertion subject.
ATTRIBUTE - Static variable in class com.sun.identity.saml.assertion.AuthorityBinding.AuthorityKindType
 
ATTRIBUTE_QUERY - Static variable in class com.sun.identity.saml.protocol.Query
 
ATTRIBUTE_QUERY - Static variable in class com.sun.identity.saml.protocol.Request
 
ATTRIBUTE_STATEMENT - Static variable in class com.sun.identity.saml.assertion.Statement
 
Attribute(Element) - Constructor for class com.sun.identity.saml.assertion.Attribute
This constructor builds an attribute element from an existing XML block
Attribute(String, String, List) - Constructor for class com.sun.identity.saml.assertion.Attribute
Constructor
Attribute(String, String, String) - Constructor for class com.sun.identity.saml.assertion.Attribute
Constructor
AttributeDesignator - class com.sun.identity.saml.assertion.AttributeDesignator.
The element identifies an attribute name within an attribute namespace.
AttributeDesignator(Element) - Constructor for class com.sun.identity.saml.assertion.AttributeDesignator
This constructor builds an attribute designator element from an existing XML block.
AttributeDesignator(String, String) - Constructor for class com.sun.identity.saml.assertion.AttributeDesignator
Constructor
AttributeMapper - interface com.sun.identity.saml.plugins.AttributeMapper.
The class AttributeMapper is an interface that is implemented to get SSO information and map partner attributes to Identity Server attributes.
ATTRIBUTEMAPPER - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
AttributeQuery - class com.sun.identity.saml.protocol.AttributeQuery.
This concrete class extends from the abstract base class SubjectQuery.
AttributeQuery(Element) - Constructor for class com.sun.identity.saml.protocol.AttributeQuery
This constructor is used to build an Attribute Query from a DOM tree that was built from the XML string.
AttributeQuery(Subject) - Constructor for class com.sun.identity.saml.protocol.AttributeQuery
Constructor to construct an AttributeQuery with 0 AttributeDesignator, and no Resource attribute.
AttributeQuery(Subject, List) - Constructor for class com.sun.identity.saml.protocol.AttributeQuery
Constructor to construct an AttributeQuery with a list of AttributeDesignators.
AttributeQuery(Subject, List, String) - Constructor for class com.sun.identity.saml.protocol.AttributeQuery
Constructor.
AttributeSchema - class com.sun.identity.sm.AttributeSchema.
The class AttributeSchema provides methods to access the schema of a configuration parameter.
AttributeSchema.Syntax - class com.sun.identity.sm.AttributeSchema.Syntax.
The class Syntax defines the syntax of the schema attributes and provides static constants for these types.
AttributeSchema.Type - class com.sun.identity.sm.AttributeSchema.Type.
The class Type defines the types of schema attributes and provides static constants for these types.
AttributeSchema.UIType - class com.sun.identity.sm.AttributeSchema.UIType.
The class UIType defines the UI types of schema attributes and provides static constants for these types.
AttributeStatement - class com.sun.identity.saml.assertion.AttributeStatement.
The element supplies a statement by the issuer that the specified subject is associated with the specified attributes.
AttributeStatement(Element) - Constructor for class com.sun.identity.saml.assertion.AttributeStatement
This constructor builds an AttributStatement element from an existing XML block
AttributeStatement(Subject, List) - Constructor for class com.sun.identity.saml.assertion.AttributeStatement
Constructor for AttributeStatement
AudienceRestrictionCondition - class com.sun.identity.saml.assertion.AudienceRestrictionCondition.
This is an implementation of the abstract Condition class, which specifes that the assertion this AuthenticationCondition is part of, is addressed to one or more specific audience.
AudienceRestrictionCondition(Element) - Constructor for class com.sun.identity.saml.assertion.AudienceRestrictionCondition
This constructor builds an AudienceRestrictionCondition element from an existing XML block.
AudienceRestrictionCondition(List) - Constructor for class com.sun.identity.saml.assertion.AudienceRestrictionCondition
This constructor takes in a List of audience for this condition, each of them being a String.
AUTH_METHOD_CERT - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
AUTH_METHOD_CERT_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
AUTH_METHOD_HARDWARE_TOKEN_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
AUTH_METHOD_KERBEROS - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
AUTH_METHOD_KERBEROS_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
AUTH_METHOD_PASSWORD_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
AUTH_METHOD_URI_PREFIX - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
AUTH_SERVICE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Identity Server's core authentication service name
AUTH_USER_CONTAINER_ATTRIBUTE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Identity Server's User Container Attribute name
AuthContext - class com.sun.identity.authentication.AuthContext.
The AuthContext provides the implementation for authenticating users.
AuthContext.IndexType - class com.sun.identity.authentication.AuthContext.IndexType.
The class IndexType defines the possible kinds of "objects" or "resources" for which an authentication can be performed.
AuthContext.Status - class com.sun.identity.authentication.AuthContext.Status.
The class Status defines the possible authentication states during the login process.
AuthContext(SSOToken) - Constructor for class com.sun.identity.authentication.AuthContext
Constructs an instance of AuthContext for a given organization name, or sub organization name contained in the SSOToken.
AuthContext(String) - Constructor for class com.sun.identity.authentication.AuthContext
Constructs an instance of AuthContext for a given organization name or sub organization name.
AuthContext(String, String) - Constructor for class com.sun.identity.authentication.AuthContext
Constructs an instance of AuthContext for a given organization name, or sub organization name and a nick name for the certificate to be used in SSL handshake if client auth is turn on in the server side.
AuthContext(String, String, URL) - Constructor for class com.sun.identity.authentication.AuthContext
Constructs an instance of AuthContext for a given organization name, or sub organization name, a nick name for the certificate to be used in SSL handshake if client auth is turn on in the server side and the Identity Server URL.
AuthContext(String, URL) - Constructor for class com.sun.identity.authentication.AuthContext
Constructs an instance of AuthContext for a given organization name, or sub organization name and the Identity Server URL.
AUTHENTICATION - Static variable in class com.sun.identity.saml.assertion.AuthorityBinding.AuthorityKindType
 
AUTHENTICATION_QUERY - Static variable in class com.sun.identity.saml.protocol.Query
 
AUTHENTICATION_QUERY - Static variable in class com.sun.identity.saml.protocol.Request
 
AUTHENTICATION_STATEMENT - Static variable in class com.sun.identity.saml.assertion.Statement
 
AuthenticationQuery - class com.sun.identity.saml.protocol.AuthenticationQuery.
This concrete class extends from the abstract base class SubjectQuery.
AuthenticationQuery(Element) - Constructor for class com.sun.identity.saml.protocol.AuthenticationQuery
This constructor is used to build an Authentication Query from a DOM tree that was built from the XML string.
AuthenticationQuery(Subject) - Constructor for class com.sun.identity.saml.protocol.AuthenticationQuery
Constructor.
AuthenticationQuery(Subject, String) - Constructor for class com.sun.identity.saml.protocol.AuthenticationQuery
Constructor.
AuthenticationStatement - class com.sun.identity.saml.assertion.AuthenticationStatement.
The element supplies a statement by the issuer that its subject was authenticated by a particular means at a particular time.
AuthenticationStatement(Element) - Constructor for class com.sun.identity.saml.assertion.AuthenticationStatement
This constructor builds an authentication statement element from an existing XML block.
AuthenticationStatement(String, Date, Subject) - Constructor for class com.sun.identity.saml.assertion.AuthenticationStatement
Constructor for authentication statement
AuthenticationStatement(String, Date, Subject, SubjectLocality, List) - Constructor for class com.sun.identity.saml.assertion.AuthenticationStatement
Constructor for authentication statement
AuthLoginException - class com.sun.identity.authentication.spi.AuthLoginException.
This class is for handling message localization in LoginException.
AuthLoginException(String) - Constructor for class com.sun.identity.authentication.spi.AuthLoginException
Constructor.
AuthLoginException(String, String, Object[]) - Constructor for class com.sun.identity.authentication.spi.AuthLoginException
Constructs a new AuthLoginException without a nested throwable.
AuthLoginException(String, String, Object[], Throwable) - Constructor for class com.sun.identity.authentication.spi.AuthLoginException
Constructs an instance of AuthLoginException to pass the localized error message At this level, the locale of the caller is not known and it is not possible to throw localized error message at this level.
AuthLoginException(Throwable) - Constructor for class com.sun.identity.authentication.spi.AuthLoginException
Constructs an AuthLoginExcetpion with given throwable.
AuthorityBinding - class com.sun.identity.saml.assertion.AuthorityBinding.
The element may be used to indicate to a replying party receiving an AuthenticationStatement that a SAML authority may be avaliable to provide additional information about the subject of the statement.
AuthorityBinding.AuthorityKindType - class com.sun.identity.saml.assertion.AuthorityBinding.AuthorityKindType.
The AuthorityKindType is an inner class defining constants for the representing the type of SAML protocol queries to which the authority described by this element will respond.
AuthorityBinding.AuthorityKindType() - Constructor for class com.sun.identity.saml.assertion.AuthorityBinding.AuthorityKindType
 
AuthorityBinding(Element) - Constructor for class com.sun.identity.saml.assertion.AuthorityBinding
Constructor builds an AuthorityBinding element from an existing XML block
AuthorityBinding(int, String, String) - Constructor for class com.sun.identity.saml.assertion.AuthorityBinding
Constructor
AUTHORIZATION - Static variable in class com.sun.identity.saml.assertion.AuthorityBinding.AuthorityKindType
 
AUTHORIZATION_DECISION_QUERY - Static variable in class com.sun.identity.saml.protocol.Query
 
AUTHORIZATION_DECISION_QUERY - Static variable in class com.sun.identity.saml.protocol.Request
 
AUTHORIZATION_DECISION_STATEMENT - Static variable in class com.sun.identity.saml.assertion.Statement
 
AuthorizationDecisionQuery - class com.sun.identity.saml.protocol.AuthorizationDecisionQuery.
This concrete class extends from the abstract base class SubjectQuery.
AuthorizationDecisionQuery(Element) - Constructor for class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
This constructor is used to build an Authorization Decision Query from a DOM tree that was built from the XML string.
AuthorizationDecisionQuery(Subject, List, Evidence, String) - Constructor for class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
Constructor
AuthorizationDecisionQuery(Subject, List, String) - Constructor for class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
Constructor
AuthorizationDecisionStatement - class com.sun.identity.saml.assertion.AuthorizationDecisionStatement.
The AuthorizationDecisionStatement element supplies a statement by the issuer that the request for access by the specified subject to the specified resource has resulted in the specified decision on the basis of some optionally specified evidence.
AuthorizationDecisionStatement.DecisionType - class com.sun.identity.saml.assertion.AuthorizationDecisionStatement.DecisionType.
The DecisionType is an inner class defining constants for the type of Decisions than can be conveyed by an AuthorizationDecisionStatement .
AuthorizationDecisionStatement.DecisionType() - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatement.DecisionType
 
AuthorizationDecisionStatement(Element) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
This constructor builds an AuthorizationStatement element from an existing XML block
AuthorizationDecisionStatement(Subject, String, int, List) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
Constructor for AuthorizationDecisionStatement
AuthorizationDecisionStatement(Subject, String, int, List, Evidence) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
Constructor for AuthorizationDecisionStatement
AUTHTYPE - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
AUTO_SELECT_ENABLE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name of auto select flag
AUTO_SELECT_FLAG - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name for auto select flag
AUTO_SELECT_HEADER_STR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name for auto select header string

B

BASICAUTH - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
BOOLEAN - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The BOOLEAN attribute syntax specifies that the attribute is of booelan type, i.e., can have a value of either true or false
BUTTON - Static variable in class com.sun.identity.sm.AttributeSchema.UIType
The BUTTON attribute type specifies that the attribute should be display as a button.

C

CACHE_ENABLED_DISABLED_KEY - Static variable in interface com.iplanet.am.sdk.AMConstants
 
CACHE_MAX_SIZE_KEY - Static variable in interface com.iplanet.am.sdk.AMConstants
 
canCreateNewResource(String) - Method in class com.sun.identity.policy.ResourceManager
Determines that with the given organization (or, sub-organization, or container) name, if a new resource can be created or not.
canonicalize(String) - Method in interface com.sun.identity.policy.interfaces.ResourceName
Gets the canonicalized form of a resource string
CDM_CONTENT_TYPE_PROPERTY_NAME - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Client detection module content type property name
CDMBundle - class com.iplanet.services.cdm.CDMBundle.
Provides methods to get the Locale values from resource bundle for ClientDetection class.
CDMBundle() - Constructor for class com.iplanet.services.cdm.CDMBundle
 
CERTALIAS - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
checkDateValidity(long) - Method in class com.sun.identity.saml.assertion.Conditions
Check for whether or not a specific Date falls within the validity interval of this set of conditions
checkNonce(String, String) - Static method in class com.sun.liberty.LibertyManager
Checks that the given nonce is the same as the last one returned via getNonce(), and invalidates it.
cleanQueryString(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
 
CLEANUP_INTERVAL_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
CLEANUP_INTERVAL_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
clearCache() - Method in class com.sun.identity.sm.ServiceManager
Removes all the SMS cached entries.
Client - class com.iplanet.services.cdm.Client.
Provides common access to client data.
ClientDetectionException - exception com.iplanet.services.cdm.ClientDetectionException.
The ClientDetectionException class is used to throw exceptions whenever an error is encountered in detecting client type.
ClientDetectionException(String) - Constructor for class com.iplanet.services.cdm.ClientDetectionException
Constructs an instance of the ClientDetectionException class
ClientDetectionException(Throwable) - Constructor for class com.iplanet.services.cdm.ClientDetectionException
Constructs an instance of the ClientDetectionException class
ClientDetectionInterface - interface com.iplanet.services.cdm.ClientDetectionInterface.
The ClientDetectionInterface interface needs to be implemented by services and applications serving multiple clients, to determine the client from which the request has originated.
ClientException - exception com.iplanet.services.cdm.ClientException.
The ClientException is thrown to indicate that there is an error in using the client detection module.
ClientException() - Constructor for class com.iplanet.services.cdm.ClientException
Default constructor
ClientException(String) - Constructor for class com.iplanet.services.cdm.ClientException
Constructs a new ClientException with detailed message.
ClientsManager - class com.iplanet.services.cdm.ClientsManager.
Provides common access to client data.
ClientsManager() - Constructor for class com.iplanet.services.cdm.ClientsManager
 
ClientTypesManager - interface com.iplanet.services.cdm.ClientTypesManager.
Interface that needs to be implemented by external applications inorder to do some special processing for client management.
clone() - Method in interface com.sun.identity.policy.interfaces.Subject
Creates and returns a copy of this object.
clone() - Method in interface com.sun.identity.policy.interfaces.Condition
Returns a copy of this object.
com.iplanet.am.console.base.model - package com.iplanet.am.console.base.model
Provides the classes for implementing Console Event Listener.
com.iplanet.am.sdk - package com.iplanet.am.sdk
Provides the classes to be used for User/Identity Management.
com.iplanet.am.util - package com.iplanet.am.util
Provides utility classes for use by other IS SDK and custom applications accessing IS SDK.
com.iplanet.services.cdm - package com.iplanet.services.cdm
Provides the classes for implementing services and applications serving multiple clients to Sun ONE (tm) Identity Server.
com.iplanet.sso - package com.iplanet.sso
Provides classes for accessing the Single Sign On Service.
com.sun.identity.authentication - package com.sun.identity.authentication
Provides interfaces and classes for writing a Remote Java client application to authenticate into Sun ONE Identiry Server.
com.sun.identity.authentication.spi - package com.sun.identity.authentication.spi
Provides interfaces and classes for writing a supplemental authentication module to plug into SunOne Identiry Server.
com.sun.identity.log - package com.sun.identity.log
Provides the classes and interfaces of core logging and auditing facilities.
com.sun.identity.log.spi - package com.sun.identity.log.spi
Provides means for plugging in support for authorization and other security related aspects of logging.
com.sun.identity.password.plugins - package com.sun.identity.password.plugins
Provides interfaces for writing custom plugins for Password Reset Notification and Random Password Generator.
com.sun.identity.password.ui.model - package com.sun.identity.password.ui.model
Provides a class for throwing exception if unable to reset user's password.
com.sun.identity.policy - package com.sun.identity.policy
Provides classes for policy administration and evaluation.
com.sun.identity.policy.client - package com.sun.identity.policy.client
Provides classes necessary for a remote client to evaluate policies.
com.sun.identity.policy.interfaces - package com.sun.identity.policy.interfaces
Provides interfaces for writing custom Policy plugins for Conditons, Subjects, Referrals and Resources.
com.sun.identity.saml - package com.sun.identity.saml
Provides interface to manage SAML (version 1.0) Assertions and Profiles.
com.sun.identity.saml.assertion - package com.sun.identity.saml.assertion
Provides interface to construct and process SAML Assertions.
com.sun.identity.saml.common - package com.sun.identity.saml.common
Defines common SAML utilities and constants.
com.sun.identity.saml.plugins - package com.sun.identity.saml.plugins
Defines pluggable interface for Identity Server SAML implementation.
com.sun.identity.saml.protocol - package com.sun.identity.saml.protocol
Provides interface to construct and process SAML request-response protocol.
com.sun.identity.saml.xmlsig - package com.sun.identity.saml.xmlsig
Provides a pluggable interface for XML digital signature implementation.
com.sun.identity.security - package com.sun.identity.security
Provides the classes to be used for performing privileged operations (like getting the IS admin's DN and password)
com.sun.identity.sm - package com.sun.identity.sm
Provides classes for accessing the Service Management Service (SMS).
com.sun.identity.um - package com.sun.identity.um
Provides remote AM SDK interfaces using JAX-RPC.
com.sun.liberty - package com.sun.liberty
Provides interface for Liberty Federation Framework (version 1.1).
Common - class com.sun.identity.um.Common.
This is the common set of methods needed by all the objects.
Common() - Constructor for class com.sun.identity.um.Common
 
compare(String, String, boolean) - Method in interface com.sun.identity.policy.interfaces.ResourceName
Compares two resources.
COMPLETED - Static variable in class com.sun.identity.authentication.AuthContext.Status
The COMPLETED indicates that the user has been successfully logged out.
COMPLIANCE_MODE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Compliance Mode properties name
COMPLIANCE_SPECIAL_FILTER_ATTR - Static variable in interface com.iplanet.am.sdk.AMConstants
 
COMPLIANCE_USER_DELETION_ATTR - Static variable in interface com.iplanet.am.sdk.AMConstants
 
Condition - interface com.sun.identity.policy.interfaces.Condition.
The class Condition defines an interface to allow pluggable condition.
Condition - class com.sun.identity.saml.assertion.Condition.
This is an abstract class which servers as an extension point for new conditions.
CONDITION_COLLECTION - Static variable in class com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to constraint collection.
Condition() - Constructor for class com.sun.identity.saml.assertion.Condition
 
ConditionDecision - class com.sun.identity.policy.ConditionDecision.
The ConditionDecision class represents the result of the evaluation of a condition.
ConditionDecision() - Constructor for class com.sun.identity.policy.ConditionDecision
No argument constructor
ConditionDecision(boolean) - Constructor for class com.sun.identity.policy.ConditionDecision
Constructs ConditionDecision given the boolean result of a condition evaluation
ConditionDecision(boolean, long) - Constructor for class com.sun.identity.policy.ConditionDecision
Constructs ConditionDecision given the boolean result of a condition evaluation and time to live
ConditionDecision(boolean, long, Map) - Constructor for class com.sun.identity.policy.ConditionDecision
Constructs ConditionDecision given the boolean result of a condition evaluation, time to live and advices
ConditionDecision(boolean, Map) - Constructor for class com.sun.identity.policy.ConditionDecision
Constructs ConditionDecision given the boolean result of a condition evaluation and advices
Conditions - class com.sun.identity.saml.assertion.Conditions.
The validity of an Assertion MAY be subject to a set of Conditions.
Conditions() - Constructor for class com.sun.identity.saml.assertion.Conditions
Constructor taking in nothing (SAML spec allows it)
Conditions(Date, Date) - Constructor for class com.sun.identity.saml.assertion.Conditions
Constructor
Conditions(Date, Date, Condition, AudienceRestrictionCondition) - Constructor for class com.sun.identity.saml.assertion.Conditions
Constructor
Conditions(Element) - Constructor for class com.sun.identity.saml.assertion.Conditions
This constructor builds a Conditions element from an existing XML block.
ConditionTypeManager - class com.sun.identity.policy.ConditionTypeManager.
The class ConditionTypeManager provides methods to get a list of configured Condition objects, and to obtain a factory object for it.
CONFIG_FILE_NAME - Static variable in class com.iplanet.am.util.SystemProperties
 
CONFIG_PATH - Static variable in class com.iplanet.am.util.SystemProperties
 
CONFIRMATION_METHOD_ARTIFACT - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
CONFIRMATION_METHOD_BEARER - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
CONFIRMATION_METHOD_IS - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
CONSOLE_ADMIN_GROUPS_DISPLAY_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Administration Group Display Attribute name.
CONSOLE_AUTO_SELECT_PROP - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name of the console auto select flag in property file
CONSOLE_CREATED_DN - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Location where new entry is created
CONSOLE_DCTREE_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
DC Tree Attribute name.
CONSOLE_DEBUG_FILENAME - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Console Debug file name
CONSOLE_DEFAULT_ROLES_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Default roles attribute name.
CONSOLE_DISPLAY_OPTIONS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name of console display options attribute
CONSOLE_ENDUSER_PROFILE_CLASS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
End user profile class attribute name.
CONSOLE_FEDERATION_CURRENT_VIEW - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
/** Current selected sub view in federation management
CONSOLE_FS_CURRENT_HOSTED_PROVIDER_SUBVIEW - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Current selected hosted provider's sub view in Federation management
CONSOLE_FS_CURRENT_REMOTE_PROVIDER_SUBVIEW - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Current selected remote provider's sub view in Federation management
CONSOLE_GC_DISPLAY_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Group Container list Attribute name.
CONSOLE_GROUP_DEFAULT_PC_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Default People Container list Attribute name.
CONSOLE_GROUP_PC_LIST_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Default Group-People Container list Attribute name.
CONSOLE_GROUP_TYPE_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Group Type Display Attribute name.
CONSOLE_IDENTITY_CURRENT_GROUP_SUBVIEW - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Current selected group's sub view in Identity management
CONSOLE_IDENTITY_CURRENT_POLICY_SUBVIEW - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Current selected policy's sub view in Identity management
CONSOLE_IDENTITY_CURRENT_ROLE_SUBVIEW - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Current selected role's sub view in Identity management
CONSOLE_IDENTITY_CURRENT_USER_SUBVIEW - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Current selected user's sub view in Identity management
CONSOLE_IDENTITY_CURRENT_VIEW - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Current selected view in Identity management
CONSOLE_INITIAL_SEARCH_PROP - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name of the console display option (initial search) n property file
CONSOLE_LOCATION_DN - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
 
CONSOLE_ONLINE_HELP - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
On-Line Hep attribute
CONSOLE_ORG_CUSTOM_JSP_DIRECTORY - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Customized Organization JSP directory
CONSOLE_OU_DISPLAY_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Organizational Units Display Attribute name.
CONSOLE_PAGING_SIZE_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name of paging page size limit
CONSOLE_PC_DISPLAY_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
People Container list Attribute name.
CONSOLE_POLICY_CACHED_POLICY_ID - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Policy caching ID attribute name
CONSOLE_SEARCH_LIMIT_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Search Limit Attribute name.
CONSOLE_SEARCH_TIMEOUT_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Search Timeout Attribute name.
CONSOLE_SERVICE_LISTENERS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Console listener class names
CONSOLE_SERVICE_VIEW_BEANS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Service view bean profile
CONSOLE_SET_CN - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name of the console display option to generate the user cn
CONSOLE_SHOW_USERS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Show Users Attribute.
CONSOLE_UM_ENABLED_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
User Management Enabled Attribute name.
CONSOLE_USER_CURRENT_OBJECT - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
current selected user
CONSOLE_USER_GROUPS_DISPLAY_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Display Groups in User Profile Attribute name.
CONSOLE_USER_GROUPS_SUBSCRIBE_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Display Subscribe-able Groups in User Profile Attribute name.
CONSOLE_USER_PROFILE_CLASS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
User profile class attribute name.
CONSOLE_USER_ROLE_DISPLAY_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Display Roles in User Profile Attribute name.
CONSOLE_USER_SEARCH_KEY - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
User Search key
CONSOLE_USER_SEARCH_RETURN_KEY - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
User Search Result return key
CONSOLE_USER_SERVICE_DISPLAY_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Display Services in User Profile Attribute name.
CONSOLE_USER_START_DN - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
User Start Location
CONSOLE_VIEW_MENU - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
View Menu Units Display Attribute name.
CONSOLE_VIEW_SUB_MENU - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
View Sub Menu Units Display Attribute name.
CONSTANT - Static variable in class com.sun.identity.policy.Syntax
value is a constant string, would be typically shown as non editable text
CONTAINER_DEFAULT_TEMPLATE_ROLE - Static variable in interface com.iplanet.am.sdk.AMConstants
 
containsAudience(String) - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
A method to determine if a particular audience string is contained within this AudienceRestrictionCondition object
convertDateString(String, Locale, Locale) - Static method in class com.iplanet.am.util.Locale
Converts date string from source locale to destination locale
createAssertion(SSOToken) - Method in class com.sun.identity.saml.AssertionManager
This method creates an Assertion that contains an AuthenticationStatement.
createAssertion(SSOToken, List) - Method in class com.sun.identity.saml.AssertionManager
This method creates an Assertion that contains an AuthenticationStatement and an AttributeStatement.
createAssertionArtifact(Assertion, String) - Method in class com.sun.identity.saml.AssertionManager
This method creates an AssertionArtifact for the given Assertion Assertion.
createAssignableDynamicGroup(String, Map, Map) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Creates assignable dynamic group.
createAssignableDynamicGroup(String, Map, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates assignable dynamic group.
createAssignableDynamicGroup(String, Map, Map) - Method in class com.sun.identity.um.Organization
Creates assignable dynamic group.
createAssignableDynamicGroups(Map) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Creates assignable dynamic groups and initializes their attributes.
createAssignableDynamicGroups(Map) - Method in interface com.iplanet.am.sdk.AMGroup
Creates assignable dynamic groups and initializes their attributes.
createAssignableDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Creates assignable dynamic groups in this group container.
createAssignableDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates assignable dynamic groups.
createAssignableDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroup
Creates assignable dynamic groups in this group.
createAssignableDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Creates assignable dynamic groups.
createDynamicGroup(String, Map, Map) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Creates dynamic group.
createDynamicGroup(String, Map, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates dynamic group.
createDynamicGroup(String, Map, Map) - Method in class com.sun.identity.um.Organization
Creates dynamic group.
createDynamicGroups(Map) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Creates dynamic groups and initializes their attributes.
createDynamicGroups(Map) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates dynamic groups and initializes their attributes.
createDynamicGroups(Map) - Method in interface com.iplanet.am.sdk.AMGroup
Creates dynamic groups and initializes their attributes.
createDynamicGroups(Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Creates dynamic groups and initializes their attributes.
createDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Creates dynamic groups in this group container.
createDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroup
Creates dynamic groups in this group.
createFilteredRoles(Map) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates filtered roles.
createFilteredRoles(Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Creates filtered roles.
createFilteredRoles(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates filtered roles.
createFilteredRoles(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Creates filtered roles.
createGroupContainers(Map) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates group containers and initializes their attributes.
createGroupContainers(Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Creates group containers and initializes their attributes.
createGroupContainers(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates group containers.
createGroupContainers(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Creates group containers.
createOrganization(String, String, Map, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
Create sub-organizations and initializes their attributes.
createOrganizationalUnits(Map) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates organizational units and initializes their attributes.
createOrganizationalUnits(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates organizational units.
createOrganizations(Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Creates organizations and initializes their attributes.
createOrganizations(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Creates organizations.
createPeopleContainers(Map) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates people containers and initializes their attributes.
createPeopleContainers(Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Creates people containers and initializes their attributes.
createPeopleContainers(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates people containers.
createPeopleContainers(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Creates people containers.
createPolicyTemplate(String, Map) - Method in interface com.iplanet.am.sdk.AMObject
Deprecated. This method has been deprecated. Please use: com.sun.identity.policy package for creating and managing policies.
createPolicyTemplate(String, Map, int) - Method in interface com.iplanet.am.sdk.AMObject
Deprecated. This method has been deprecated. Please use: com.sun.identity.policy package for creating and managing policies.
createResources(Map) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Create resources in this organization.
createResources(Set) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Create resources in this organization.
createRoles(Map) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates roles.
createRoles(Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Creates roles.
createRoles(Map) - Method in class com.sun.identity.um.Organization
Creates roles.
createRoles(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates roles.
createRoles(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Creates roles.
createRoles(Set) - Method in class com.sun.identity.um.Organization
Creates roles.
createSSOToken(HttpServletRequest) - Method in class com.iplanet.sso.SSOTokenManager
Creates an SSOToken from HttpServletRequest
createSSOToken(Principal, String) - Method in class com.iplanet.sso.SSOTokenManager
Creates an SSOToken after authenticating the principal with the given password.
createSSOToken(String) - Method in class com.iplanet.sso.SSOTokenManager
Creates an SSOToken from the SSOtoken ID.
createSSOToken(String, String) - Method in class com.iplanet.sso.SSOTokenManager
Creates an SSOToken from the SSOtoken ID.
createStaticGroup(String, Map, Map) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Creates static group.
createStaticGroup(String, Map, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates static group.
createStaticGroup(String, Map, Map) - Method in class com.sun.identity.um.Organization
Creates static group.
createStaticGroups(Map) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Creates static groups and initializes their attributes.
createStaticGroups(Map) - Method in interface com.iplanet.am.sdk.AMGroup
Creates static groups and initializes their attributes.
createStaticGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Creates static groups in this group container.
createStaticGroups(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates static groups.
createStaticGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroup
Creates static groups in this group.
createStaticGroups(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Creates static groups.
createSubGroupContainers(Map) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Creates sub group containers and initializes their attributes.
createSubGroupContainers(Set) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Creates sub GroupContainers in this group container.
createSubOrganizationalUnits(Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Creates sub-organizational units and initializes their attributes.
createSubOrganizationalUnits(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Creates sub-organizational units.
createSubOrganizations(Map) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates sub-organizations and initializes their attributes.
createSubOrganizations(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates sub-organizations.
createSubPeopleContainers(Map) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Creates sub people containers and initializes their attributes.
createSubPeopleContainers(Set) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Creates sub PeopleContainers in this people container.
createTemplate(int, String, Map) - Method in interface com.iplanet.am.sdk.AMObject
Creates a Template with no priority for the given service associated with this AMObject.
createTemplate(int, String, Map, int) - Method in interface com.iplanet.am.sdk.AMObject
Creates a Template with a priority for the given service associated with this AMObject.
createTopOrganization(String, Map) - Method in class com.iplanet.am.sdk.AMStoreConnection
Bootstraps the Organization tree by creating the Top Organization tree.
createUser(String, Map, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
Create user and initializes the attributes.
createUser(String, Map, Map) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Create user and initializes the attributes.
createUser(String, Map, Map) - Method in class com.sun.identity.um.Organization
Create user and initializes the attributes.
createUsers(Map) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates users and initializes their attributes.
createUsers(Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
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.
createUsers(Map) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Creates users and initializes their attributes.
createUsers(Map, Set) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Creates users and initializes their attributes.
createUsers(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates users in this organization.
createUsers(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Creates users and initializes their attributes.
createUsers(Set) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Creates users in this people container.
CUSTOMIZE_ATTRIBUTE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Customized when dynamic and user attributes of the same name

D

DAI_SERVICE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
DAI Service name
DATA_FILTER_STRING - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name for data filter string value
DATA_FRAME_FLAG - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name for data frame flag used
DATE - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The DATE attribute syntax specifies that the attribute is of date type.
DCT_ATTRIBUTE_LIST_ATTR - Static variable in interface com.iplanet.am.sdk.AMConstants
 
DCT_ENABLED_ATTR - Static variable in interface com.iplanet.am.sdk.AMConstants
 
deactivate() - Method in interface com.iplanet.am.sdk.AMResource
Deactivates the user.
deactivate() - Method in interface com.iplanet.am.sdk.AMUser
Deactivates the user.
deactivate() - Method in class com.sun.identity.um.User
Deactivates the user.
debug - Static variable in class com.iplanet.sso.SSOTokenManager
 
Debug - class com.iplanet.am.util.Debug.
Allows a uniform interface to file debug and exception information in a uniform format.
DECIMAL - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The DECIMAL attribute syntax specifies that the attribute is a decimal value.
DECIMAL_NUMBER - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The DECIMAL_NUMBER attribute syntax specifies that the attribute is a floating point number, e.g., 1.5, 3.56, etc.
DECIMAL_RANGE - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The DECIMAL_RANGE attribute syntax specifies that the attribute is a decimal number within a range.
DecodeAction - class com.sun.identity.security.DecodeAction.
The class is used to perform privileged operations with AccessController.doPrivileged() when using com.iplanet.services.util.Crypt to decode passwords.
DecodeAction(String) - Constructor for class com.sun.identity.security.DecodeAction
Non default constructor fto be used when a doPrivileged() is performed for the decryption operations.
DecodeAction(String, AMEncryption) - Constructor for class com.sun.identity.security.DecodeAction
 
DecryptAction - class com.sun.identity.security.DecryptAction.
The class is used to perform privileged operation with AccessController.doPrivileged() when using com.iplanet.am.util.AMPasswordUtil to decrypt passwords.
DecryptAction(String) - Constructor for class com.sun.identity.security.DecryptAction
Non default constructor to be used when a doPrivileged() is performed for the decryption operations.
DEFAULT_ENCODING - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
DEFAULT_FEDERATION_HOSTED_VIEW - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name of display option for default federation hosted provider view
DEFAULT_FEDERATION_REMOTE_VIEW - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name of display option for default federation remote provider view
DEFAULT_GROUP_VIEW - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name of display option for default group view
DEFAULT_HELP_FILE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Default online help file name
DEFAULT_LOCALE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Default user locale
DEFAULT_ORG - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
DEFAULT_ORGANIZATION - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Default organization location properties name.
DEFAULT_PAGE_SIZE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
paging default size
DEFAULT_POLICY_VIEW - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name of display option for default policy view
DEFAULT_PROPERTIES_URL - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
 
DEFAULT_RB - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
default resource bundle name
DEFAULT_ROLE_VIEW - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name of display option for default role view
DEFAULT_SEARCH_LIMIT - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Default Search Limit
DEFAULT_SEARCH_TIMEOUT - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Default Search Timeout
DEFAULT_USER_ATTR_FOR_PROFILE_TITLE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Default user attribute name for displaying title in user profile view
DEFAULT_USER_VIEW - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name of display option for default user view
delete() - Method in interface com.iplanet.am.sdk.AMObject
Deletes the object.
delete() - Method in class com.sun.identity.um.Common
Deletes the object.
delete(boolean) - Method in interface com.iplanet.am.sdk.AMObject
Deletes object(s).
delete(boolean) - Method in class com.sun.identity.um.Common
Deletes object(s).
deleteAllNamedPolicyTemplates(String) - Method in interface com.iplanet.am.sdk.AMOrganization
Deletes all the named policy templates for this Organization corresponding to the given policy.
deleteAllNamedPolicyTemplates(String) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Deletes all the named policy templates for this OrganizationalUnit corresponding to the given policy.
deleteAssignableDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Deletes assignable dynamic groups in this group container.
deleteAssignableDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Deletes assignable dynamic groups.
deleteAssignableDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroup
Deletes assignable dynamic groups in this group.
deleteAssignableDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Deletes assignable dynamic groups.
deleteAssignableDynamicGroups(Set) - Method in class com.sun.identity.um.Organization
Deletes assignable dynamic groups.
DELETED - Static variable in interface com.iplanet.am.sdk.AMObject
 
DELETED_VALUE - Static variable in interface com.iplanet.am.sdk.AMObject
 
deleteDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Deletes dynamic groups in this group container.
deleteDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Deletes dynamic groups.
deleteDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroup
Deletes dynamic groups in this group.
deleteDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Deletes dynamic groups.
deleteDynamicGroups(Set) - Method in class com.sun.identity.um.Organization
Deletes dynamic groups.
deleteFilteredRoles(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Deletes filtered roles.
deleteFilteredRoles(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Deletes filtered roles.
deleteGroupContainers(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Deletes group containers.
deleteGroupContainers(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Deletes group containers.
deleteOrganizationalUnits(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Deletes organizational units
deleteOrganizationConfig(String) - Method in class com.sun.identity.sm.ServiceConfigManager
Deletes the organization configuration data for the given organization.
deleteOrganizations(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Deletes organizations
deletePeopleContainers(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Deletes people containers.
deletePeopleContainers(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Creates people containers and initializes their attributes.
deleteResources(Set) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Deletes a set of resources in this people container.
deleteRoles(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Deletes roles.
deleteRoles(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Deletes roles.
deleteRoles(Set) - Method in class com.sun.identity.um.Organization
Deletes roles.
deleteStaticGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Deletes static groups in this group container.
deleteStaticGroups(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Deletes static groups.
deleteStaticGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroup
Deletes static groups in this group.
deleteStaticGroups(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Deletes static groups.
deleteStaticGroups(Set) - Method in class com.sun.identity.um.Organization
Deletes static groups.
deleteSubGroupContainers(Set) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Deletes sub group containers in this group container.
deleteSubOrganizationalUnits(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Deletes suborganizational units
deleteSubOrganizations(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Deletes suborganizations
deleteSubPeopleContainers(Set) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Deletes sub people containers in this people container.
deleteUsers(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Deletes users from this organization.
deleteUsers(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Deletes users from this organizational unit.
deleteUsers(Set) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Deletes users from this people container.
deleteUsers(Set) - Method in class com.sun.identity.um.Organization
Removes users from the organization.
DENY - Static variable in interface com.sun.identity.saml.plugins.ActionMapper
Key to hold a list of actions that are denied.
DENY - Static variable in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement.DecisionType
 
destroy() - Method in class com.iplanet.am.util.Debug
Destroys the debug object, closes the debug file and releases any system resources.
destroyToken(SSOToken) - Method in class com.iplanet.sso.SSOTokenManager
Destroys an SSOToken.
destroyToken(SSOToken, SSOToken) - Method in class com.iplanet.sso.SSOTokenManager
Destroys an SSOToken.
detectionEnabled() - Method in class com.iplanet.am.util.AMClientDetector
Return the client detection enabled/disabled
DISPLAY_ATTRIBUTE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Attribute is displayed for all users and is readable and writable
DN - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The DN attribute syntax specifies that the attribute should be an LDAP distinguised name (DN).
DOMAIN - Static variable in class com.sun.identity.sm.SchemaType
The DOMAIN schema type defines attributes for a domain
DOMAIN_ADMINISTRATORS - Static variable in interface com.iplanet.am.sdk.AMConstants
 
DOMAIN_ADMINS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
domain administrator group
DOMAIN_HELP_DESK_ADMINISTRATORS - Static variable in interface com.iplanet.am.sdk.AMConstants
 
DOMAIN_HELP_DESK_ADMINS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
domain help desk administrator group
DOMAIN_URL_ACCESS_SERVICE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Identity Server's domain URL access service name
doVerifierAction(String, boolean) - Method in interface com.sun.identity.log.spi.IVerifierOutput
 
doWebArtifact(HttpServletRequest, HttpServletResponse, String) - Static method in class com.sun.identity.saml.SAMLClient
This method is designed to do the SAML web-browser profile with Artifact.
doWebPOST(HttpServletRequest, HttpServletResponse, String) - Static method in class com.sun.identity.saml.SAMLClient
This method is designed to do the SAML web-browser POST profile.
DSSAMLNameSpace - Static variable in class com.sun.identity.saml.common.SAMLConstants
pointer to Signature name space
DYNAMIC - Static variable in class com.sun.identity.sm.SchemaType
The DYNAMIC schema type defines
DYNAMIC - Static variable in class com.iplanet.am.sdk.AMSchema.Type
Deprecated. The DYNAMIC schema type defines
DYNAMIC_GROUP - Static variable in interface com.iplanet.am.sdk.AMObject
Represents a Dynamic Group object type
DYNAMIC_TEMPLATE - Static variable in interface com.iplanet.am.sdk.AMTemplate
Represents the Dynamic template type
DynamicGroup - class com.sun.identity.um.DynamicGroup.
The DynamicGroup interface provides methods to manage dynamic group
DYNGUI_BTN_LABEL_SUFFIX - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
dynamic GUI button label i18n key suffix
DYNGUI_LINK_LABEL_SUFFIX - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Dynamic GUI link label i18n key suffix

E

EMAIL - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The EMAIL attribute syntax specifies that the attribute is a email address.
EMAIL_ATTRIBUTE - Static variable in interface com.iplanet.am.sdk.AMConstants
 
EMPTY_RESOURCE_NAME - Static variable in class com.sun.identity.policy.PolicyEvaluator
Constant used to identity empty resource
EncodeAction - class com.sun.identity.security.EncodeAction.
The class is used to perform privileged operation with AccessController.doPrivileged() when using com.iplanet.services.util.Crypt to encode passwords.
EncodeAction(String) - Constructor for class com.sun.identity.security.EncodeAction
Non default constructor to be used when a doPrivileged() is performed for the encryption operations.
EncodeAction(String, AMEncryption) - Constructor for class com.sun.identity.security.EncodeAction
Non default constructor to be used when a doPrivileged() is performed.
encodeURL(String) - Method in interface com.iplanet.sso.SSOToken
Returns the encoded URL , rewritten to include the session id.
ENCODING - Static variable in class com.sun.identity.saml.common.SAMLConstants
The output encoding of canonicalized data
EncryptAction - class com.sun.identity.security.EncryptAction.
The class is used to perform privileged operation with AccessController.doPrivileged() when using com.iplanet.am.util.AMPasswordUtil to encrypt passwords.
EncryptAction(String) - Constructor for class com.sun.identity.security.EncryptAction
Non default constructor to be used when a doPrivileged() is performed for encryption operations.
ENCRYPTED - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
encrypted password attribute
ENCRYPTED_PASSWORD - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The ENCRYPTED PASSWORD attribute syntax specifies that the attribute is of password type, will be used by UI to mask the password typed.
END_ELEMENT - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ENTRY_SPECIFIC_DOMAIN - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Entry Specified Service name
ENTRY_SPECIFIC_SERVICE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Identity Server's entry specific service name
EQ - Static variable in class com.sun.identity.log.QueryElement
 
equals(NameIdentifier) - Method in class com.sun.identity.saml.assertion.NameIdentifier
Checks for equality between this object and the NameIdentifier passed down as paramater.
equals(Object) - Method in interface com.iplanet.sso.SSOTokenID
Compares this SSOTokenID to the specified object.
equals(Object) - Method in class com.sun.identity.sm.ServiceConfigManager
Compares this object with the given object.
equals(Object) - Method in class com.sun.identity.sm.AttributeSchema.Type
Method to check if two schema attribute types are equal.
equals(Object) - Method in class com.sun.identity.sm.AttributeSchema.UIType
Method to check if two schema attribute UI types are equal.
equals(Object) - Method in class com.sun.identity.sm.AttributeSchema.Syntax
Method to check if two schema attribute syntax are equal.
equals(Object) - Method in class com.sun.identity.sm.ServiceSchemaManager
Checks if the given object equals this object.
equals(Object) - Method in class com.sun.identity.sm.SchemaType
Method to check if two schema types are equal.
equals(Object) - Method in class com.iplanet.am.sdk.AMSchema.Type
Deprecated. Method to check if two schema types are equal.
equals(Object) - Method in class com.sun.identity.authentication.AuthContext.Status
Checks if two authentication status objects are equal.
equals(Object) - Method in class com.sun.identity.authentication.AuthContext.IndexType
Checks if two index type objects are equal.
equals(Object) - Method in class com.sun.identity.policy.Syntax
Checks whether the argument object is equal to this Syntax
equals(Object) - Method in class com.sun.identity.policy.ResourceMatch
Method to check if two resource match objects are equal.
equals(Object) - Method in interface com.sun.identity.policy.interfaces.Subject
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.sun.identity.security.ISSecurityPermission
Returns true if this object is equals to o.
equals(Subject) - Method in class com.sun.identity.saml.assertion.Subject
Checks for equality between this object and the Subject passed down as paramater.
equals(SubjectConfirmation) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Checks for equality between this object and the SubjectConfirmation passed down as paramater.
ERROR - Static variable in class com.iplanet.am.util.Debug
flags the state where error debugging is enabled.
error(String) - Method in class com.iplanet.am.util.Debug
Prints error messages only when debug level is greater than DEBUG.OFF.
error(String, Throwable) - Method in class com.iplanet.am.util.Debug
Prints error messages only if debug state is greater than Debug.OFF.
evaluate() - Method in class com.sun.identity.saml.assertion.Condition
An abstract method which can be implemenetd by any condition extending this Condition object, to provide means of evaluating the condition.
evaluate() - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
A method which can be overridden by a plug-in maybe which provides means of evaluating this condition
Evidence - class com.sun.identity.saml.assertion.Evidence.
The Evidence element specifies an assertion either by reference or by value.
Evidence(Element) - Constructor for class com.sun.identity.saml.assertion.Evidence
This constructor is used to build Evidence object from a block of existing XML that has already been built into a DOM.
Evidence(Set) - Constructor for class com.sun.identity.saml.assertion.Evidence
constructor for a new Evidence element containing a java.util.Set of Assertion objects.
Evidence(Set, Set) - Constructor for class com.sun.identity.saml.assertion.Evidence
Constructor to build an Evidence from Set of Assertion and AssertionIDReference objects.
EXACT_MATCH - Static variable in class com.sun.identity.policy.ResourceMatch
The EXACT_MATCH specifies the resources are exactly the same.

F

FAILED - Static variable in class com.sun.identity.authentication.AuthContext.Status
The FAILED indicates that the login process has failed.
FILTER_ATTRIBUTE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Attribute is used to create a LDAP search filter for users.
FILTER_SEARCH_FLAG - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name for filter select flag
FILTERED_ROLE - Static variable in interface com.iplanet.am.sdk.AMObject
Represents a Filtered Role object type
flush() - Method in class com.sun.identity.log.Logger
Writes all the buffered log records.
formatMessage(String, Object) - Static method in class com.iplanet.am.util.Locale
Util function to format messages using MessageFormat Class
formatMessage(String, Object[]) - Static method in class com.iplanet.am.util.Locale
Util function to format messages using MessageFormat Class given params to format them with

G

G11N_SERIVCE_COMMON_NAME_FORMAT - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Common Name format attribute in Globalization service.
G11N_SERVICE_NAME - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Service name of Identity Server Globalization Setting
GE - Static variable in class com.sun.identity.log.QueryElement
 
GENERAL_ADMIN_ROLE - Static variable in interface com.iplanet.am.sdk.AMRole
Represents a General Admin Role
GENERATE_USER_CN - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name of key to enable user cn generation option
generateID() - Static method in class com.sun.identity.saml.common.SAMLSiteID
Generates an ID String with length of SAMLConstants.ID_LENGTH.
generatePassword(AMUser) - Method in interface com.sun.identity.password.plugins.PasswordGenerator
Generates new password for user
generateSourceID(String) - Static method in class com.sun.identity.saml.common.SAMLSiteID
Generate SAML site ID based on siteURL, this will return a Base64 encoded SHA-1 digest.
get(String) - Static method in class com.iplanet.am.util.SystemProperties
This method lets you query for a system property whose value is same as String key.
get(String, String) - Static method in class com.iplanet.am.util.SystemProperties
This method lets you query for a system property whose value is same as String key.
getAction() - Method in class com.sun.identity.saml.assertion.Action
Get the action string
getAction() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
Get the action(s) from AuthorizationStatement
getAction() - Method in class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
Gets the List of Actions
getActionDecisions() - Method in class com.sun.identity.policy.PolicyDecision
Gets the Map of action decisions associated with this policy decision.
getActionName() - Method in class com.sun.identity.policy.ActionDecision
Gets the name of the action
getActionNames() - Method in class com.sun.identity.policy.Rule
Returns the action names that have been set for the rule.
getActions() - Method in class com.sun.identity.security.ISSecurityPermission
 
getActionValues() - Method in class com.sun.identity.policy.Rule
Returns a Map of all action names and their corresponding action values that have been set in the rule.
getActionValues(String) - Method in class com.sun.identity.policy.Rule
Returns a set of action values that have been set for the specified action name.
getAdvice() - Method in class com.sun.identity.saml.assertion.Assertion
Get the advice of an assertion
getAdvices() - Method in class com.sun.identity.policy.ConditionDecision
Gets advices assosicated with this object
getAdvices() - Method in class com.sun.identity.policy.ActionDecision
Returns a map of advices associated with this object.
getAll() - Static method in class com.iplanet.am.util.SystemProperties
This method lets you get all the properties defined and their values.
getAllClientInstances() - Method in interface com.iplanet.services.cdm.ClientTypesManager
Gets all client instance as Map
getAllClientTypes() - Method in interface com.iplanet.services.cdm.ClientTypesManager
Get names of all client types
getAllInstances() - Static method in class com.iplanet.services.cdm.ClientsManager
Returns an iterator of Client objects for all known client types.
getAllInstances() - Static method in class com.iplanet.services.cdm.Client
Deprecated. Use ClientsManager.getAllInstances()
getAMObjectType(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the type of the object given its DN.
getAny() - Method in class com.sun.identity.sm.AttributeSchema
Method to get service specific attributes.
getAny() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. Method to get service specific attributes.
getAssertion() - Method in class com.sun.identity.saml.assertion.Advice
Get access to the Assertion in this Advice element
getAssertion() - Method in class com.sun.identity.saml.assertion.Evidence
Get java.util.Set of Assertion objects in the Evidence
getAssertion() - Method in class com.sun.identity.saml.protocol.Response
This method returns the set of Assertions that is the content of the response.
getAssertion(AssertionIDReference, Set) - Method in class com.sun.identity.saml.AssertionManager
Gets the Assertion referenced by an AssertionIDReference.
getAssertion(AssertionIDReference, SSOToken) - Method in class com.sun.identity.saml.AssertionManager
Gets the Assertion referenced by an AssertionIDReference.
getAssertion(AssertionIDReference, String) - Method in class com.sun.identity.saml.AssertionManager
Gets the Assertion referenced by an AssertionIDReference.
getAssertionArtifact() - Method in class com.sun.identity.saml.protocol.AssertionArtifact
Gets the artifact.
getAssertionArtifact() - Method in class com.sun.identity.saml.protocol.Request
Gets the AssertionArtifact(s) of the Request.
getAssertionArtifacts(SSOToken) - Method in class com.sun.identity.saml.AssertionManager
This method gets all valid AssertionArtifacts managed by this AssertionManager.
getAssertionByArtifact(AssertionArtifact) - Static method in class com.sun.identity.saml.SAMLClient
This method returns the Assertion for the corresponding artifact.
getAssertionByArtifact(String) - Static method in class com.sun.identity.saml.SAMLClient
This method returns the Assertion for the corresponding artifact.
getAssertionHandle() - Method in class com.sun.identity.saml.protocol.AssertionArtifact
Gets the AssertionHandle of the artifact.
getAssertionID() - Method in class com.sun.identity.saml.assertion.Assertion
Get the assertion id of an assertion
getAssertionIDReference() - Method in class com.sun.identity.saml.assertion.AssertionIDReference
This method is to return a String representing the Assertion id.
getAssertionIDReference() - Method in class com.sun.identity.saml.assertion.Advice
Get access to the AssertionIDReference in this Advice element
getAssertionIDReference() - Method in class com.sun.identity.saml.assertion.Evidence
Get java.util.Set of AssertionIDReference objects in the Evidence
getAssertionIDReference() - Method in class com.sun.identity.saml.protocol.Request
Gets the AssertionIDReference(s) of the Request.
getAssertions(SSOToken) - Method in class com.sun.identity.saml.AssertionManager
This method gets all valid Assertions managed by this AssertionManager.
getAssignableDynamicGroup(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the handle to the AMAssignableDynamicGroup object represented by DN.
getAssignableDynamicGroup(String) - Method in class com.sun.identity.um.StoreConnection
Gets the handle to the AssignableDynamicGroup object represented by DN.
getAssignableDynamicGroupDNs() - Method in interface com.iplanet.am.sdk.AMUser
Gets all the assignable dynamic groups the user is in.
getAssignableDynamicGroupDNs() - Method in class com.sun.identity.um.User
Gets all the assignable dynamic groups the user is in.
getAssignableDynamicGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets the assignable dynamic groups within the specified level.
getAssignableDynamicGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets the assignable dynamic groups within the specified level.
getAssignedPolicyDNs() - Method in interface com.iplanet.am.sdk.AMOrganization
Gets all the assigned policies for this Organization
getAssignedPolicyDNs() - Method in interface com.iplanet.am.sdk.AMRole
Gets all the assigned policies created for this role
getAssignedPolicyDNs() - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets all the assigned policies for this OrganizationalUnit
getAssignedServices() - Method in interface com.iplanet.am.sdk.AMObject
Gets all service names that are assigned to the user/group/organization /organizational unit.
getAssignedServices() - Method in interface com.iplanet.am.sdk.AMUser
Gets all service names that are assigned to the user.
getAssignedServices() - Method in class com.sun.identity.um.Common
Gets the names of the services that are assigned to the user/group/org.
getAttribute() - Method in class com.sun.identity.saml.assertion.AttributeStatement
Get attribute from Attribute statement
getAttribute(int, int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Get the attribute name for the specified callback in the specified login state
getAttribute(String) - Method in interface com.iplanet.am.sdk.AMObject
Gets attribute value.
getAttributeByteArray(String) - Method in interface com.iplanet.am.sdk.AMObject
Gets attribute value.
getAttributeDefaults() - Method in class com.sun.identity.sm.ServiceSchema
Returns a map of all the attribute and their default values in this schema.
getAttributeDefaults() - Method in class com.iplanet.am.sdk.AMSchema
Deprecated. Get a map of all the attribute and their default values in this schema
getAttributeDesignator() - Method in class com.sun.identity.saml.protocol.AttributeQuery
Gets the AttributeDesignator
getAttributeName() - Method in class com.sun.identity.saml.assertion.AttributeDesignator
Get attribute name from the AttributeDesignator
getAttributeNames() - Method in class com.iplanet.am.sdk.AMSchema
Deprecated. Method to obtain the names of the schema attributes defined for the service.
getAttributeNames(String, AMSchema.Type) - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the service attribute names for a given service name and schema type.
getAttributeNamespace() - Method in class com.sun.identity.saml.assertion.AttributeDesignator
get attribute name space from the AttributeDesignator
getAttributes() - Method in class com.sun.identity.sm.ServiceInstance
Returns the attributes that are associated with the service's instances.
getAttributes() - Method in class com.sun.identity.sm.ServiceConfig
Returns the service configuration parameters.
getAttributes() - Method in interface com.iplanet.am.sdk.AMObject
Gets Map of all attributes.
getAttributes() - Method in class com.sun.identity.um.Common
Gets Map of all attributes.
getAttributes(AttributeQuery, String, SSOToken) - Method in interface com.sun.identity.saml.plugins.AttributeMapper
Returns Attributes for the user.
getAttributes(Set) - Method in interface com.iplanet.am.sdk.AMObject
Gets Map of specified attributes.
getAttributes(Set) - Method in class com.sun.identity.um.Common
Gets Map of specified attributes.
getAttributes(SSOToken) - Method in interface com.sun.identity.saml.plugins.SiteAttributeMapper
Returns List of Attribute objects
getAttributes(SSOToken, String, Set) - Method in class com.iplanet.am.sdk.AMCallBack
This method provides a mechanism for applications to obtain attributes external to the Identity Server datastore.
getAttributesByteArray() - Method in interface com.iplanet.am.sdk.AMObject
Gets Map of all attributes.
getAttributesByteArray(Set) - Method in interface com.iplanet.am.sdk.AMObject
Gets Map of specified attributes.
getAttributeSchema(String) - Method in class com.sun.identity.sm.ServiceSchema
Returns the schema for an attribute given the name of the attribute, defined for this service.
getAttributeSchema(String) - Method in class com.iplanet.am.sdk.AMSchema
Deprecated. Method to obtain the schema for an attribute given the name of the attribute, defined for this service.
getAttributeSchemaNames() - Method in class com.sun.identity.sm.ServiceSchema
Returns the names of the schema attributes defined for the service.
getAttributeSchemas() - Method in class com.sun.identity.sm.ServiceSchema
Returns the attribute schemas defined for the service.
getAttributeSchemas() - Method in class com.iplanet.am.sdk.AMSchema
Deprecated. Get all the AMAttributeSchema defined for this Service Schema.
getAttributeSchemas() - Method in interface com.iplanet.am.sdk.AMTemplate
Gets the Attribute Schemas that defines the schema (metadata) of this template.
getAttributeValue() - Method in class com.sun.identity.saml.assertion.Attribute
Get AttributeValue from the Attribute
getAudience() - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
LIst of Audience held within this Condition element
getAudienceRestrictionCondition() - Method in class com.sun.identity.saml.assertion.Conditions
Get Set of the AudienceRestrictionCondition elements held within this Conditions element
getAuthenticaionMethod() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Get AuthenticationMethod from authentication statement
getAuthenticationInstant() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Get AuthenticationInstant from authentication statement
getAuthenticationMethod() - Method in class com.sun.identity.saml.protocol.AuthenticationQuery
Gets the AuthenticationMethod.
getAuthLevel() - Method in interface com.iplanet.sso.SSOToken
Returns the authentication level of the authentication method used for authentication.
getAuthLevel() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Get auth level
getAuthnRequestEnvelope(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
 
getAuthorityBinding() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Get the AuthorityBinding from AuthenticationStatement
getAuthorityKind() - Method in class com.sun.identity.saml.assertion.AuthorityBinding
Get the AuthorityKind
getAuthorizationDecisions(AuthorizationDecisionQuery, SSOToken, String) - Method in interface com.sun.identity.saml.plugins.ActionMapper
Returns Action Decisions for the user.
getAuthType() - Method in interface com.iplanet.sso.SSOToken
Returns the authentication method used for authentication.
getBinding() - Method in class com.sun.identity.saml.assertion.AuthorityBinding
Get the binding URI
getCallback(int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Return a Callback array for a specific state.
getCertificateAlias(Certificate) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Get the alias name of the first keystore entry whose certificate matches the given certificate.
getChangeType() - Method in class com.sun.identity.policy.PolicyEvent
Gets the change type The change type gives the type of policy change that triggered this event indicating whether a policy was added, modified or removed.
getChoiceValueI18NKey(String) - Method in class com.sun.identity.sm.AttributeSchema
Returns the I18N key for the given choice value.
getChoiceValueI18NKey(String) - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. Given a choice value, this method returns the i18nKey for that choice value
getChoiceValues() - Method in class com.sun.identity.sm.AttributeSchema
Returns the possible choice values for the attribute if the attribute type is either SINGLE_CHOICE or MULTIPLE_CHOICE.
getChoiceValues() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. If the attribute is of choice type, this method returns the possible values for the attribute; null otherwise
getClientInstance(String) - Method in interface com.iplanet.services.cdm.ClientTypesManager
Gets client object for specified client type
getClientInstance(String, SSOToken) - Method in interface com.iplanet.services.cdm.ClientTypesManager
Gets client object for specified client type with specified token
getClientType() - Method in class com.iplanet.services.cdm.Client
Gets the name of the client type for the data in this client instance.
getClientType(HttpServletRequest) - Method in interface com.iplanet.services.cdm.ClientDetectionInterface
Detects the client type based on the request object
getClientType(HttpServletRequest) - Method in class com.iplanet.am.util.AMClientDetector
Gets the client type by executing client detector class provided in Client Detection Service
getClientTypeData(String) - Method in interface com.iplanet.services.cdm.ClientTypesManager
Returns properties of the requested client type
getClientTypesManagerInstance() - Static method in class com.iplanet.am.util.AMClientDetector
Return the ClientTypesManager Instance
getComponentName() - Method in class com.sun.identity.sm.ServiceConfig
Returns the service component name.
getCondition(String) - Method in class com.sun.identity.policy.ConditionTypeManager
Returns an instance of the Condition given the condition type name.
getCondition(String) - Method in class com.sun.identity.policy.Policy
Gets the condition object identified by name.
getConditionDecision(SSOToken, Map) - Method in interface com.sun.identity.policy.interfaces.Condition
Gets the decision computed by this condition object, based on the map of environment paramters
getConditionNames() - Method in class com.sun.identity.policy.Policy
Get the set of condition names associated with the policy.
getConditions() - Method in class com.sun.identity.saml.assertion.Assertion
Get the conditions of an assertion
getConditionTypeManager() - Method in class com.sun.identity.policy.PolicyManager
Gets the ConditionTypeManager object instance associated with this PolicyManager object instance
getConditionTypeName(Condition) - Method in class com.sun.identity.policy.ConditionTypeManager
Returns the type of the Condition implementation.
getConditionTypeNames() - Method in class com.sun.identity.policy.ConditionTypeManager
Returns a set of all valid condition type names defined by the policy service.
getConfigManager(String, String) - Method in class com.sun.identity.sm.ServiceManager
Returns the ServiceConfigManager for the given service name and version.
getConfirmationMethod() - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Get Confirmation Method(s)
getConsentHandlerURL(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns the ConstentHandler
getContentType() - Method in class com.sun.identity.saml.protocol.Request
Returns the type of content this Request has.
getCosQualifier() - Method in class com.sun.identity.sm.AttributeSchema
Returns the value of the cosQualifier for this attribute that is default, overrid, operational or merge-cos.
getCosQualifier() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. Returns the value of the cosQualifier for this attribute that is default or merge-schemes.
getCOTKey() - Static method in class com.sun.liberty.LibertyManager
Returns the COT key from IFSCostants
getCurrentFile() - Method in class com.sun.identity.log.Logger
This method will return the current file to which the logger's handler is writing to...
getCurrentState() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the current state in the authentication process.
getDateString(Date, Locale) - Static method in class com.iplanet.am.util.Locale
Gets date string from date with specified locale.
getDecision() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
Get the decision for AuthorizationStatement
getDecodedSourceIDString(String) - Static method in class com.sun.identity.saml.common.SAMLUtils
This method decodes the Base64 encoded sourceid and returns a String of the raw-byte source id.
getDefaultClientType() - Method in interface com.iplanet.services.cdm.ClientTypesManager
Gets default client type name
getDefaultInstance() - Static method in class com.iplanet.services.cdm.ClientsManager
Get a Client instance for the default client type
getDefaultInstance() - Static method in class com.iplanet.services.cdm.Client
Deprecated. Use ClientsManager.getDefaultInstance()
getDefaultLocale() - Static method in class com.iplanet.am.util.Locale
Gets the default locale
getDefaultValues() - Method in class com.sun.identity.sm.AttributeSchema
Returns the default values of the attribute.
getDefaultValues() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The method returns the default value of the attribute;
getDescription() - Method in class com.sun.identity.policy.Policy
Gets the description for the policy.
getDisplayName(String) - Method in class com.sun.identity.policy.ReferralTypeManager
Gets the display name for the referral type
getDisplayName(String) - Method in class com.sun.identity.policy.SubjectTypeManager
Gets the display name for the subject type
getDisplayName(String) - Method in class com.sun.identity.policy.ConditionTypeManager
Gets the display name for the condition type
getDisplayName(String, Locale) - Method in interface com.sun.identity.policy.interfaces.Condition
Gets the display name for the property name.
getDisplayNameForValue(String, Locale) - Method in interface com.sun.identity.policy.interfaces.Subject
Returns the display name for the value for the given locale.
getDisplayNameForValue(String, Locale) - Method in interface com.sun.identity.policy.interfaces.Referral
Returns the display name for the value for the given locale.
getDN() - Method in class com.sun.identity.sm.ServiceConfig
Returns the LDAP DN represented by this ServiceConfig object.
getDN() - Method in interface com.iplanet.am.sdk.AMObject
Gets the DN of the entry.
getDN() - Method in class com.sun.identity.um.Common
Gets the DN of the entry.
getDNSAddress() - Method in class com.sun.identity.saml.assertion.SubjectLocality
get the DNS address from SubjectLocality locality
getDynamicGroup(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the handle to the AMDynamicGroup object represented by DN.
getDynamicGroup(String) - Method in class com.sun.identity.um.StoreConnection
Gets the handle to the DynamicGroup object represented by DN.
getDynamicGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets the dynamic groups within the specified level.
getDynamicGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets the dynamic groups within the specified level.
getDynamicSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the dynamic service configuration schema.
getEndRange() - Method in class com.sun.identity.sm.AttributeSchema
Returns the end range if the attribute syntax is either NUMBER_RANGE or DECIMAL_RANGE.
getEndRange() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. Method to get ending range for possible values of the attribute
getErrorCode() - Method in class com.sun.identity.sm.SMSException
Returns error code associated with this error message.
getErrorCode() - Method in class com.iplanet.am.sdk.AMSearchResults
Method which returns the error code of search.
getErrorCode() - Method in class com.iplanet.am.sdk.AMException
Method to obtain the error code.
getErrorCode() - Method in class com.sun.identity.um.UMException
Method to obtain the error code.
getErrorCode() - Method in class com.sun.identity.authentication.spi.AuthLoginException
Returns the error code.
getErrorCode() - Method in class com.sun.identity.policy.ValidValues
Method which returns the error code of search.
getErrorPageURL(String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns the provider's ErrorPage
getErrors() - Method in class com.iplanet.am.console.base.model.AMConsoleException
Gets error list.
getErrors() - Method in class com.sun.identity.password.ui.model.PWResetException
Gets error list.
getEventType() - Method in class com.iplanet.am.sdk.AMEvent
Returns the type of the event.
getEvidence() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
Get the evidence from AuthorizationStatement
getEvidence() - Method in class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
Accessor for the Evidence
getExceptionCode() - Method in class com.sun.identity.sm.SMSException
 
getFalseValue() - Method in class com.sun.identity.sm.AttributeSchema
Returns the string value for BooleanFalseValue.
getFalseValue() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. Method to get string value for "FALSE"
getFalseValueI18NKey() - Method in class com.sun.identity.sm.AttributeSchema
Returns the I18N Key for BooleanFalseValue.
getFalseValueI18NKey() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. Method to get the i18n Key for BooleanFalseValue
getFederatedProviders(String) - Static method in class com.sun.liberty.LibertyManager
Returns the Set of federated Providers for this UserName using Account Mgmt API.
getFederationDonePageURL(String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
returns the FederationDonePageURL from the providerID
getFederationHandlerURL(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns the FederationHandler
getFedErrorKey() - Static method in class com.sun.liberty.LibertyManager
Returns Federation Error Key
getFedRemarkKey() - Static method in class com.sun.liberty.LibertyManager
Returns FederationRemark Key
getFieldName() - Method in class com.sun.identity.log.QueryElement
It returns the fieldname on which query to be applied
getFieldValue() - Method in class com.sun.identity.log.QueryElement
This method returns the value of the field to be compared as stored in the query element.
getFilter() - Method in interface com.iplanet.am.sdk.AMFilteredRole
Gets the search filter for the filtered role.
getFilter() - Method in interface com.iplanet.am.sdk.AMDynamicGroup
Gets the search filter for the dynamic group.
getFilter() - Method in class com.sun.identity.um.DynamicGroup
Gets the search filter for the dynamic group.
getFilteredRole(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the handle to the AMFilteredRole object represented by DN.
getFilteredRoleDNs() - Method in interface com.iplanet.am.sdk.AMUser
Gets all the filtered roles the user is in.
getFilteredRoleNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
Deprecated. This method is deprecated. Use getNamingAttribute(int objectType)
getFilteredRoleNamingAttribute() - Method in class com.sun.identity.um.StoreConnection
Gets the filtered role naming attribute.
getFilteredRoles(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets the filtered roles within the specified level.
getFilteredRoles(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets the filtered roles within the specified level.
getFormat() - Method in class com.sun.identity.saml.assertion.NameIdentifier
get format from NameIdentifier
getGlobalConfig(String) - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the global configuration for the given service instance.
getGlobalOperand() - Method in class com.sun.identity.log.LogQuery
Returns the value of global operand set in the query.
getGlobalSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the global service configuration schema.
getGroup() - Method in class com.sun.identity.sm.ServiceInstance
Returns the group name from which the configuration parameters for the instance must be obtained.
getGroupContainer(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the handle to the AMGroupContainer object represented by DN.
getGroupContainerNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
Deprecated. This method is deprecated. Use getNamingAttribute(int objectType)
getGroupContainers(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets the group containers within the specified level.
getGroupContainers(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets the group containers within the specified level.
getGroupDNs(int) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Gets the groups in this group container.
getGroupDNs(int) - Method in interface com.iplanet.am.sdk.AMGroup
Gets the groups in this group.
getGroupNames() - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the configuration group names
getGroupNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
Deprecated. This method is deprecated. Use getNamingAttribute(int objectType)
getGroupNamingAttribute() - Method in class com.sun.identity.um.StoreConnection
Gets the group naming attribute.
getHomeURL(String) - Static method in class com.sun.liberty.LibertyManager
Return Provider's HomePageURL
getHostName() - Method in interface com.iplanet.sso.SSOToken
Returns the host name of the client (browser) that sent the request.
getHttpServletRequest() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the HttpServletRequest object that initiated the call to this module.
getHttpServletResponse() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the HttpServletResponse object for the servlet request that initiated the call to this module.
getI18NFileName() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the I18N properties file name for the service.
getI18NJarURL() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the URL of the JAR file that contains the I18N properties file.
getI18NKey() - Method in class com.sun.identity.sm.ServiceSchema
Returns the I18N key that points to the description of the service.
getI18NKey() - Method in class com.sun.identity.sm.AttributeSchema
Returns the I18N key to describe the configuration attribute.
getI18NKey() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. Method to get I18N key to describe the configuration attribute
getI18NKey() - Method in class com.iplanet.am.sdk.AMSchema
Deprecated. Method to get I18N key to describe the service
getI18NKey(String) - Method in class com.sun.identity.policy.ReferralTypeManager
Returns the I18N key to be used to localize the display name for the referral type name.
getI18NKey(String) - Method in class com.sun.identity.policy.SubjectTypeManager
Returns the I18N key to be used to localize the display name for the subject type name.
getI18NKey(String) - Method in class com.sun.identity.policy.ConditionTypeManager
Returns the I18N key to be used to localize the display name for the condition type name.
getI18NPropertiesFileName(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the I18N properties file name that contains the internationalized messages.
getIdleTime() - Method in interface com.iplanet.sso.SSOToken
Returns the session idle time in seconds.
getIDPFederationStatus(String, String) - Static method in class com.sun.liberty.LibertyManager
Gets the federation status of a userName with an IDP (This method assumes that the user is already federated with the provider)
getIDPList() - Static method in class com.sun.liberty.LibertyManager
Returns a list of all trusted IDPs(Identity Providers)
getIDPList(String) - Static method in class com.sun.liberty.LibertyManager
Returns a list of all trusted IDPs for a given hostedProviderID
getInResponseTo() - Method in class com.sun.identity.saml.protocol.AbstractResponse
Gets the InResponseTo of the Response.
getInstallResourceBundle(String) - Static method in class com.iplanet.am.util.Locale
Gets the default install ResourceBundle for the default locale
getInstance() - Static method in class com.iplanet.sso.SSOTokenManager
Gets the singleton instance of SSOTokenManager.
getInstance() - Static method in class com.sun.identity.policy.ProxyPolicyEvaluatorFactory
Gets an instance of ProxyPolicyEvaluatorFactory.
getInstance() - Static method in class com.sun.identity.saml.AssertionManager
Gets the singleton instance of AssertionManager.
getInstance() - Static method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
Gets the singleton instance of XMLSignatureManager with default KeyProvider and SignatureProvider
getInstance(KeyProvider, SignatureProvider) - Static method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
Get an instance of XMLSignatureManager with specified KeyProvider and SignatureProvider
getInstance(String) - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the service instance given the instance name
getInstance(String) - Static method in class com.iplanet.services.cdm.ClientsManager
Get Client instance for a specific clientType
getInstance(String) - Static method in class com.iplanet.services.cdm.Client
Deprecated. Use ClientsManager.getInstance(clientType)
getInstance(String) - Static method in class com.iplanet.am.util.Debug
Gets an existing instance of Debug for the specified debug file or a new one if no such instance already exists.
getInstanceNames() - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the service instance names
getInterSiteURL(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns the interSiteURL from IFSConstants
getIntroducedProvider(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Gets the ID of the provider discovered via the introduction protocol.
getIPAddress() - Method in interface com.iplanet.sso.SSOToken
Returns the IP Address of the client (browser) that sent the request.
getIPAddress() - Method in class com.sun.identity.saml.assertion.SubjectLocality
get the IP address from SubjectLocality locality
getIssueInstant() - Method in class com.sun.identity.saml.assertion.Assertion
Get the time when the assertion was issued
getIssueInstant() - Method in class com.sun.identity.saml.protocol.AbstractResponse
Gets the IssueInstant of the Response.
getIssueInstant() - Method in class com.sun.identity.saml.protocol.AbstractRequest
Gets the IssueInstant of the Request.
getIssuer() - Method in class com.sun.identity.saml.assertion.Assertion
Get the issuer of an assertion
getKeyInfo() - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Get the key info
getKeyProvider() - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
Get KeyProvider
getKeyProvider() - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
Get the real key provider
getL10NMessage() - Method in class com.iplanet.sso.SSOException
Returns the localized message for this exception.
getL10NMessage(Locale) - Method in class com.sun.identity.sm.SMSException
 
getL10NMessage(Locale) - Method in class com.sun.identity.authentication.spi.AuthLoginException
Returns the localized message of the given locale.
getLDAPErrorCode() - Method in class com.iplanet.am.sdk.AMException
Method to obtain the LDAP error code.
getLDAPErrorCode() - Method in class com.sun.identity.um.UMException
Method to obtain the LDAP error code.
getLDAPException() - Method in class com.iplanet.am.sdk.AMException
Returns the root LDAPException of this AMException, if any.
getLECPContentType() - Static method in class com.sun.liberty.LibertyManager
 
getLECPHeaderName() - Static method in class com.sun.liberty.LibertyManager
 
getListOfCOTs(String) - Static method in class com.sun.liberty.LibertyManager
Returns the List of COTs for the given Provider.
getLocale() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Gets the locale for this authentication session.
getLocale(String) - Static method in class com.iplanet.am.util.Locale
Gets the locale object for the specified localized string format.
getLocaleObjFromAcceptLangHeader(String) - Static method in class com.iplanet.am.util.Locale
Gets locale from accept-language header Http accept language header can have more than one language in the header, we honor the first language as locale
getLocaleStringFromAcceptLangHeader(String) - Static method in class com.iplanet.am.util.Locale
Gets locale from accept-language header Http accept language header can have more than one language in the header, we honor the first language as locale
getLocation() - Method in class com.sun.identity.saml.assertion.AuthorityBinding
Get the Location URI
getLogger(String) - Static method in class com.sun.identity.log.Logger
Find or create a logger for a named subsystem.
getLogger(String, String) - Static method in class com.sun.identity.log.Logger
Find or create a logger for a named subsystem.
getLoginException() - Method in class com.sun.identity.authentication.AuthContext
Returns login exception, if any, during the authentication process.
getLogInfoMap() - Method in class com.sun.identity.log.LogRecord
Returns the logInfo HashMap which contains the set of fields and their corresponding values.
getLoginURL(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns the LoginURL from IFSConstants
getLRURLKey() - Static method in class com.sun.liberty.LibertyManager
Returns the LRURLKey from IFSConstants
getMajorVersion() - Method in class com.sun.identity.saml.assertion.Assertion
Get the major version number of an assertion
getMajorVersion() - Method in class com.sun.identity.saml.protocol.AbstractResponse
Gets the MajorVersion of the Response.
getMajorVersion() - Method in class com.sun.identity.saml.protocol.AbstractRequest
Gets the MajorVersion of the Request.
getManagedResourceNames() - Method in class com.sun.identity.policy.ResourceManager
Returns a set of all managed resource names for all the service types
getManagedResourceNames(String) - Method in class com.sun.identity.policy.ResourceManager
Returns a set of all managed resource names for the given service type.
getMaxIdleTime() - Method in interface com.iplanet.sso.SSOToken
Returns the maximum session idle time in minutes.
getMaxResults() - Method in class com.iplanet.am.sdk.AMSearchControl
Gets the maximum number of search results to return.
getMaxSessionTime() - Method in interface com.iplanet.sso.SSOToken
Returns the maximum session time in minutes.
getMaxValue() - Method in class com.sun.identity.sm.AttributeSchema
Returns the maximum number of values for the attribute if the attribute is of type MULTIPLE_CHOICE.
getMessage() - Method in class com.sun.identity.sm.SMSException
 
getMessage() - Method in class com.iplanet.am.sdk.AMException
Overriding the default getMessage() method of super class Exception
getMessage() - Method in class com.sun.identity.um.UMException
Overriding the default getMessage() method of super class Exception
getMessage() - Method in class com.sun.identity.authentication.spi.AuthLoginException
Gets messages of the exceptions including the nested exceptions.
getMessageArgs() - Method in class com.sun.identity.sm.SMSException
Returns arguments for formatting this error message.
getMessageArgs() - Method in class com.iplanet.am.sdk.AMException
Method to obtain the arguments corresponding to the error code.
getMessageArgs() - Method in class com.sun.identity.um.UMException
Method to obtain the arguments corresponding to the error code.
getMessageArgs() - Method in class com.sun.identity.authentication.spi.AuthLoginException
Returns the error message arguments.
getMetaAlias(String) - Static method in class com.sun.liberty.LibertyManager
returns metaAlias from providerID
getMetaAliasKey() - Static method in class com.sun.liberty.LibertyManager
Returns the metaAliasKey from IFSConstants
getMinorVersion() - Method in class com.sun.identity.saml.assertion.Assertion
Get the minor version number of an assertion
getMinorVersion() - Method in class com.sun.identity.saml.protocol.AbstractResponse
Gets the MinorVersion of the Response.
getMinorVersion() - Method in class com.sun.identity.saml.protocol.AbstractRequest
Gets the MinorVersion of the Request.
getMinValue() - Method in class com.sun.identity.sm.AttributeSchema
Returns the minimum number of values for the attribute if the attribute is of type MULTIPLE_CHOICE.
getModuleInstanceNames() - Method in class com.sun.identity.authentication.AuthContext
Returns authentication module/s instances (or plugins) configured for a organization, or sub-organization name that was set during the AuthContext constructor.
getName() - Method in class com.sun.identity.sm.ServiceSchema
Returns the name of the schema.
getName() - Method in class com.sun.identity.sm.ServiceInstance
Returns the instance name.
getName() - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the name of the service.
getName() - Method in class com.sun.identity.sm.AttributeSchema
Returns the name of the attribute.
getName() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the name of the service.
getName() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The method returns the name of the attribute
getName() - Method in class com.sun.identity.policy.LimitExceededException
Gets the name of the object for which limit was exceeded
getName() - Method in class com.sun.identity.policy.NameAlreadyExistsException
Gets the name that already exists.
getName() - Method in class com.sun.identity.policy.InvalidFormatException
Gets the name of the object that encountered an invalid format.
getName() - Method in class com.sun.identity.policy.Rule
Returns the name assigned to the rule.
getName() - Method in class com.sun.identity.policy.NameNotFoundException
Gets the name that was not found.
getName() - Method in class com.sun.identity.policy.InvalidNameException
Gets the name that is invalid
getName() - Method in class com.sun.identity.saml.assertion.NameIdentifier
get the name from NameIdentifier
getNameIdentifier() - Method in class com.sun.identity.saml.assertion.Subject
Get the NameIdentifier within the Subject element
getNameQualifier() - Method in class com.sun.identity.saml.assertion.NameIdentifier
get the name from NameIdentifier /** get nameQualifier from NameIdentifier
getNameRegistrationDonePageURL(String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
returns the Name RegistrationDonePageURL from the providerID
getNameRegistrationProviderIDKey() - Static method in class com.sun.liberty.LibertyManager
 
getNameRegistrationURL(String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns NameRegistrationURL
getNameSpace() - Method in class com.sun.identity.saml.assertion.Action
get the namespace of Action
getNamingAttribute(int) - Static method in class com.iplanet.am.sdk.AMStoreConnection
Returns the naming attribute of an object type.
getNewRequest(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
creates New RequestID from the HttpRequestServlet.
getNonce(String) - Static method in class com.sun.liberty.LibertyManager
Gets a nonce for use in forms to be posted to well known servlets.
getNormalizedDateString(Date) - Static method in class com.iplanet.am.util.Locale
Convert the Date object into ISO-8601 format yyyy/MM/dd HH:mm like 2002/12/23 20:40
getNotBefore() - Method in class com.sun.identity.saml.assertion.Conditions
Get the earliest time at which the assertion is valid held in this Conditions object.
getNotOnorAfter() - Method in class com.sun.identity.saml.assertion.Conditions
Get the time instant held within this Conditions object at which the Assertion has expired.
getNumberOfAssignableDynamicGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets number of assignable dynamic groups within the specified level.
getNumberOfAssignableDynamicGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets number of assignable dynamic groups within the specified level.
getNumberOfDynamicGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets number of dynamic groups within the specified level.
getNumberOfDynamicGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets number of dynamic groups within the specified level.
getNumberOfFilteredRoles(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets number of filtered roles within the specified level.
getNumberOfFilteredRoles(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets number of filtered roles within the specified level.
getNumberOfGroupContainers(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets number of group containers within the specified level.
getNumberOfGroupContainers(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets number of group containers within the specified level.
getNumberOfGroups(int) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Gets number of groups in the group container.
getNumberOfGroups(int) - Method in interface com.iplanet.am.sdk.AMGroup
Gets number of groups in the group.
getNumberOfOrganizationalUnits(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets number of organizational units within the specified level.
getNumberOfOrganizations(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets number of organizations within the specified level.
getNumberOfPeopleContainers(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets number of people containers within the specified level.
getNumberOfPeopleContainers(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets number of people containers within the specified level.
getNumberOfRoles(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets number of roles within the specified level.
getNumberOfRoles(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets number of roles within the specified level.
getNumberOfRoles(int) - Method in class com.sun.identity.um.Organization
Gets number of roles within the specified level.
getNumberOfServices() - Method in interface com.iplanet.am.sdk.AMOrganization
Gets the number of services.
getNumberOfServices() - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets the number of services.
getNumberOfStates() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the number of authentication states for this login module.
getNumberOfStaticGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets number of static groups within the specified level.
getNumberOfStaticGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets number of static groups within the specified level.
getNumberOfSubGroupContainers() - Method in interface com.iplanet.am.sdk.AMGroupContainer
Gets number of sub group containers in the group container.
getNumberOfSubOrganizationalUnits(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets number of suborganizational units within the specified level.
getNumberOfSubOrganizations(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets number of suborganizations within the specified level.
getNumberOfSubPeopleContainers() - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Gets number of sub peoople containers in the people container.
getNumberOfUsers() - Method in interface com.iplanet.am.sdk.AMRole
Gets number of users in the role.
getNumberOfUsers() - Method in interface com.iplanet.am.sdk.AMGroup
Gets number of users in the group.
getNumberOfUsers() - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Gets number of users in the people container.
getNumberOfUsers() - Method in class com.sun.identity.um.Role
Gets number of users in the role.
getNumberOfUsers() - Method in class com.sun.identity.um.DynamicGroup
Gets number of users in the group.
getNumberOfUsers() - Method in class com.sun.identity.um.AssignableDynamicGroup
Gets number of users in the group.
getNumberOfUsers() - Method in class com.sun.identity.um.StaticGroup
Gets number of users in the group.
getNumberOfUsers(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets number of users within the specified level.
getNumberOfUsers(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets number of users within the specified level.
getNumRecordsWanted() - Method in class com.sun.identity.log.LogQuery
Returns max number of records asked for
getObjectType() - Method in class com.sun.identity.policy.LimitExceededException
Gets the type of object for which limit was exceeded The defined objects are POLICY, RULE, ORGANIZATION, USER_COLLECTION and SERVICE
getObjectType() - Method in class com.sun.identity.policy.NameAlreadyExistsException
Gets the type of object which already exists.
getObjectType() - Method in class com.sun.identity.policy.InvalidFormatException
Gets the type of object which encountered an invalid format.
getObjectType() - Method in class com.sun.identity.policy.NameNotFoundException
Gets the type of object for which name was not found The defined objects are POLICY, RULE, ORGANIZATION, USER_COLLECTION and SERVICE
getObjectType() - Method in class com.sun.identity.policy.InvalidNameException
Gets the type of object which encountered the invalid name.
getOrganization(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the handle to the AMOrganization object represented by DN.
getOrganization(String) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets the organization by DN
getOrganization(String) - Method in class com.sun.identity.um.StoreConnection
Gets the handle to the Organization object represented by DN.
getOrganizationalUnit(String) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets the organizational unit by DN
getOrganizationalUnit(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the handle to the AMOrganizationalUnit object represented by DN.
getOrganizationalUnitNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
Deprecated. This method is deprecated. Use getNamingAttribute(int objectType)
getOrganizationalUnitNamingAttribute() - Method in class com.sun.identity.um.StoreConnection
Gets the organizationalUnit naming attribute.
getOrganizationalUnits(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets the organizational units within the specified level.
getOrganizationConfig(String, String) - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the organization configuration for the given organization and instance name.
getOrganizationDN() - Method in interface com.iplanet.am.sdk.AMObject
Gets the object's organization.
getOrganizationDN() - Method in class com.sun.identity.um.Common
Gets the object's organization.
getOrganizationDN(String, String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the DN of the organization, using the domainname provided and the searchTemplate (if provided).
getOrganizationDN(String, String) - Method in class com.sun.identity.um.StoreConnection
Gets the DN of the organization, using the domainname provided and the searchTemplate (if provided).
getOrganizationName() - Method in class com.sun.identity.authentication.AuthContext
Returns the the organization name that was set during the AuthContext constructor.
getOrganizationName() - Method in class com.sun.identity.policy.PolicyManager
Gets the organization name for which the policy manager was initialized with.
getOrganizationName() - Method in class com.sun.identity.policy.Policy
Gets the organization name under which the policy is created This would be set only for policies that have been read from datastore.
getOrganizationNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
Deprecated. This method is deprecated. Use getNamingAttribute(int objectType)
getOrganizationNamingAttribute() - Method in class com.sun.identity.um.StoreConnection
Gets the org naming attribute.
getOrganizations(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets the organizations within the specified level.
getOrganizationSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the organization service configuration schema.
getOrgProfile(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the organization attributes for specified organization.
getOrgServiceTemplate(String, String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Gets service template attributes defined for the specified organization.
getOtherElement() - Method in class com.sun.identity.saml.assertion.Advice
Get other element contained within the Advice element
getParentDN() - Method in interface com.iplanet.am.sdk.AMObject
Gets the parent DN of the entry.
getParentDN() - Method in class com.sun.identity.um.Common
Gets the parent DN of the entry.
getPeopleContainer(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the handle to the AMPeopleContainer object represented by DN.
getPeopleContainerNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
Deprecated. This method is deprecated. Use getNamingAttribute(int objectType)
getPeopleContainers(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets the people containers within the specified level.
getPeopleContainers(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets the people containers within the specified level.
getPersistentCookieOn() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Checks if persistent cookie is on or off.
getPlatform() - Static method in class com.iplanet.am.util.SystemProperties
This method lets you query for all the platform properties defined and their values.
getPolicies() - Method in class com.sun.identity.policy.ProtectedResource
Gets policies that protect the resource name
getPolicy(String) - Method in interface com.iplanet.am.sdk.AMObject
Deprecated. This method has been deprecated. Please use: com.sun.identity.policy package for creating and managing policies.
getPolicy(String) - Method in class com.sun.identity.policy.PolicyManager
Gets the policy object given the name of the policy.
getPolicyDecision() - Method in class com.sun.identity.policy.ResourceResult
Gets the policy decision associated with this resource result
getPolicyDecision(SSOToken, String, Set, Map) - Method in class com.sun.identity.policy.PolicyEvaluator
Evaluates privileges of the user to perform the specified actions the the specified resource.
getPolicyDecision(SSOToken, String, Set, Map) - Method in class com.sun.identity.policy.client.PolicyEvaluator
Evaluates privileges of the user to perform the specified actions the the specified resource.
getPolicyDecision(SSOToken, String, String, Set, Map) - Method in interface com.sun.identity.policy.interfaces.Referral
Gets policy results
getPolicyDecision(String, String, Map) - Method in class com.sun.identity.policy.ProxyPolicyEvaluator
Gets policy decision for the user identified by the principalName for the given resource
getPolicyNames() - Method in interface com.iplanet.am.sdk.AMTemplate
Get the policy name.
getPolicyNames() - Method in class com.sun.identity.policy.PolicyManager
Gets a set of names of polices defined in the organization for which the policy manager was instantiated.
getPolicyNames(String) - Method in class com.sun.identity.policy.PolicyManager
Gets a set of selected policy names matching the pattern in the given organization.
getPolicyNames(String, String, boolean) - Method in class com.sun.identity.policy.ResourceManager
Returns a set of names of all the policies for the given resource of the given service.
getPolicySchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the policy service configuration schema.
getPolicyTemplate(String) - Method in interface com.iplanet.am.sdk.AMObject
Deprecated. This method has been deprecated. Please use: com.sun.identity.policy package for creating and managing policies.
getPolicyTemplate(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Deprecated.  
getPolicyTemplates(Set) - Method in interface com.iplanet.am.sdk.AMRole
Get requested policy templates defined for this role.
getPreLoginServletURL(String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns PreLoginServlet URL and appends metaAlias to it.
getPrincipal() - Method in interface com.iplanet.sso.SSOToken
Returns the principal name of the SSOToken.
getPrincipal() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Abstract method must be implemeted by each login module to get the user Principal
getPriority() - Method in class com.sun.identity.sm.ServiceConfig
Returns the priority assigned to the service configuration.
getPriority() - Method in interface com.iplanet.am.sdk.AMTemplate
Gets the priority of this template in the DIT.
getPrivateKey(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Return java.security.PrivateKey for the specified certAlias.
getProperties() - Method in interface com.sun.identity.policy.interfaces.Condition
Gets the properties of the condition
getProperties(String) - Method in class com.iplanet.services.cdm.Client
Gets the client property for the specified key.
getPropertiesViewBeanURL() - Method in class com.sun.identity.sm.ServiceSchema
Returns the view bean URL for this service
getPropertiesViewBeanURL() - Method in class com.sun.identity.sm.AttributeSchema
Returns URL of the view bean for the attribute.
getPropertiesViewBeanURL() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns URL of the view bean for the service
getPropertiesViewBeanURL() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. Returns URL of the view bean for the attribute.
getPropertiesViewBeanURL() - Method in class com.iplanet.am.sdk.AMSchema
Deprecated. gets properties view bean associated with this schema
getPropertiesViewBeanURL(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the URL of the view bean for the service
getProperty(String) - Method in interface com.iplanet.sso.SSOToken
Gets the property stored in this token.
getProperty(String) - Method in class com.iplanet.services.cdm.Client
Gets the client property for the specified key.
getPropertyNames() - Method in class com.iplanet.services.cdm.Client
Returns a set of property names for this client data instance.
getPropertyNames() - Method in interface com.sun.identity.policy.interfaces.Condition
Returns a list of property names for the condition.
getPropertySyntax(String) - Method in interface com.sun.identity.policy.interfaces.Condition
Returns the syntax for a property name
getProtectedResourcesIgnoreConditions(SSOToken, String) - Method in class com.sun.identity.policy.PolicyEvaluator
Gets protected resources for a user identified by sso token Conditions defined in the policies are ignored while computing protected resources.
getProtectedResourcesIgnoreConditions(String, String) - Method in class com.sun.identity.policy.ProxyPolicyEvaluator
Gets protected resources for a user identified by the principalName.
getProviderID(String) - Static method in class com.sun.liberty.LibertyManager
Returns providerID from the ProviderAlias using AllianceMgmt calls.
getProviderIDKey() - Static method in class com.sun.liberty.LibertyManager
Returns the providerIDKey from IFSConstans
getProvidersToFederate(String, String) - Static method in class com.sun.liberty.LibertyManager
Returns the list of all Trusted IDPs of this user not already federated with.
getProxyPolicyEvaluator(SSOToken, String) - Method in class com.sun.identity.policy.ProxyPolicyEvaluatorFactory
Gets an instance of ProxyPolicyEvaluator.
getPublicKey(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Return java.security.PublicKey for the specified keyAlias
getQueries() - Method in class com.sun.identity.log.LogQuery
Returns the full list of query
getQuery() - Method in class com.sun.identity.saml.protocol.Request
Gets the query of the Request.
getQueryType() - Method in class com.sun.identity.saml.protocol.Query
Returns the type of the Query such as AuthenticationQuery or AuthorizationDecisionQuery.
getQueryType() - Method in class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
Gets the type of the query.
getQueryType() - Method in class com.sun.identity.saml.protocol.AuthenticationQuery
Returns the type of this query.
getQueryType() - Method in class com.sun.identity.saml.protocol.AttributeQuery
Gets the type of the query.
getReadOnlyAttributeDefaults() - Method in class com.sun.identity.sm.ServiceSchema
Returns an unmodifiable map of all the attribute and their default values in this schema.
getReadOnlyAttributeDefaults() - Method in class com.iplanet.am.sdk.AMSchema
Deprecated. Get an unmodifiable map of all the attribute and their default values in this schema
getRecipient() - Method in class com.sun.identity.saml.protocol.AbstractResponse
Gets the recipient of the Response.
getReferral(String) - Method in class com.sun.identity.policy.ReferralTypeManager
Returns an instance of the Referral given the referral type name.
getReferral(String) - Method in class com.sun.identity.policy.Policy
Gets the Referral object identified by name.
getReferralNames() - Method in class com.sun.identity.policy.Policy
Get the set of referral names associated with the policy.
getReferralTypeManager() - Method in class com.sun.identity.policy.PolicyManager
Gets ReferralTypeManager associated with this policy manager
getReferralTypeName() - Method in interface com.sun.identity.policy.interfaces.Referral
Gets the name of the ReferralType
getReferralTypeName(Referral) - Method in class com.sun.identity.policy.ReferralTypeManager
Returns the type of the Referral implementation.
getReferralTypeNames() - Method in class com.sun.identity.policy.ReferralTypeManager
Returns a set of all valid referral type names defined by the policy service.
getRegisteredProviders(String) - Static method in class com.sun.liberty.LibertyManager
 
getRegisteredServiceNames() - Method in interface com.iplanet.am.sdk.AMOrganization
Gets the names of registered services.
getRegisteredServiceNames() - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets the names of registered services.
getRelation() - Method in class com.sun.identity.log.QueryElement
This method returns relation to be applied inbetween field and value as stored in the query element.
getRequestID() - Method in class com.sun.identity.saml.protocol.AbstractRequest
Gets the RequestID of the Request.
getRequestIDKey() - Static method in class com.sun.liberty.LibertyManager
Returns the requestIDKey from IFSConstants.
getRequestOrg() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the organization DN for this authentication session.
getRequirements() - Method in class com.sun.identity.authentication.AuthContext
Returns an array of Callback objects that must be populated by the user and returned back.
getResource() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
Get the resource from AuthorizationStatement
getResource() - Method in class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
Accessor for the Resource
getResource() - Method in class com.sun.identity.saml.protocol.AttributeQuery
Gets the Resource.
getResource(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the handle to the AMResource object represented by DN.
getResourceBundle(String, String) - Static method in class com.iplanet.am.util.Locale
Gets the ResourceBundle corresponding to the specified locale and the localized property file name.
getResourceBundleName() - Method in class com.sun.identity.sm.SMSException
Returns ResourceBundle Name associated with this error message.
getResourceBundleName() - Method in class com.sun.identity.authentication.spi.AuthLoginException
Returns the resource bundle name.
getResourceManager() - Method in class com.sun.identity.policy.PolicyManager
Gets the ResourceManager object instance associated with this PolicyManager object instance
getResourceName() - Method in class com.sun.identity.policy.ResourceResult
Gets the resource name of this resource result
getResourceName() - Method in class com.sun.identity.policy.ProtectedResource
Gets the protected resource name
getResourceName() - Method in class com.sun.identity.policy.Rule
Returns the resource name for which the rule has been created.
getResourceNames() - Method in class com.sun.identity.policy.PolicyEvent
Gets the resource names affected by the policy change.
getResourceNames(SSOToken, String, String) - Method in interface com.sun.identity.policy.interfaces.Referral
Gets resource names that are exact matches, sub resources or wild card matches of argument resource name.
getResourceResult(SSOToken, String, String, Map) - Method in class com.sun.identity.policy.PolicyEvaluator
Gets resource result given a resource name.
getResourceResults() - Method in class com.sun.identity.policy.ResourceResult
Gets the child resource results of this resource result
getResourceResults(SSOToken, String, String, Map) - Method in class com.sun.identity.policy.PolicyEvaluator
Gets resource result objects given a resource name.
getRespondWith() - Method in class com.sun.identity.saml.protocol.AbstractRequest
Gets 0 or more of RespondWith in the Request.
getResponseID() - Method in class com.sun.identity.saml.protocol.AbstractResponse
Gets the ResponseID of the Response.
getResultAttributes() - Method in class com.iplanet.am.sdk.AMSearchResults
Method which returns the search results as a map containing DN's as key and the attribute value String.
getReturnAttributes() - Method in class com.iplanet.am.sdk.AMSearchControl
 
getRole(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the handle to the AMRole object represented by DN.
getRole(String) - Method in class com.sun.identity.um.StoreConnection
Gets the handle to the Role object represented by DN.
getRoleDNs() - Method in interface com.iplanet.am.sdk.AMUser
Gets all the roles the user is in.
getRoleDNs() - Method in class com.sun.identity.um.User
Gets all the roles the user is in.
getRoleNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
Deprecated. This method is deprecated. Use getNamingAttribute(int objectType)
getRoleNamingAttribute() - Method in class com.sun.identity.um.StoreConnection
Gets the role naming attribute.
getRoles(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets the roles within the specified level.
getRoles(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets the roles within the specified level.
getRoles(int) - Method in class com.sun.identity.um.Organization
Gets the roles within the specified level.
getRoleType() - Method in interface com.iplanet.am.sdk.AMRole
Gets the type of the role.
getRoleType() - Method in class com.sun.identity.um.Role
Gets the type of the role.
getRule(String) - Method in class com.sun.identity.policy.Policy
Gets the rule object identified by name.
getRuleNames() - Method in class com.sun.identity.policy.Policy
Gets the set of rule names associated with the policy.
getSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the service schema in XML for this service.
getSchema(SchemaType) - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the configuration schema for the given schema type
getSchema(String, AMSchema.Type) - Method in class com.iplanet.am.sdk.AMStoreConnection
Deprecated. This method has been deprecated. Please use com.sun.identity.sm.ServiceSchemaManager.getSchema().
getSchemaManager(String, String) - Method in class com.sun.identity.sm.ServiceManager
Returns the ServiceSchemaManager for the given service name and version.
getSchemaNode() - Method in class com.sun.identity.sm.ServiceSchema
Returns the Node of this schema element.
getSchemaType() - Method in class com.iplanet.am.sdk.AMSchema
Deprecated. Method to obtain the schema type
getSchemaTypes() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the SchemaTypes available with this service
getSchemaTypes(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Deprecated. This method has been deprecated. Please use com.sun.identity.sm.ServiceSchemaManager.getSchemaTypes().
getSearchResults() - Method in class com.iplanet.am.sdk.AMSearchResults
Method which returns the search results as an ordered set.
getSearchResults() - Method in class com.sun.identity.policy.ValidValues
Method which returns the search results as a set.
getSearchScope() - Method in class com.iplanet.am.sdk.AMSearchControl
Gets the search scope defined in the AMSearchControl.
getSearchScope(int) - Method in class com.iplanet.am.sdk.AMSearchControl
Gets the search scope defined in the AMSearchControl.
getSelectedConditionTypeNames() - Method in class com.sun.identity.policy.ConditionTypeManager
Returns a set of valid condition type names configured for the organization.
getSelectedProviderKey() - Static method in class com.sun.liberty.LibertyManager
Returns the selectedProviderKey from IFSCosntants
getSelectedReferralTypeNames() - Method in class com.sun.identity.policy.ReferralTypeManager
Returns a set of valid referral type names configured for the organization.
getSelectedSubjectTypeNames() - Method in class com.sun.identity.policy.SubjectTypeManager
Returns a set of valid subject type names configured for the organization.
getServiceAttributeNames() - Method in class com.sun.identity.sm.ServiceSchema
Returns the attribute schemas defined for the service that is not a status attribute and is not a service attribute.
getServiceAttributeNames(SchemaType) - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the attribute schemas for the given schema type excluding status and service identifier attributes.
getServiceAttributes(String) - Method in interface com.iplanet.am.sdk.AMObject
Deprecated. This method has been deprecated. Please use service template objects to obtain service attributes.
getServiceAttributes(String) - Method in class com.sun.identity.um.Common
Gets Map of all attributes of specified service.
getServiceConfig(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns service config attributes.
getServiceHierarchy() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the service's hierarchy
getServiceHierarchy() - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the service hierarchy for all registered services.
getServiceName() - Method in class com.sun.identity.sm.ServiceSchema
Returns the name of the service.
getServiceName() - Method in class com.sun.identity.sm.ServiceInstance
Returns the service name.
getServiceName() - Method in class com.sun.identity.sm.ServiceConfig
Returns the name of this service configuration.
getServiceName() - Method in class com.iplanet.am.sdk.AMSchema
Deprecated. Method to obtain the service name.
getServiceName() - Method in interface com.iplanet.am.sdk.AMTemplate
Gets the name of the service to which this template belongs.
getServiceNames() - Method in class com.sun.identity.sm.ServiceManager
Returns all the service names that have been registered.
getServiceNames() - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the set of name of services that have been loaded to the data store.
getServiceStatus(String) - Method in interface com.iplanet.am.sdk.AMObject
Get the status of the service for this entity (user/group/organization/ organizational unit).
getServiceStatus(String) - Method in class com.sun.identity.um.Common
Get the status of the service for this entity (User/Org/Group/OrgUnit).
getServiceType() - Method in class com.sun.identity.sm.ServiceSchema
Returns the schema tyoe
getServiceTypeName() - Method in class com.sun.identity.policy.Rule
Returns the service name for which the rule has been created.
getServiceTypeName() - Method in interface com.sun.identity.policy.interfaces.PolicyListener
Gets the service type name for which this listener wants to get notifications
getServiceTypeNames() - Method in interface com.sun.identity.policy.interfaces.ResourceName
Gets the service type names for which the resoure name object can be used.
getServiceVersions(String) - Method in class com.sun.identity.sm.ServiceManager
Returns all versions supported by the service.
getSessionId() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns a unique key for this authentication session.
getSignature() - Method in class com.sun.identity.saml.assertion.Assertion
Get the Signature element of the Assertion.
getSignature() - Method in class com.sun.identity.saml.protocol.AbstractResponse
Gets the signature of the Response.
getSignature() - Method in class com.sun.identity.saml.protocol.AbstractRequest
Gets 0 or 1 of Signature in the Request.
getSortingField() - Method in class com.sun.identity.log.LogQuery
retrieves the field name on which records to be sorted.
getSourceDN() - Method in class com.iplanet.am.sdk.AMEvent
Returns the DN of the source object in a String format.
getSourceID() - Method in class com.sun.identity.saml.protocol.AssertionArtifact
Gets the SourceID of the artifact.
getSourceType() - Method in class com.iplanet.am.sdk.AMEvent
Returns the type of the source object that caused the event.
getSPFederationStatus(String, String) - Static method in class com.sun.liberty.LibertyManager
Gets the federations status of a user with an SP(This method assumes that the user is already federated with the provider)
getSPList() - Static method in class com.sun.liberty.LibertyManager
Returns a list of all trusted SPs (Service Providers)
getSPList(String) - Static method in class com.sun.liberty.LibertyManager
Returns a list of all trusted SPs (Service Providers) for this hostedProvider
getSSOAssertion(AttributeQuery) - Method in interface com.sun.identity.saml.plugins.AttributeMapper
Returns the Assertion that contains Authentication information that can be used to obtain SSOToken.
getSSOAssertion(AuthorizationDecisionQuery, String) - Method in interface com.sun.identity.saml.plugins.ActionMapper
Returns the Assertion that contains Authentication information that can be used to obtain SSOToken.
getSSOSession() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Get the authentication SSO session
getSSOToken() - Method in class com.sun.identity.authentication.AuthContext
Returns the Single-Sign-On (SSO) Token for the authenticated user.
getSSOTokenID(AttributeQuery) - Method in interface com.sun.identity.saml.plugins.AttributeMapper
Returns the SSOToken id to Identity Server from the query.
getSSOTokenID(AuthorizationDecisionQuery) - Method in interface com.sun.identity.saml.plugins.ActionMapper
Returns the SSOToken id to Identity Server from the query.
getStartRange() - Method in class com.sun.identity.sm.AttributeSchema
Returns the start range if the attribute syntax is either NUMBER_RANGE or DECIMAL_RANGE.
getStartRange() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. Method to get starting range for possible values of the attribute
getState() - Method in class com.iplanet.am.util.Debug
Returns one of the five possible values: Debug.OFF Debug.ERROR Debug.WARNING Debug.MESSAGE Debug.ON
getStatement() - Method in class com.sun.identity.saml.assertion.Assertion
Get a Set of Statement contained within this assertion.
getStatementType() - Method in class com.sun.identity.saml.assertion.Statement
This method returns the real of statement such as AuthenticationStatemen, AuthorizationDecisionStatement or AttributeStatement.
getStatementType() - Method in class com.sun.identity.saml.assertion.AttributeStatement
Get the type of statement.
getStatementType() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Get the real type of the Statement.
getStatementType() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
Get the real type of statement.
getStaticGroup(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the handle to the AMStaticGroup object represented by DN.
getStaticGroup(String) - Method in class com.sun.identity.um.StoreConnection
Gets the handle to the StaticGroup object represented by DN.
getStaticGroupDNs() - Method in interface com.iplanet.am.sdk.AMUser
Gets all the static groups the user is in.
getStaticGroupDNs() - Method in class com.sun.identity.um.User
Gets all the static groups the user is in.
getStaticGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets the static groups within the specified level.
getStaticGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets the static groups within the specified level.
getStatus() - Method in class com.sun.identity.authentication.AuthContext
Returns the current status of the authentication process as AuthContext.Status.
getStatus() - Method in class com.sun.identity.saml.protocol.Response
Gets the Status of the Response.
getStatusAttribute() - Method in class com.sun.identity.sm.ServiceSchema
Returns the name of the status attribute, as defined in the Service schema
getStatusAttribute() - Method in class com.iplanet.am.sdk.AMSchema
Deprecated. Method to get the name of the service status attribute.
getStatusAttributeChoiceValues() - Method in class com.iplanet.am.sdk.AMSchema
Deprecated. Method to get the choice values for the status attribute of this service (and this schema)
getStatusCode() - Method in class com.sun.identity.saml.protocol.StatusCode
Gets the sub StatusCode of the StatusCode.
getStatusCode() - Method in class com.sun.identity.saml.protocol.Status
Gets the StatusCode of the Response.
getStatusDetail() - Method in class com.sun.identity.saml.protocol.Status
Gets the StatusDetail of the Response.
getStatusMessage() - Method in class com.sun.identity.saml.protocol.Status
Gets the StatusMessage of the Response.
getString(ResourceBundle, String) - Static method in class com.iplanet.am.util.Locale
Gets the localized string for the specified key
getString(ResourceBundle, String, Debug) - Static method in class com.iplanet.am.util.Locale
Gets the localized string for the specified key
getString(ResourceBundle, String, Debug, ResourceBundle) - Static method in class com.iplanet.am.util.Locale
Gets the localized string for the specified key from the specified Resource or from the specified default resource
getString(ResourceBundle, String, Object[]) - Static method in class com.iplanet.am.util.Locale
Gets the localized string for the specified key formatted as per passed parameters.
getString(ResourceBundle, String, ResourceBundle) - Static method in class com.iplanet.am.util.Locale
Gets the localized string for the specified key from the specified Resource or from the specified default resource
getString(ResourceBundle, String, ResourceBundle, Object[]) - Static method in class com.iplanet.am.util.Locale
Gets the localized string for the specified key from the specified Resource or from the specified default resource formatted as per provided parameters.
getString(String) - Static method in class com.iplanet.services.cdm.CDMBundle
 
getStringAttribute(String) - Method in interface com.iplanet.am.sdk.AMObject
Gets string type attribute value.
getSubConfig(String) - Method in class com.sun.identity.sm.ServiceConfig
Returns the service's sub-configuration given the service's sub-configuration name.
getSubConfigNames() - Method in class com.sun.identity.sm.ServiceConfig
Returns the names of all service's sub-configurations.
getSubConfigNames(String) - Method in class com.sun.identity.sm.ServiceConfig
Method to get names of service's sub-configurations that match the given pattern.
getSubGroupContainerDNs(int) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Gets the sub containers in this group container.
getSubject() - Method in class com.sun.identity.authentication.AuthContext
Returns the set of Principals or Subject the user has been authenticated as.
getSubject() - Method in class com.sun.identity.saml.assertion.SubjectStatement
get the Subject within the SubjectStatement
getSubject() - Method in class com.sun.identity.saml.protocol.SubjectQuery
Gets the Subject associated with this Query.
getSubject(String) - Method in class com.sun.identity.policy.SubjectTypeManager
Returns an instance of the Subject given the subject type name.
getSubject(String) - Method in class com.sun.identity.policy.Policy
Gets the Subject object identified by name.
getSubjectConfirmation() - Method in class com.sun.identity.saml.assertion.Subject
Get the SubjectConfirmation within the Subject element
getSubjectConfirmationData() - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Get Subject Confirmation Data
getSubjectLocality() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Get the SubjectLocality from AuthenticationStatement
getSubjectNames() - Method in class com.sun.identity.policy.Policy
Get the set of subject names associated with the policy.
getSubjectTypeManager() - Method in class com.sun.identity.policy.PolicyManager
Gets the SubjectTypeManager object instance associated with this PolicyManager object instance
getSubjectTypeName(Subject) - Method in class com.sun.identity.policy.SubjectTypeManager
Returns the type of the Subject implementation.
getSubjectTypeNames() - Method in class com.sun.identity.policy.SubjectTypeManager
Returns a set of all valid subject type names defined by the policy service.
getSubOrganization(String) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets the sub-organization by DN
getSubOrganizationalUnit(String) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets the sub-organizational unit by DN
getSubOrganizationalUnits(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets the suborganizational units within the specified level.
getSubOrganizations(int) - Method in interface com.iplanet.am.sdk.AMOrganization
Gets the suborganizations within the specified level.
getSubPeopleContainerDNs(int) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Gets the sub containers in this people container.
getSubResource(String, String) - Method in interface com.sun.identity.policy.interfaces.ResourceName
Gets sub-resource from an original resource minus a super resource.
getSubSchema(String) - Method in class com.sun.identity.sm.ServiceSchema
Returns ServiceSchema object given the name of the service's sub-schema.
getSubSchema(String) - Method in class com.iplanet.am.sdk.AMSchema
Deprecated. Method to obtain Service SubSchema object given the name of the service's sub schema.
getSubSchemaNames() - Method in class com.sun.identity.sm.ServiceSchema
Returns the names of sub-schemas for the service.
getSubSchemaNames() - Method in class com.iplanet.am.sdk.AMSchema
Deprecated. Method to get the names of sub-schemas names for the this Schema
getSuccintID(String) - Static method in class com.sun.liberty.LibertyManager
 
getSyntax() - Method in class com.sun.identity.sm.AttributeSchema
Returns the syntax of the attribute.
getSyntax() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The method returns the syntax of the attribute i.e., string, boolean, dn, numeric.
getTemplate(String, int) - Method in interface com.iplanet.am.sdk.AMObject
Gets the Template for the given service associated with this AMObject.
getTemplates(Map) - Method in interface com.iplanet.am.sdk.AMRole
Get requested templates defined for this role.
getTerminationDonePageURL(String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
returns the TerminationDonePageURL from the providerID
getTerminationProviderIDKey() - Static method in class com.sun.liberty.LibertyManager
Returns the termination providerIDKey from IFSConstants.
getTerminationURL(String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns TerminationURL
getTime() - Method in interface com.iplanet.sso.SSOTokenEvent
Gets the time of this event.
getTimeLeft() - Method in interface com.iplanet.sso.SSOToken
Returns the time left in seconds on the session based on max session time
getTimeOut() - Method in class com.iplanet.am.sdk.AMSearchControl
Get current time out setting.
getTimeToLive() - Method in class com.sun.identity.policy.ConditionDecision
Sets advices assosicated with this object
getTimeToLive() - Method in class com.sun.identity.policy.ActionDecision
Gets the GMT time in milliseconds since epoch when this object is to be treated as expired.
getToken() - Method in interface com.iplanet.sso.SSOTokenEvent
Returns the SSOToken associated with the SSO Event.
getTokenId() - Method in class com.sun.identity.authentication.spi.InvalidPasswordException
returns the tokenID.
getTokenID() - Method in interface com.iplanet.sso.SSOToken
Returns SSOTokenID object
getTopLevelContainers() - Method in class com.iplanet.am.sdk.AMStoreConnection
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.
getTopLevelOrganizations() - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the "real" or "physical" top level organizations as the starting point in the tree.
getTotalResultCount() - Method in class com.iplanet.am.sdk.AMSearchResults
Method which returns the count of the all the results which match the search criteria.
getTrueValue() - Method in class com.sun.identity.sm.AttributeSchema
Returns the string value for BooleanTrueValue.
getTrueValue() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. Method to get the string value for "TRUE"
getTrueValueI18NKey() - Method in class com.sun.identity.sm.AttributeSchema
Retruns the I18N Key for BooleanTrueValue.
getTrueValueI18NKey() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. Method to get the i18n Key for BooleanTrueValue
getType() - Method in interface com.iplanet.sso.SSOTokenEvent
Gets the type of this event.
getType() - Method in class com.sun.identity.sm.AttributeSchema
Returns the type of the attribute.
getType() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The method returns the type of the attribute i.e., single, list or choice
getType() - Method in interface com.iplanet.am.sdk.AMTemplate
Gets the type of the template.
getTypeCode() - Method in class com.sun.identity.saml.protocol.AssertionArtifact
Gets the typeCode of the artifact.
getUIType() - Method in class com.sun.identity.sm.AttributeSchema
Returns the UI type of the attribute.
getUIType() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The method returns the UI type of the attribute i.e., link, button, ...
getURI() - Method in class com.sun.identity.sm.ServiceInstance
Returns the URL of the service.
getUser(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns the user from HttpServletRequest
getUser(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Returns the handle to the AMUser object represented by DN.
getUser(String) - Method in class com.sun.identity.um.StoreConnection
Gets the handle to the User object represented by DN.
getUser(String, String) - Method in interface com.iplanet.am.sdk.AMOrganization
Returns AMUser object of user in this organization (or in subrogs), whose naming attribute exactly matches with uid.
getUser(String, String) - Method in class com.sun.identity.um.Organization
Returns DN of user in this organization (or in subrogs), whose naming attribute exactly matches with uid.
getUser(Subject, String) - Method in interface com.sun.identity.saml.plugins.AccountMapper
Return user account in Sun ONE Identity Server to which the subject is mapped.
getUserDNs() - Method in interface com.iplanet.am.sdk.AMOrganization
Gets the names (DNs) of users in the organization.
getUserDNs() - Method in interface com.iplanet.am.sdk.AMRole
Gets the DNs of users in the role.
getUserDNs() - Method in interface com.iplanet.am.sdk.AMGroup
Gets the DNs of users in the group.
getUserDNs() - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets the names (DNs) of users in the organizational unit.
getUserDNs() - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Gets the names (DNs) of users in the people container.
getUserDNs() - Method in class com.sun.identity.um.Role
Gets the DNs of users in the role.
getUserDNs() - Method in class com.sun.identity.um.DynamicGroup
Gets the DNs of users in the group.
getUserDNs() - Method in class com.sun.identity.um.AssignableDynamicGroup
Gets the DNs of users in the group.
getUserDNs() - Method in class com.sun.identity.um.StaticGroup
Gets the DNs of users in the group.
getUserLocale() - Method in interface com.iplanet.am.console.base.model.AMModel
Gets the preferred locale of currently logged in user.
getUserNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
Deprecated. This method is deprecated. Use getNamingAttribute(int objectType)
getUserNamingAttribute() - Method in class com.sun.identity.um.StoreConnection
Gets the user naming attribute.
getUserProfile(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the user profile for the user specified.
getUserSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the user service configuration schema.
getUserSessionProperty(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Gets the property from the user session.
getValidator() - Method in class com.sun.identity.sm.AttributeSchema
Method to get the validator name for using to validate this service attribute
getValidServiceNames() - Method in class com.sun.identity.policy.ResourceManager
Returns a set of valid service names that are applicable for the organization.
getValidSessions(SSOToken, String) - Method in class com.iplanet.sso.SSOTokenManager
Returns a list of SSOToken objects which correspond to valid Sessions accessible to requester.
getValidValues(SSOToken) - Method in interface com.sun.identity.policy.interfaces.Subject
Returns a list of possible values for the Subject .
getValidValues(SSOToken) - Method in interface com.sun.identity.policy.interfaces.Referral
Gets the valid values for this referral
getValidValues(SSOToken, String) - Method in interface com.sun.identity.policy.interfaces.Subject
Returns a list of possible values for the Subject that satisfy the given pattern.
getValidValues(SSOToken, String) - Method in interface com.sun.identity.policy.interfaces.Referral
Gets the valid values for this referral matching a pattern
getValidValues(String) - Method in interface com.sun.identity.policy.interfaces.Condition
Returns a set of valid values given the property name.
getValue() - Method in class com.sun.identity.saml.protocol.StatusCode
Gets the value of the StatusCode.
getValues() - Method in class com.sun.identity.policy.ActionDecision
Gets the action values for the action.
getValues() - Method in interface com.sun.identity.policy.interfaces.Subject
Returns the values that was set using the method setValues.
getValues() - Method in interface com.sun.identity.policy.interfaces.Referral
Gets the values of this referral
getValueSyntax(SSOToken) - Method in interface com.sun.identity.policy.interfaces.Subject
Returns the syntax of the values the Subject implementation can have.
getValueSyntax(SSOToken) - Method in interface com.sun.identity.policy.interfaces.Referral
Gets the syntax for the value
getVersion() - Method in class com.sun.identity.sm.ServiceSchema
Returns the version of the service.
getVersion() - Method in class com.sun.identity.sm.ServiceInstance
Returns the service version.
getVersion() - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the service version.
getVersion() - Method in class com.sun.identity.sm.ServiceConfig
Returns the service version
getVersion() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the version of the service.
getViewBeanURL(Condition) - Method in class com.sun.identity.policy.ConditionTypeManager
Gets the view bean URL given the Condition
getViewBeanURL(Referral) - Method in class com.sun.identity.policy.ReferralTypeManager
Gets the view bean URL given the Referral
getViewBeanURL(Subject) - Method in class com.sun.identity.policy.SubjectTypeManager
Gets the view bean URL given the Subject
getX509Certificate(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Return java.security.cert.X509Certificate for the specified certAlias.
GLOBAL - Static variable in class com.sun.identity.sm.SchemaType
The GLOBAL schema type defines the service configuration information that independent of organizations, users and instances.
GLOBAL - Static variable in class com.iplanet.am.sdk.AMSchema.Type
Deprecated. The GLOBAL schema type defines the service configuration information that independent of organizations, users and instances.
globalConfigChanged(String, String, String, String, int) - Method in interface com.sun.identity.sm.ServiceListener
This method will be invoked when a service's global configuation data has been changed.
GROUP - Static variable in class com.sun.identity.sm.SchemaType
The GROUP schema type defines attributes for a group
GROUP - Static variable in interface com.iplanet.am.sdk.AMObject
Represents a Group object type
GROUP_CONTAINER - Static variable in interface com.iplanet.am.sdk.AMObject
Represents a group container object type
GROUP_CONTAINERS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name for navigation group container window used for navigation search off
GROUP_PROFILE - Static variable in interface com.iplanet.am.sdk.AMObject
Represents group profile Information
GROUPS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name for navigation group window used for navigation search off
GT - Static variable in class com.sun.identity.log.QueryElement
 

H

hashCode() - Method in interface com.iplanet.sso.SSOTokenID
Returns a hash code for this object.
hashCode() - Method in class com.sun.identity.sm.AttributeSchema.Type
Returns a hash code value for the object.
hashCode() - Method in class com.sun.identity.sm.AttributeSchema.UIType
Returns a hash code value for the object.
hashCode() - Method in class com.sun.identity.sm.AttributeSchema.Syntax
Returns a hash code value for the object.
hashCode() - Method in class com.sun.identity.sm.SchemaType
Returns the hash code of the object.
hashCode() - Method in class com.iplanet.am.sdk.AMSchema.Type
Deprecated. Returns the hash code of the object.
hashCode() - Method in interface com.sun.identity.policy.interfaces.Subject
Return a hash code for this Subject.
hashCode() - Method in class com.sun.identity.security.ISSecurityPermission
Returns hash code for this object.
hasMoreRequirements() - Method in class com.sun.identity.authentication.AuthContext
Checks if the login process requires more information from the user to complete the authentication.
HELP_ANCHOR_TAG_SUFFIX - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
On-line help anchor tag suffix
HELP_INSTALL_DIRECTORY - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Default online help installation directory
HOST_LIST - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
HTTP - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
HTTPS - Static variable in class com.sun.identity.saml.common.SAMLConstants
 

I

iasGXId - Static variable in class com.iplanet.am.util.SystemProperties
 
IAuthorizer - interface com.sun.identity.log.spi.IAuthorizer.
A AuthzPlugin can be used to verify the authorization of the of the person who is trying to perform a log operation.
ID_LENGTH - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
implies(Permission) - Method in class com.sun.identity.security.ISSecurityPermission
This method checks to see if this instance of ISSecurityPermission implies the Permission being passed as the argument.
IN_PROGRESS - Static variable in class com.sun.identity.authentication.AuthContext.Status
The IN_PROGRESS status indicates that the login process is in progress.
INACTIVE - Static variable in interface com.iplanet.am.sdk.AMObject
 
INACTIVE_VALUE - Static variable in interface com.iplanet.am.sdk.AMObject
 
INDETERMINATE - Static variable in interface com.sun.identity.saml.plugins.ActionMapper
Key to hold a list of actions that are indeterminated.
INDETERMINATE - Static variable in class com.sun.identity.saml.assertion.Condition
 
INDETERMINATE - Static variable in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement.DecisionType
 
INET_ADMIN_OBJECT_CLASS - Static variable in interface com.iplanet.am.sdk.AMConstants
 
INET_DOMAIN_STATUS_ATTR - Static variable in interface com.iplanet.am.sdk.AMConstants
 
INET_DOMAIN_STATUS_ATTRIBUTE - Static variable in interface com.iplanet.am.sdk.AMConstants
 
INHERIT_ATTRIBUTE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Inherit when dynamic and user attributes of the same name
init(Subject, Map, Map) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Initialize this LoginModule.
initialize(KeyProvider) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
Initialize the key provider
initialize(Map) - Method in interface com.sun.identity.policy.interfaces.Subject
Initialize (or configure) the Subject object.
initialize(Map) - Method in interface com.sun.identity.policy.interfaces.ResourceName
Initializes the resource name with configuration information, usally set by the administrators
initialize(Map) - Method in interface com.sun.identity.policy.interfaces.Referral
Initilizes the Referral with a Map
initializeProperties(String) - Static method in class com.iplanet.am.util.SystemProperties
This method initailizes properties bundle from the file passed.
initManager() - Method in interface com.iplanet.services.cdm.ClientTypesManager
initialize the ClientTypesManager
INSTANCE_LIST - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
INSTANCEID - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
INVALID - Static variable in class com.sun.identity.saml.assertion.Condition
 
InvalidAttributeNameException - class com.sun.identity.sm.InvalidAttributeNameException.
The InvalidAttributeNameException is thrown to indicate that an invalid attribute name was used.
InvalidAttributeNameException() - Constructor for class com.sun.identity.sm.InvalidAttributeNameException
Constructs an InvalidAttributeNameException with no specified detail message.
InvalidAttributeNameException(String) - Constructor for class com.sun.identity.sm.InvalidAttributeNameException
Constructs an InvalidAttributeNameException with the specified detail message.
InvalidAttributeNameException(String, String, Object[]) - Constructor for class com.sun.identity.sm.InvalidAttributeNameException
Constructs an InvalidAttributeNameException with the specificed error code.
InvalidFormatException - class com.sun.identity.policy.InvalidFormatException.
Exception thrown if a name of an object such as policy, rule or referral has invalid format
InvalidFormatException(String, String, int) - Constructor for class com.sun.identity.policy.InvalidFormatException
Constructor
InvalidFormatException(String, String, Object[], String, int) - Constructor for class com.sun.identity.policy.InvalidFormatException
Constructor
InvalidFormatException(String, String, Object[], Throwable, String, int) - Constructor for class com.sun.identity.policy.InvalidFormatException
Constructor
InvalidFormatException(Throwable, String, int) - Constructor for class com.sun.identity.policy.InvalidFormatException
Constructor
InvalidNameException - class com.sun.identity.policy.InvalidNameException.
Exception thrown if a name of an object such as policy, rule or referral is invalid
InvalidNameException(String, String, int) - Constructor for class com.sun.identity.policy.InvalidNameException
Constructor
InvalidNameException(String, String, Object[], String, int) - Constructor for class com.sun.identity.policy.InvalidNameException
Constructor
InvalidNameException(String, String, Object[], Throwable, String, int) - Constructor for class com.sun.identity.policy.InvalidNameException
Constructor
InvalidNameException(Throwable, String, int) - Constructor for class com.sun.identity.policy.InvalidNameException
Constructor
InvalidPasswordException - class com.sun.identity.authentication.spi.InvalidPasswordException.
Exception that is thrown when the user-entered password token causes the authentication module to be authenticated to fail.
InvalidPasswordException(String) - Constructor for class com.sun.identity.authentication.spi.InvalidPasswordException
Constructor
InvalidPasswordException(String, String) - Constructor for class com.sun.identity.authentication.spi.InvalidPasswordException
Constructor
InvalidPasswordException(String, String, Object[]) - Constructor for class com.sun.identity.authentication.spi.InvalidPasswordException
 
InvalidPasswordException(String, String, Object[], String, Throwable) - Constructor for class com.sun.identity.authentication.spi.InvalidPasswordException
Constructor
InvalidPasswordException(Throwable) - Constructor for class com.sun.identity.authentication.spi.InvalidPasswordException
Constructor
isActivated() - Method in interface com.iplanet.am.sdk.AMResource
Returns true if the user is activated.
isActivated() - Method in interface com.iplanet.am.sdk.AMUser
Returns true if the user is activated.
isActivated() - Method in class com.sun.identity.um.User
Returns true if the user is activated.
isAllowed() - Method in class com.sun.identity.policy.ConditionDecision
Gets boolean result of condition evaluation
isAllowed(SSOToken, String, String, Map) - Method in class com.sun.identity.policy.PolicyEvaluator
Evaluates simple privileges of boolean type.
isAllowed(SSOToken, String, String, Map) - Method in class com.sun.identity.policy.client.PolicyEvaluator
Evaluates simple privileges of boolean type.
isAllowed(String, String, String, Map) - Method in class com.sun.identity.policy.ProxyPolicyEvaluator
Evaluates a simple privilege of boolean type.
isAuthorized(Object) - Method in interface com.sun.identity.log.spi.IAuthorizer
Check if the given subject is authorized to change the password or not.
isAuthorized(String, String, Object) - Method in interface com.sun.identity.log.spi.IAuthorizer
Check if a given log record should be published.
isExists() - Method in interface com.iplanet.am.sdk.AMObject
Checks if the entry exists in the directory or not.
isExists() - Method in class com.sun.identity.um.Common
Checks if the entry exists in the directory or not.
isFederationCancelled(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
returns a boolean indicating whether Termination has succeeded or failed.
isLECPProfile(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
 
isLogoutSuccess(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
returns a boolean indicating whether logout has succeeded or failed.
isMember(SSOToken) - Method in interface com.sun.identity.policy.interfaces.Subject
Determines if the user belongs to this instance of the Subject object.
isNameRegistrationCancelled(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
returns a boolean indicating whether name registration been cancelled.
isNameRegistrationSuccess(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
returns a boolean indicating whether Name Registration has succeeded or failed.
isOptional() - Method in class com.sun.identity.sm.AttributeSchema
Checks if the attribute is an optional attribute.
isPolicyAssigned(String, String) - Method in interface com.iplanet.am.sdk.AMOrganization
Checks if a policyDN is assigned to an org or a role.
isPolicyAssigned(String, String) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Checks if a policyDN is assigned to this org-unit or a role.
isReferralPolicy() - Method in class com.sun.identity.policy.Policy
Checks whether the policy is a referral policy.
isRequired(int, int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Check if a Callback is required to have input
isResourceNameAllowed() - Method in class com.sun.identity.sm.AttributeSchema
Checks if the attribute allows to have resource name.
ISSecurityPermission - class com.sun.identity.security.ISSecurityPermission.
This class ISSecurityPermission is used to protect the IS resources which should be accessed only by trusted application.
ISSecurityPermission(String) - Constructor for class com.sun.identity.security.ISSecurityPermission
Constructor to create ISSecurityPermission object.
ISSecurityPermission(String, String) - Constructor for class com.sun.identity.security.ISSecurityPermission
Constructor to create ISSecurityPermission object.
isServiceIdentifier() - Method in class com.sun.identity.sm.AttributeSchema
Chekcs if the attribute is a service identifier (i.e., in the case of LDAP it would be the COS Specifier attribute).
isServicePassed() - Static method in class com.iplanet.am.util.AMClientDetector
Returns true if the ClientDetection service is present or false if the ClientDetection service is not present and the client attributes could not be retrieved.
isSignatureValid() - Method in class com.sun.identity.saml.assertion.Assertion
Return whether the signature on the object is valid or not.
isSignatureValid() - Method in class com.sun.identity.saml.protocol.AbstractResponse
Return whether the signature on the object is valid or not.
isSignatureValid() - Method in class com.sun.identity.saml.protocol.AbstractRequest
Return whether the signature on the object is valid or not.
isSigned() - Method in class com.sun.identity.saml.assertion.Assertion
Return whether the object is signed or not.
isSigned() - Method in class com.sun.identity.saml.protocol.AbstractResponse
Return whether the object is signed or not.
isSigned() - Method in class com.sun.identity.saml.protocol.AbstractRequest
Return whether the object is signed or not.
isStatusAttribute() - Method in class com.sun.identity.sm.AttributeSchema
Checkds if the attribute is a service's status attribute.
isSubjectExclusive(String) - Method in class com.sun.identity.policy.Policy
Checks if the subject is exclusive.
isSubscribable() - Method in interface com.iplanet.am.sdk.AMAssignableDynamicGroup
Returns true if the assignable dynamic group is subscribable.
isSubscribable() - Method in interface com.iplanet.am.sdk.AMStaticGroup
Returns true if the group is subscribable.
isSubscribable() - Method in class com.sun.identity.um.AssignableDynamicGroup
Returns true if the assignable dynamic group is subscribable.
isSubscribable() - Method in class com.sun.identity.um.StaticGroup
Returns true if the group is subscribable.
ISSUER - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ISSUER_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ISSUER_NAME_LIST - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ISSUERNAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
isTerminationCancelled(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
returns a boolean indicating whether Termination has been cancelled.
isTerminationSuccess(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
returns a boolean indicating whether Termination has succeeded or failed.
isTimeValid() - Method in class com.sun.identity.saml.assertion.Assertion
Gets the validity of the assertion evaluating its conditions if specified
isValidEntry(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Checks if the entry exists in the directory or not.
isValidToken(SSOToken) - Method in class com.iplanet.sso.SSOTokenManager
Checks if an SSOToken is valid or not.
IVerifierOutput - interface com.sun.identity.log.spi.IVerifierOutput.
Provides an interface to define the actions that need to be taken depending on the return value of the Log Verification process.

K

KEY_AVAILABLE_GROUPS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
name of available groups
KEY_AVAILABLE_ROLES - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
name of available roles
KEY_AVAILABLE_SERVICES - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
name of available services
KeyProvider - interface com.sun.identity.saml.xmlsig.KeyProvider.
The class KeyProvider is an interface that is implemented to retrieve X509Certificates and Private Keys from user data store.

L

LE - Static variable in class com.sun.identity.log.QueryElement
 
LEFT_ANGLE - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
LEVEL - Static variable in class com.sun.identity.authentication.AuthContext.IndexType
The LEVEL index type indicates that the index name given corresponds to a given authentication level.
LibertyManager - class com.sun.liberty.LibertyManager.
LibertyManager forms the basis of the Public APIs.
LibertyManager() - Constructor for class com.sun.liberty.LibertyManager
 
LimitExceededException - class com.sun.identity.policy.LimitExceededException.
Exception thrown if any limit is exceeded
LimitExceededException(String, String, int) - Constructor for class com.sun.identity.policy.LimitExceededException
Constructor
LimitExceededException(String, String, Object[], String, int) - Constructor for class com.sun.identity.policy.LimitExceededException
Constructor
LimitExceededException(String, String, Object[], Throwable, String, int) - Constructor for class com.sun.identity.policy.LimitExceededException
Constructor
LimitExceededException(String, Throwable, String, int) - Constructor for class com.sun.identity.policy.LimitExceededException
Constructor
LimitExceededException(Throwable, String, int) - Constructor for class com.sun.identity.policy.LimitExceededException
Constructor
LINK - Static variable in class com.sun.identity.sm.AttributeSchema.UIType
The LINK attribute type specifies that the attribute should be display as a link.
LIST - Static variable in class com.sun.identity.sm.AttributeSchema.Type
The LIST attribute type specifies that the attribute can have multiple values, i.e., multi-valued attribute.
Locale - class com.iplanet.am.util.Locale.
This class Locale.java is a utility that provides functionality for applications and services to internationalize their messages.
Locale() - Constructor for class com.iplanet.am.util.Locale
 
log(LogRecord) - Method in class com.sun.identity.log.Logger
Directs evey log call to log(record, credential) And thus the default authorization check does not allow logging when an application uses this interface.
log(LogRecord, Object) - Method in class com.sun.identity.log.Logger
Calls super.log after checking authorization.
Logger - class com.sun.identity.log.Logger.
Sun ONE Identity Server extension to the jdk1.4 Logger This extension gives some functionality required by Sun ONE Identity Server secure logger.
login() - Method in class com.sun.identity.authentication.AuthContext
Starts the login process for the given AuthContext object.
login(AuthContext.IndexType, String) - Method in class com.sun.identity.authentication.AuthContext
Starts the login process for the given AuthContext object identified by the index type and index name.
logout() - Method in class com.sun.identity.authentication.AuthContext
Logs out the user and also invalidates the SSO Token associated with this AuthContext.
LogQuery - class com.sun.identity.log.LogQuery.
LogQuery defines the query format that reader api supports.
LogQuery() - Constructor for class com.sun.identity.log.LogQuery
Default constructor It creates the new object and assigns space to them.
LogQuery(int) - Constructor for class com.sun.identity.log.LogQuery
Customized constructor to set only maxrecord
LogQuery(int, int, String) - Constructor for class com.sun.identity.log.LogQuery
Customized constructor.
LogReader - class com.sun.identity.log.LogReader.
LogReader class provides mechanism to read a log file to the caller It does the authorization check, reads line from the file, applies query if any, collects most recent records, sorts the records and returns the result in a two dimensional String.
LogRecord - class com.sun.identity.log.LogRecord.
Extension to the JDK1.4 LogRecord to include the logInfo HashMap and methods to store and retrieve data from this logInfo Map.
LogRecord(Level, String) - Constructor for class com.sun.identity.log.LogRecord
Construct the LogRecord with the given Level and message values.
LogRecord(Level, String, Object) - Constructor for class com.sun.identity.log.LogRecord
Construct the LogRecord with the given Level and message values.
LT - Static variable in class com.sun.identity.log.QueryElement
 

M

main(String[]) - Static method in class com.iplanet.am.util.Locale
 
main(String[]) - Static method in class com.sun.identity.saml.common.SAMLSiteID
This is used to get site ID based on the host name This method will print out site ID to the standard output
MANAGED_ROLE - Static variable in interface com.iplanet.am.sdk.AMObject
Represents a Managed Role object type
MATCH_ALL_CONDITIONS - Static variable in class com.sun.identity.log.LogQuery
All the queries to be applied successfully
MATCH_ANY_CONDITION - Static variable in class com.sun.identity.log.LogQuery
Any one of the query must be true
MESSAGE - Static variable in class com.iplanet.am.util.Debug
This state enables debugging of messages, warnings and errors.
message(String) - Method in class com.iplanet.am.util.Debug
Prints messages only when the debug state is either DEBUG.MESSAGE or Debug.ON.
message(String, Throwable) - Method in class com.iplanet.am.util.Debug
Prints debug and exception messages only when the debug state is either DEBUG.MESSAGE or Debug.ON.
messageEnabled() - Method in class com.iplanet.am.util.Debug
Checks if message debugging is enabled.
MODE_CREATION - Static variable in interface com.iplanet.am.console.base.model.AMConsoleListener
Creation Mode
MODE_GLOBAL_SERVICE - Static variable in interface com.iplanet.am.console.base.model.AMConsoleListener
Global Service Modification Mode
MODE_MODIFICATION - Static variable in interface com.iplanet.am.console.base.model.AMConsoleListener
Modification Mode
MODID_FEDERATION - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Federation Management module ID
MODID_IDENTITY - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Identity Management module ID
MODID_SERVICE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Service Management module ID
MODID_SESSION - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Session Management module ID
MODIFIED - Static variable in interface com.sun.identity.sm.ServiceListener
The change type specifies that the entry has been modified.
modifyAllPolicyTemplates(String, Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Modifies all the templates under this organization that contain any policyDN in given policyDNs.
modifyAllPolicyTemplates(String, Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Modifies all the templates under this organizational unit that contain any policyDN in given policyDNs.
modifyService(String, Map) - Method in interface com.iplanet.am.sdk.AMObject
Modify the service attributes of a service assigned to a entity (user/group/organization/organizational unit).
modifyService(String, Map) - Method in class com.sun.identity.um.Common
Modify the service attributes of a service assigned to a user.
MODULE_INSTANCE - Static variable in class com.sun.identity.authentication.AuthContext.IndexType
The MODULE_INSTANCE index type indicates that the index name given corresponds to one of the authentication modules.
MODULE_TAB_LISTENER_CLASSNAME - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Class name of module tab Console listener
MOST_RECENT_MAX_RECORDS - Static variable in class com.sun.identity.log.LogQuery
Most recent maximum number of records to be collected.
MULTIPLE_CHOICE - Static variable in class com.sun.identity.sm.AttributeSchema.Type
The MULTIPLE_CHOICE attribute type specifies that the attribute can have multiple values defined by the getChoiceValues method of AttributeSchema.
MULTIPLE_CHOICE - Static variable in class com.sun.identity.policy.Syntax
value is muliple choice from list

N

NAME - Static variable in interface com.sun.identity.saml.plugins.AccountMapper
Key to hold user DN in returned map
NAME_VALUE_LIST - Static variable in class com.sun.identity.sm.AttributeSchema.UIType
The NAME_VALUE_LIST attribute type specifies that the attribute should be display as a name value list widget.
NameAlreadyExistsException - class com.sun.identity.policy.NameAlreadyExistsException.
Exception thrown if a name of an object such as policy, rule or referral already exists (used by another object of the same type)
NameAlreadyExistsException(String, String, int) - Constructor for class com.sun.identity.policy.NameAlreadyExistsException
Constructor
NameAlreadyExistsException(String, String, Object[], String, int) - Constructor for class com.sun.identity.policy.NameAlreadyExistsException
Constructor returns NameAlreadyExistsException With localized error message
NameAlreadyExistsException(String, String, Object[], Throwable, String, int) - Constructor for class com.sun.identity.policy.NameAlreadyExistsException
Constructor returns NameAlreadyExistsException With localized error message
NameAlreadyExistsException(Throwable, String, int) - Constructor for class com.sun.identity.policy.NameAlreadyExistsException
Constructor
NameIdentifier - class com.sun.identity.saml.assertion.NameIdentifier.
The NameIdentifier element specifies a Subject by a combination of a name and a security domain governing the name of the Subject.
NameIdentifier(Element) - Constructor for class com.sun.identity.saml.assertion.NameIdentifier
This constructor builds a NameIdentifer element from an existing XML block
NameIdentifier(String) - Constructor for class com.sun.identity.saml.assertion.NameIdentifier
constructor
NameIdentifier(String, String) - Constructor for class com.sun.identity.saml.assertion.NameIdentifier
constructor
NameIdentifier(String, String, String) - Constructor for class com.sun.identity.saml.assertion.NameIdentifier
constructor
NameNotFoundException - class com.sun.identity.policy.NameNotFoundException.
Exception thrown if an object such as policy, rule or referral for the given name does not exist
NameNotFoundException(String, String, int) - Constructor for class com.sun.identity.policy.NameNotFoundException
Constructor
NameNotFoundException(String, String, Object[], String, int) - Constructor for class com.sun.identity.policy.NameNotFoundException
Constructor
NameNotFoundException(String, String, Object[], Throwable, String, int) - Constructor for class com.sun.identity.policy.NameNotFoundException
Constructor
NameNotFoundException(Throwable, String, int) - Constructor for class com.sun.identity.policy.NameNotFoundException
Constructor
NAV_FILTER_STRING - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name for navigation filter string value
NAV_SEARCH_OFF - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name of navigation search off attribute
NE - Static variable in class com.sun.identity.log.QueryElement
 
NL - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
NO_MATCH - Static variable in class com.sun.identity.policy.ResourceMatch
The NO_MATCH specifies the resources do not match
NOAUTH - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
NONE - Static variable in class com.sun.identity.policy.Syntax
no value is allowed
NoPermissionException - class com.sun.identity.policy.NoPermissionException.
Exception thrown if a policy operation attempted could not be done due to insufficient permissions
NoPermissionException() - Constructor for class com.sun.identity.policy.NoPermissionException
No argument constructor
NoPermissionException(String) - Constructor for class com.sun.identity.policy.NoPermissionException
Constructor
NoPermissionException(String, String, Object[]) - Constructor for class com.sun.identity.policy.NoPermissionException
Constructor
NoPermissionException(String, String, Object[], Throwable) - Constructor for class com.sun.identity.policy.NoPermissionException
Constructor
NoPermissionException(Throwable) - Constructor for class com.sun.identity.policy.NoPermissionException
Constructor
NOT_STARTED - Static variable in class com.sun.identity.authentication.AuthContext.Status
The NOT_STARTED status indicates that the login process has not yet started.
NOT_SUPPORTED - Static variable in class com.sun.identity.saml.assertion.Statement
 
NOT_SUPPORTED - Static variable in class com.sun.identity.saml.assertion.AuthorityBinding.AuthorityKindType
 
NOT_SUPPORTED - Static variable in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement.DecisionType
 
NOT_SUPPORTED - Static variable in class com.sun.identity.saml.protocol.Request
the types of contents that we support in a Request
NOT_SUPPORTED_QUERY - Static variable in class com.sun.identity.saml.protocol.Query
 
NOTBEFORE_TIMESKEW_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
NOTBEFORE_TIMESKEW_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
NotifyPassword - interface com.sun.identity.password.plugins.NotifyPassword.
NotifyPassword defines a set of methods that are required to notify a user when a password is changed.
notifyPassword(AMUser, String, Locale) - Method in interface com.sun.identity.password.plugins.NotifyPassword
Notifies user when password is changed.
NUMBER - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The NUMBER attribute syntax specifies that the attribute is a number.
NUMBER_RANGE - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The NUMBER_RANGE attribute syntax specifies that the attribute is a number within a range.
NUMERIC - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The NUMERIC attribute syntax specifies that the attribute is numeric, i.e., can have numbers only.
NV - Static variable in class com.sun.identity.log.QueryElement
 

O

OBJECT_ADDED - Static variable in class com.iplanet.am.sdk.AMEvent
Represents an object change event type.
OBJECT_CHANGED - Static variable in class com.iplanet.am.sdk.AMEvent
Represents an object change event type.
OBJECT_EXPIRED - Static variable in class com.iplanet.am.sdk.AMEvent
Represents an object expiration event type.
OBJECT_REMOVED - Static variable in class com.iplanet.am.sdk.AMEvent
Represents an object removal event type.
OBJECT_RENAMED - Static variable in class com.iplanet.am.sdk.AMEvent
Represents an object rename event type.
objectChanged(AMEvent) - Method in interface com.iplanet.am.sdk.AMEventListener
Sun ONE Identity Server SDK invokes this method when any object or its contents change.
objectRemoved(AMEvent) - Method in interface com.iplanet.am.sdk.AMEventListener
Sun ONE Identity Server SDK invokes this method when any object is removed.
objectRenamed(AMEvent) - Method in interface com.iplanet.am.sdk.AMEventListener
Sun ONE Identity Server SDK invokes this method when any object is renamed.
OFF - Static variable in class com.iplanet.am.util.Debug
flags the disabled debug state.
ON - Static variable in class com.iplanet.am.util.Debug
flags the enabled debug state for warnings, errors and messages.
onAfterCreateObject(AMModel, AMObject) - Method in interface com.iplanet.am.console.base.model.AMConsoleListener
This method is called after object is created.
onAfterCreateObject(AMModel, AMObject) - Method in class com.iplanet.am.console.base.model.AMConsoleListenerAdapter
This method is called after object is created.
onAfterDeleteObject(AMModel, int, String) - Method in interface com.iplanet.am.console.base.model.AMConsoleListener
This method is called after an object is deleted.
onAfterDeleteObject(AMModel, int, String) - Method in class com.iplanet.am.console.base.model.AMConsoleListenerAdapter
This method is called after an object is deleted.
onAfterUpdateDefaultServiceValues(AMModel, String) - Method in interface com.iplanet.am.console.base.model.AMConsoleListener
This method is called after updating default attributes of a service
onAfterUpdateDefaultServiceValues(AMModel, String) - Method in class com.iplanet.am.console.base.model.AMConsoleListenerAdapter
This method is called after updating default attributes of a service.
onAfterUpdateValues(AMModel, int, AMObject) - Method in interface com.iplanet.am.console.base.model.AMConsoleListener
This method is called after attributes of object is updated.
onAfterUpdateValues(AMModel, int, AMObject) - Method in class com.iplanet.am.console.base.model.AMConsoleListenerAdapter
This method is called after attributes of object is update.
onBeforeCreateObject(AMModel, int, AMObject, String, Map) - Method in interface com.iplanet.am.console.base.model.AMConsoleListener
This method is called before creating an object.
onBeforeCreateObject(AMModel, int, AMObject, String, Map) - Method in class com.iplanet.am.console.base.model.AMConsoleListenerAdapter
This method is called before creating an object.
onBeforeDeleteObject(AMModel, int, String) - Method in interface com.iplanet.am.console.base.model.AMConsoleListener
This method is called before deleting an object.
onBeforeDeleteObject(AMModel, int, String) - Method in class com.iplanet.am.console.base.model.AMConsoleListenerAdapter
This method is called before deleting an object.
onBeforeDisplayModuleTab(AMModel, String) - Method in interface com.iplanet.am.console.base.model.AMConsoleListener
This method is called before displaying a module tab in the header view.
onBeforeDisplayModuleTab(AMModel, String) - Method in class com.iplanet.am.console.base.model.AMConsoleListenerAdapter
This method is called before displaying a module tab in the header view.
onBeforeUpdateDefaultServiceValues(AMModel, String, Map) - Method in interface com.iplanet.am.console.base.model.AMConsoleListener
This method is called before updating default attributes of a service.
onBeforeUpdateDefaultServiceValues(AMModel, String, Map) - Method in class com.iplanet.am.console.base.model.AMConsoleListenerAdapter
This method is called before updating default attributes of a service.
onBeforeUpdateValues(AMModel, int, AMObject, Map) - Method in interface com.iplanet.am.console.base.model.AMConsoleListener
This method is called before updating attribute of an object.
onBeforeUpdateValues(AMModel, int, AMObject, Map) - Method in class com.iplanet.am.console.base.model.AMConsoleListenerAdapter
This method is called before updating attribute of an object.
onRetrieveAttributeValues(AMModel, AMObject, int, int, String, SchemaType, Map) - Method in interface com.iplanet.am.console.base.model.AMConsoleListener
This method is called after we have retrieve the values of attributes to be displayed in the creation/profile view.
onRetrieveAttributeValues(AMModel, AMObject, int, int, String, SchemaType, Map) - Method in class com.iplanet.am.console.base.model.AMConsoleListenerAdapter
This method is called after we have retrieve the values of attributes to be displayed in the creation/profile view.
OPTIONAL_ATTRIBUTE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Attribute is not mandatory for creating an entry.
ORG - Static variable in interface com.sun.identity.saml.plugins.AccountMapper
Key to hold organization DN in returned map
ORG_UNITS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name for navigation organizational unit window used for navigation search off.
Organization - class com.sun.identity.um.Organization.
The AMOrganization interface provides methods to manage organization
ORGANIZATION - Static variable in class com.sun.identity.sm.SchemaType
The ORGANIZATION schema type defines the service configuration information that are organization dependent and could be configured differently for organizations.
ORGANIZATION - Static variable in interface com.iplanet.am.sdk.AMObject
Represents an Organization object type
ORGANIZATION - Static variable in class com.iplanet.am.sdk.AMSchema.Type
Deprecated. The ORGANIZATION schema type defines the service configuration information that are organization dependent and could be configured differently for organizations.
ORGANIZATION - Static variable in class com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to organization, sub-organization or the conatiner.
ORGANIZATION_NAME - Static variable in class com.sun.identity.policy.PolicyManager
The key for the plugins to get the organization name.
ORGANIZATION_TEMPLATE - Static variable in interface com.iplanet.am.sdk.AMTemplate
Represents an Organization template type
ORGANIZATIONAL_UNIT - Static variable in interface com.iplanet.am.sdk.AMObject
Represents a Organizational Unit object type
ORGANIZATIONAL_UNITS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name for navigation organizational unit window used for navigation search off
organizationConfigChanged(String, String, String, String, String, int) - Method in interface com.sun.identity.sm.ServiceListener
This method will be invoked when a service's organization configuation data has been changed.
ORGANIZATIONS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name for navigation organization window used for navigation search off
ORGS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name for navigation organization window used for navigation search off.
orgTemplateExists(String) - Method in interface com.iplanet.am.sdk.AMOrganization
Checks if an org template exists for the service.
orgTemplateExists(String) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Checks if an org template exists for the service.
OTHER_COSATTR_TYPE - Static variable in interface com.iplanet.am.sdk.AMConstants
 

P

PARAGRAPH - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The PARAGRAPH attribute syntax specifies that the attribute is of multi-lined text type.
parseDateString(String, Locale) - Static method in class com.iplanet.am.util.Locale
Gets Date object from date string with specified locale.
parseNormalizedDateString(String) - Static method in class com.iplanet.am.util.Locale
S1IS stores date in ISO-8601 format yyyy/MM/yy hh:mm Gets the Date object from the date string in ISO-8601 format
parseXML(InputStream) - Static method in class com.sun.identity.saml.protocol.Response
 
parseXML(String) - Static method in class com.sun.identity.saml.protocol.Request
This method shall only be used at the server side to reconstruct a Request object based on the XML document received from client.
parseXML(String) - Static method in class com.sun.identity.saml.protocol.Response
This method is used primarily at the client side to reconstruct a Response object based on the XML document received from server.
PARTNER_URLS - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
PASSWORD - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The PASSWORD attribute syntax specifies that the attribute is of password type, will be used by UI to mask the password typed.
PASSWORD - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
plain text password attribute
PASSWORD - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
passwordAuthMethods - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
PasswordGenerator - interface com.sun.identity.password.plugins.PasswordGenerator.
PasswordGenerator defines a set of methods that are required to generate a new password for a user.
PEOPLE_CONTAINER - Static variable in interface com.iplanet.am.sdk.AMObject
Represents a People Container object type
PEOPLE_CONTAINERS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name for navigation people container window used for navigation search off
PERCENT - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The PERCENT attribute syntax specifies that the attribute is a percentage.
PERMIT - Static variable in interface com.sun.identity.saml.plugins.ActionMapper
Key to hold a list of actions that are permitted.
PERMIT - Static variable in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement.DecisionType
 
POLICIES - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name for navigation policy window used for navigation search off
Policy - class com.sun.identity.policy.Policy.
The class Policy represents a policy definition.
POLICY - Static variable in class com.sun.identity.sm.SchemaType
The POLICY schema type defines the service's privilage information that are service dependent.
POLICY - Static variable in interface com.iplanet.am.sdk.AMObject
Represents Policy Information
POLICY - Static variable in class com.iplanet.am.sdk.AMSchema.Type
Deprecated. The POLICY schema type defines the service's privilage information that are service dependent.
POLICY - Static variable in class com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to policy.
POLICY_ADDED - Static variable in class com.sun.identity.policy.PolicyEvent
constant to indicate change type policy added
POLICY_ADMINISTRATOR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
show menu for policy administrator
POLICY_COSATTR_TYPE - Static variable in interface com.iplanet.am.sdk.AMConstants
 
POLICY_MODIFIED - Static variable in class com.sun.identity.policy.PolicyEvent
constant to indicate change type policy modified
POLICY_REMOVED - Static variable in class com.sun.identity.policy.PolicyEvent
constant to indicate change type policy removed
POLICY_SERVICE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Policy Service name
POLICY_SERVICE_NAME - Static variable in class com.sun.identity.policy.PolicyManager
The service name for Policy component.
POLICY_SUFFIX - Static variable in interface com.iplanet.am.sdk.AMConstants
 
POLICY_TEMPLATE - Static variable in interface com.iplanet.am.sdk.AMTemplate
Represents a Policy template type
Policy(String) - Constructor for class com.sun.identity.policy.Policy
Constructs a policy given the policy name.
Policy(String, String) - Constructor for class com.sun.identity.policy.Policy
Constructs a policy given the policy name and description.
Policy(String, String, boolean) - Constructor for class com.sun.identity.policy.Policy
Constructs a policy given the policy name and description.
policyChanged(PolicyEvent) - Method in interface com.sun.identity.policy.interfaces.PolicyListener
This method is called by the policy framework whenever a policy is added, removed or changed.
PolicyDecision - class com.sun.identity.policy.PolicyDecision.
The PolicyDecision class represents the result of a policy evaluation.
PolicyDecision() - Constructor for class com.sun.identity.policy.PolicyDecision
No argument constructor
PolicyEvaluator - class com.sun.identity.policy.PolicyEvaluator.
The class PolicyEvaluator evaluates policies and provides policy decisions.
PolicyEvaluator - class com.sun.identity.policy.client.PolicyEvaluator.
The class PolicyEvaluator evaluates policies and provides policy decisions.
PolicyEvaluator(String) - Constructor for class com.sun.identity.policy.PolicyEvaluator
Constructor to create a PolicyEvaluator given the service type name
PolicyEvaluator(String) - Constructor for class com.sun.identity.policy.client.PolicyEvaluator
Creates an instance of remote policy evaluator object
PolicyEvent - class com.sun.identity.policy.PolicyEvent.
Class to represent policy change events, used by policy framework to notify interested listeners
PolicyException - class com.sun.identity.policy.PolicyException.
The class PolicyException is the basic exception for the the policy component.
PolicyException(String) - Constructor for class com.sun.identity.policy.PolicyException
Constructs an instance of the PolicyException class.
PolicyException(String, String, Object[], Throwable) - Constructor for class com.sun.identity.policy.PolicyException
Constructs an instance of PolicyException to pass the localized error message At this level, the locale of the caller is not known and it is not possible to throw localized error message at this level.
PolicyException(String, Throwable) - Constructor for class com.sun.identity.policy.PolicyException
Constructs an instance of the PolicyException class.
PolicyException(Throwable) - Constructor for class com.sun.identity.policy.PolicyException
Constructs an instance of the PolicyException class.
PolicyListener - interface com.sun.identity.policy.interfaces.PolicyListener.
The interface PolicyListener defines an interface for listeners that would register with policy framewrok to receive notifications whenever a policy is added, removed or changed
PolicyManager - class com.sun.identity.policy.PolicyManager.
The PolicyManager class manages policies for a specific organization, suborganization or a container.
PolicyManager(SSOToken) - Constructor for class com.sun.identity.policy.PolicyManager
Constructor for PolicyManager for the top (or root) organization.
PolicyManager(SSOToken, String) - Constructor for class com.sun.identity.policy.PolicyManager
Constructor for PolicyManager for the specified organization, suborganization or a container object.
POST_ASSERTION - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
POST_ASSERTION_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
POST_SAML_RESPONSE_PARAM - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
POST_TARGET_PARAM - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
POST_TO_TARGET_URLS - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
postProcessAddUser(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.AMCallBack
Method which gets invoked after users are added to a role/group.
postProcessCreate(SSOToken, String, Map, int) - Method in class com.iplanet.am.sdk.AMCallBack
Method which gets invoked after a entry create operation is performed.
postProcessDelete(SSOToken, String, Map, boolean, int) - Method in class com.iplanet.am.sdk.AMCallBack
Method which gets invoked after a entry entry is deleted.
postProcessModify(SSOToken, String, Map, Map, int) - Method in class com.iplanet.am.sdk.AMCallBack
Method which gets invoked after a entry is modified
postProcessRemoveUser(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.AMCallBack
Method which gets invoked after users are removed from a role/group.
POSTURL - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
PRE_POST_PROCESSING_MODULES_ATTR - Static variable in interface com.iplanet.am.sdk.AMConstants
 
preProcessAddUser(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.AMCallBack
Method which gets called before users are added to a role/group.
preProcessCreate(SSOToken, String, Map, int) - Method in class com.iplanet.am.sdk.AMCallBack
Method which gets invoked before a create operation is performed.
preProcessDelete(SSOToken, String, Map, boolean, int) - Method in class com.iplanet.am.sdk.AMCallBack
Method which gets invoked before an entry is deleted.
preProcessModify(SSOToken, String, Map, Map, int) - Method in class com.iplanet.am.sdk.AMCallBack
Method which gets invoked before a modify operation is performed.
preProcessRemoveUser(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.AMCallBack
Method which gets called before users are removed from a role/group.
printStackTrace() - Method in class com.sun.identity.authentication.spi.AuthLoginException
Prints the stack trace of the root exception to standard error stream.
printStackTrace(PrintStream) - Method in class com.sun.identity.authentication.spi.AuthLoginException
Prints the stack trace of the root exception to a PrintStream Also prints the messages of all the exceptions starting from top exception to the root exception, at the top of stack trace
printStackTrace(PrintWriter) - Method in class com.sun.identity.authentication.spi.AuthLoginException
Prints the stack trace of the root exception to a PrintWriter Also prints the messages of all the exceptions starting from top exception to the root exception, at the top of stack trace
PRIORITY_VALUES - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Template conflict resolution values
process(Callback[], int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Abstract method must be implemented by each login module to control the flow of the login process.
processUserAdd(SSOToken, String, Map) - Method in interface com.iplanet.am.sdk.AMUserEntryProcessed
Deprecated. Method which gets invoked whenever a user is created
processUserDelete(SSOToken, String, Map) - Method in interface com.iplanet.am.sdk.AMUserEntryProcessed
Deprecated. Method which gets invoked whenever a user entry is deleted
processUserModify(SSOToken, String, Map, Map) - Method in interface com.iplanet.am.sdk.AMUserEntryProcessed
Deprecated. Method which gets invoked whenever a user entry is modified
ProtectedResource - class com.sun.identity.policy.ProtectedResource.
Class that encapsulates a resource and policies protecting the resource for a given user
PROTOCOL_MAJOR_VERSION - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
PROTOCOL_MINOR_VERSION - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
PROTOCOL_NAMESPACE_STRING - Static variable in class com.sun.identity.saml.common.SAMLConstants
String used in the toString(includeNS, declareNS) method.
PROTOCOL_NAMESPACE_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
PROTOCOL_PREFIX - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
ProxyPolicyEvaluator - class com.sun.identity.policy.ProxyPolicyEvaluator.
Class that lets a priviliged user to compute policy results for another user.
ProxyPolicyEvaluatorFactory - class com.sun.identity.policy.ProxyPolicyEvaluatorFactory.
Factory class used to get ProxyPolicyEvaluator instances.
purge(boolean, int) - Method in interface com.iplanet.am.sdk.AMObject
This method will physically delete the entry from the data store.
purge(String, int) - Method in class com.iplanet.am.sdk.AMStoreConnection
This method takes an organization DN and purges all objects marked for deletion.
purgeGroup(String, String, int) - Method in class com.iplanet.am.sdk.AMStoreConnection
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 IS.
purgeResource(String, String, int) - Method in class com.iplanet.am.sdk.AMStoreConnection
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 IS.
purgeUser(String, String, int) - Method in class com.iplanet.am.sdk.AMStoreConnection
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 IS.
PW_RESET_SERVICE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name of password reset service
PWResetException - class com.sun.identity.password.ui.model.PWResetException.
PWResetException is thrown whenever the model implementor encounters an exception.
PWResetException(List) - Constructor for class com.sun.identity.password.ui.model.PWResetException
Creates a password reset Exception object.
PWResetException(String) - Constructor for class com.sun.identity.password.ui.model.PWResetException
Creates a password reset Exception object.
PWResetException(String, String, Object[]) - Constructor for class com.sun.identity.password.ui.model.PWResetException
Creates a password reset Exception object with localizable error message.
PWResetException(Throwable) - Constructor for class com.sun.identity.password.ui.model.PWResetException
Creates a password reset Exception object.

Q

Query - class com.sun.identity.saml.protocol.Query.
This is an abstract base class for SAML query.
QueryElement - class com.sun.identity.log.QueryElement.
QueryElement class defines each individual query format.
QueryElement() - Constructor for class com.sun.identity.log.QueryElement
Default constructor.
QueryElement(String, String, int) - Constructor for class com.sun.identity.log.QueryElement
Constructor.
QUOTE - Static variable in class com.sun.identity.saml.common.SAMLConstants
 

R

RADIO - Static variable in class com.sun.identity.sm.AttributeSchema.UIType
The RADIO attribute type specifies that the attribute should be display as radio button.
read(String, LogQuery, Object) - Static method in class com.sun.identity.log.LogReader
Allows user to retrieve specific records in a given sorted order on specific field (if user specifies valid sorting by field).
read(String, Object) - Static method in class com.sun.identity.log.LogReader
Reads the specified log file provided the user has the authorization.
read(String, String, LogQuery, Object) - Static method in class com.sun.identity.log.LogReader
It allows user to retriev records from log file provided it has the required authorization.
read(String, String, Object) - Static method in class com.sun.identity.log.LogReader
Retrieves records from a log file provided the user has the required authorization.
read(String, String, String, LogQuery, Object) - Static method in class com.sun.identity.log.LogReader
It allows clients to read a log file provided it has the required authorization.
read(String, String, String, Object) - Static method in class com.sun.identity.log.LogReader
Reads a log file provided the user has the authorization.
READONLY_ATTRIBUTE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Attribute is displayed for all users and is not writable by anyone.
Referral - interface com.sun.identity.policy.interfaces.Referral.
interface to facilitate delegating policy evaluation There would be many implementaions with different policy delegation mechanisms such as delegating to peer organizations only or delegating to sub organizations only.
REFERRAL_COLLECTION - Static variable in class com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to referral collection.
REFERRAL_TYPE - Static variable in class com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to ReferralType
ReferralTypeManager - class com.sun.identity.policy.ReferralTypeManager.
The class ReferralTypeManager provides methods to get a list of configured Referral objects
refreshSession(SSOToken) - Method in class com.iplanet.sso.SSOTokenManager
Refresh the Session corresponding to the SSOToken from the Session Server.
registerService(String, boolean, boolean) - Method in interface com.iplanet.am.sdk.AMOrganization
Register a service for this organization.
registerService(String, boolean, boolean) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Register a service for this organizational unit.
registerServices(InputStream) - Method in class com.sun.identity.sm.ServiceManager
Registers one or more services, defined by the XML inputstream that follows the SMS DTD.
REMOVE_ASSERTION_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
REMOVE_MEMBER - Static variable in interface com.iplanet.am.sdk.AMConstants
 
removeAssertion(Assertion) - Method in class com.sun.identity.saml.assertion.Evidence
Method to remove an Assertion object from the Evidence object.
removeAssertionIDReference(AssertionIDReference) - Method in class com.sun.identity.saml.assertion.Evidence
Method to remove an AssertionIDReference object from the Evidence object.
removeAssignableDynamicGroup(AMAssignableDynamicGroup) - Method in interface com.iplanet.am.sdk.AMUser
Removes a assignable dynamic group that is assigned to the user.
removeAssignableDynamicGroup(String) - Method in interface com.iplanet.am.sdk.AMUser
Removes a assignable dynamic group that is assigned to the user.
removeAssignableDynamicGroup(String) - Method in class com.sun.identity.um.User
Removes a assignable dynamic group that is assigned to the user.
removeAttribute(String) - Method in class com.sun.identity.sm.ServiceInstance
Removes the specified attribute name and its values from the attribute set.
removeAttribute(String) - Method in class com.sun.identity.sm.ServiceConfig
Removes a configuration parameter from the service configuration.
removeAttributeDefaults(Set) - Method in class com.sun.identity.sm.ServiceSchema
Removes the default values of attributes in the schema.
removeAttributeDefaults(Set) - Method in class com.iplanet.am.sdk.AMSchema
Deprecated. Method to remove default values of attributes in the schema.
removeAttributes(Set) - Method in interface com.iplanet.am.sdk.AMObject
Removes attributes in this AMObject.
removeAttributes(Set) - Method in class com.sun.identity.um.Common
Removes attributes in this AMCommon.
removeAttributeSchema(String) - Method in class com.sun.identity.sm.ServiceSchema
Removes the attribute schema from this service.
removeAttributeValues(String, Set) - Method in class com.sun.identity.sm.ServiceInstance
Removes the specified attribute's values.
removeAttributeValues(String, Set) - Method in class com.sun.identity.sm.ServiceConfig
Removes the specific values for the given configuration parameter.
removeAudience(String) - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Remove an audience from the List within this Condition element
removeAudienceRestrictionCondition(String) - Method in class com.sun.identity.saml.assertion.Conditions
Remove an audience restriction condition AudienceRestrictionCondition from this Conditions object wherein the specified audience has been defined.
removeChoiceValue(String) - Method in class com.sun.identity.sm.AttributeSchema
Removes the given value from the set of choice values.
removeCondition(Condition) - Method in class com.sun.identity.policy.Policy
Removes the Condition object identified by object's equals method.
removeCondition(String) - Method in class com.sun.identity.policy.Policy
Removes the condition with the given name.
REMOVED - Static variable in interface com.sun.identity.sm.ServiceListener
The change type specifies that the entry has been removed.
removeDefaultValue(String) - Method in class com.sun.identity.sm.AttributeSchema
Removes the given value from the set of default values.
removeDefaultValues() - Method in class com.sun.identity.sm.AttributeSchema
Removes the all the default values for the attribute.
removeEventListener(AMEventListener) - Method in interface com.iplanet.am.sdk.AMObject
UnRegister a previously registered event listener.
removeGlobalConfiguration(String) - Method in class com.sun.identity.sm.ServiceConfigManager
Deletes the global configuration data for the given group name.
removeInstance(String) - Method in class com.sun.identity.sm.ServiceConfigManager
Removes the instance form the service
removeListener(String) - Method in class com.sun.identity.sm.ServiceConfigManager
Removes the listener from the service for the given listener ID.
removeListener(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
Removes the listener from the service for the given listener ID.
removeListener(String, AMServiceListener) - Static method in class com.iplanet.am.sdk.AMSchema
Deprecated. Unregisters the listener for the given service name
removeNameIdentifier() - Method in class com.sun.identity.saml.assertion.Subject
Remove NameIdentifier from the subject return boolean indicating success or failure of the operation.
removeOrganizationConfiguration(String, String) - Method in class com.sun.identity.sm.ServiceConfigManager
Deletes the organization's group configuration data.
removePolicy(String) - Method in class com.sun.identity.policy.PolicyManager
Deletes a policy in the organization with the given name.
removePolicyListener(PolicyListener) - Method in class com.sun.identity.policy.PolicyEvaluator
Removes a policy listener that was previously registered to receive notifications whenever a policy is added, removed or changed.
removeReferral(Referral) - Method in class com.sun.identity.policy.Policy
Removes the Referral object identified by object's equals method.
removeReferral(String) - Method in class com.sun.identity.policy.Policy
Removes the referral with the given name.
removeRole(AMRole) - Method in interface com.iplanet.am.sdk.AMUser
Removes a role that is assigned to the user.
removeRole(String) - Method in interface com.iplanet.am.sdk.AMUser
Removes a role that is assigned to the user.
removeRole(String) - Method in class com.sun.identity.um.User
Removes a role that is assigned to the user.
removeRule(String) - Method in class com.sun.identity.policy.Policy
Removes the rule with the given name.
removeService(String, String) - Method in class com.sun.identity.sm.ServiceManager
Removes the service schema and configuration for the given service name.
removeStaticGroup(AMStaticGroup) - Method in interface com.iplanet.am.sdk.AMUser
Removes a static group that is assigned to the user.
removeStaticGroup(String) - Method in interface com.iplanet.am.sdk.AMUser
Removes a static group that is assigned to the user.
removeStaticGroup(String) - Method in class com.sun.identity.um.User
Removes a static group that is assigned to the user.
removeSubConfig(String) - Method in class com.sun.identity.sm.ServiceConfig
Removes the service sub-configuration.
removeSubject(String) - Method in class com.sun.identity.policy.Policy
Removes the subject with the given name.
removeSubject(Subject) - Method in class com.sun.identity.policy.Policy
Removes the Subject object identified by object's equals method.
removeSubjectConfirmation() - Method in class com.sun.identity.saml.assertion.Subject
Remove subject confirmation from the subject return boolean indicating success or failure of the operation.
removeSubSchema(String) - Method in class com.sun.identity.sm.ServiceSchema
Removes the service's sub-schema from the service.
removeUsers(Set) - Method in interface com.iplanet.am.sdk.AMAssignableDynamicGroup
Removes users from the assignable dynamic group.
removeUsers(Set) - Method in interface com.iplanet.am.sdk.AMRole
Removes users from the role.
removeUsers(Set) - Method in interface com.iplanet.am.sdk.AMStaticGroup
Removes users from the static group.
removeUsers(Set) - Method in class com.sun.identity.um.Role
Removes users from the role.
removeUsers(Set) - Method in class com.sun.identity.um.AssignableDynamicGroup
Removes users from the assignable dynamic group.
removeUsers(Set) - Method in class com.sun.identity.um.StaticGroup
Removes users from the static group.
rename(String, boolean) - Method in interface com.iplanet.am.sdk.AMUser
Renames the user name (ie., naming attribute of user entry) in the datastore.
replaceAttributeValue(String, String, String) - Method in class com.sun.identity.sm.ServiceInstance
Replaces the attribute's old value with the new value
replaceAttributeValue(String, String, String) - Method in class com.sun.identity.sm.ServiceConfig
Replaces old value of the configuration parameter with new value.
replaceAttributeValues(String, Set, Set) - Method in class com.sun.identity.sm.ServiceInstance
Replaces the attribute's old values with the new values
replaceAttributeValues(String, Set, Set) - Method in class com.sun.identity.sm.ServiceConfig
Replaces the old values of the configuration parameter with the new values.
replaceCallback(int, int, Callback) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Replace Callback object for a specific state.
replaceCondition(String, Condition) - Method in class com.sun.identity.policy.Policy
Replaces an existing condition with the same name by the current one.
replacePolicy(Policy) - Method in class com.sun.identity.policy.PolicyManager
Replaces a policy object in the data store with the same policy name
replaceReferral(String, Referral) - Method in class com.sun.identity.policy.Policy
Replaces an existing referral with the same name by the current one.
replaceRule(Rule) - Method in class com.sun.identity.policy.Policy
Replaces an existing rule with the same name by the current one.
replaceSchema(InputStream) - Method in class com.sun.identity.sm.ServiceSchemaManager
Replaces the existing service schema with the given schema defined by the XML inputstream that follows the SMS DTD.
replaceSubject(String, Subject) - Method in class com.sun.identity.policy.Policy
Replaces an existing subject with the same name by the current one.
replaceSubject(String, Subject, boolean) - Method in class com.sun.identity.policy.Policy
Replaces an existing subject with the same name by the current one.
Request - class com.sun.identity.saml.protocol.Request.
This Request class represents a Request XML document.
Request(Element) - Constructor for class com.sun.identity.saml.protocol.Request
Constructor.
Request(List, String, List) - Constructor for class com.sun.identity.saml.protocol.Request
This constructor shall only be used at the client side to construct a Request object.
Request(String, List) - Constructor for class com.sun.identity.saml.protocol.Request
This constructor shall only be used at the client side to construct a Request object.
Request(String, Query) - Constructor for class com.sun.identity.saml.protocol.Request
This constructor shall only be used at the client side to construct a Request object.
REQUIRED_ATTRIBUTE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Attribute is mandatory for creating an entry.
REQUIRED_SERVICES_ATTR - Static variable in interface com.iplanet.am.sdk.AMConstants
 
resetCallback(int, int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Reset a Callback instance to the original Callback for the specified state and the specified index.
RESOURCE - Static variable in interface com.iplanet.am.sdk.AMObject
Represents resource object type
ResourceManager - class com.sun.identity.policy.ResourceManager.
The class ResourceManager manages resources for a specific organization.
ResourceMatch - class com.sun.identity.policy.ResourceMatch.
The class ResourceMatch defines the results of a resource match wrt Policy.
ResourceName - interface com.sun.identity.policy.interfaces.ResourceName.
The interface ResourceManipulator provides methods to determine the hierarchy of resource names.
ResourceResult - class com.sun.identity.policy.ResourceResult.
Class that encapsulates a tree of resource names, with each node having an associated policy decision.
ResourceResult() - Constructor for class com.sun.identity.policy.ResourceResult
 
Response - class com.sun.identity.saml.protocol.Response.
This Response class represents a Response XML document.
Response(Element) - Constructor for class com.sun.identity.saml.protocol.Response
Constructor.
Response(String, Status, List) - Constructor for class com.sun.identity.saml.protocol.Response
This constructor shall only be used at the server side to construct a Response object.
Response(String, Status, String, List) - Constructor for class com.sun.identity.saml.protocol.Response
This constructor shall only be used at the server side to construct a Response object.
Response(String, String, Status, List) - Constructor for class com.sun.identity.saml.protocol.Response
This constructor shall only be used at the server side to construct a Response object.
Response(String, String, Status, String, List) - Constructor for class com.sun.identity.saml.protocol.Response
This constructor shall only be used at the server side to construct a Response object.
RIGHT_ANGLE - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
Role - class com.sun.identity.um.Role.
The Role interface provides methods to manage role
ROLE - Static variable in interface com.iplanet.am.sdk.AMObject
Represents a Role object type
ROLE - Static variable in class com.sun.identity.authentication.AuthContext.IndexType
The ROLE index type indicates that the index name given corresponds to a role.
ROLE_ACI_DESCRIPTION_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Role ACI description attribute name
ROLE_ACI_LIST_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Role ACI list attribute name
ROLE_CONTAINER_DN - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Role container distinguished name attribute name
ROLE_DEFAULT_ACI_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Role default ACI attribute name
ROLE_DESCRIPTION_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Role description attribute name
ROLE_MANAGED_CONTAINER_DN_ATTRIBUTE - Static variable in interface com.iplanet.am.sdk.AMConstants
 
ROLE_PROFILE - Static variable in interface com.iplanet.am.sdk.AMObject
Represents role profile Information
ROLE_SERVICE_ANY_OPTIONS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Role Service Any Options Attribute of an AMRole Object
ROLE_SERVICE_OPTIONS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Role Service Options Attribute of an AMRole Object
ROLE_TYPE_ATTR - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Role default ACI attribute name
ROLES - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name for navigation role window used for navigation search off
Rule - class com.sun.identity.policy.Rule.
The class Rule provides interfaces to manage a rule that can be added to a policy.
RULE - Static variable in class com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to rule.
Rule(String, Map) - Constructor for class com.sun.identity.policy.Rule
Constructor to create a rule object with the service name and actions.
Rule(String, String, Map) - Constructor for class com.sun.identity.policy.Rule
Constructor to create a rule object with the service name, resource name and actions.
Rule(String, String, String, Map) - Constructor for class com.sun.identity.policy.Rule
Constructor to create a rule object with rule name, service name, resource name and actions.
run() - Method in class com.sun.identity.security.DecryptAction
 
run() - Method in class com.sun.identity.security.EncodeAction
 
run() - Method in class com.sun.identity.security.AdminPasswordAction
 
run() - Method in class com.sun.identity.security.EncryptAction
 
run() - Method in class com.sun.identity.security.DecodeAction
 
run() - Method in class com.sun.identity.security.AdminDNAction
 
run(Runnable) - Method in class com.iplanet.am.util.ThreadPool
Runs a user defined task.
rwLock - Static variable in class com.sun.identity.log.Logger
 

S

SAML_ACCESS_LOG_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SAML_AM_NAMING - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SAML_AWARE_NAMING - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SAML_ERROR_LOG_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SAML_POST_NAMING - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SAML_SERVICE_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SAML_SERVICE_VERSION - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SAML_SOAP_NAMING - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SAMLClient - class com.sun.identity.saml.SAMLClient.
The class SAMLClient provides interfaces to do Web and POST profile as specified by SAML specification.
SAMLConstants - class com.sun.identity.saml.common.SAMLConstants.
This is a common class defining some constants common to all SAML elements.
SAMLConstants() - Constructor for class com.sun.identity.saml.common.SAMLConstants
 
SAMLException - exception com.sun.identity.saml.common.SAMLException.
This class is an extension point for all SAML related exceptions.
SAMLException() - Constructor for class com.sun.identity.saml.common.SAMLException
Create an SAMLException with no message.
SAMLException(String) - Constructor for class com.sun.identity.saml.common.SAMLException
Create an SAMLException with a message.
SAMLRequesterException - exception com.sun.identity.saml.common.SAMLRequesterException.
This exception is thrown when the request could not be performed due to an error in the sender or in the request.
SAMLRequesterException() - Constructor for class com.sun.identity.saml.common.SAMLRequesterException
Create an SAMLRequesterException with no message.
SAMLRequesterException(String) - Constructor for class com.sun.identity.saml.common.SAMLRequesterException
Create an SAMLRequesterException with a message.
SAMLRequestVersionDeprecatedException - exception com.sun.identity.saml.common.SAMLRequestVersionDeprecatedException.
This exception is thrown when the receiver could not process the request because the version was deprecated.
SAMLRequestVersionDeprecatedException() - Constructor for class com.sun.identity.saml.common.SAMLRequestVersionDeprecatedException
Create an SAMLRequestVerionDeprecatedException with no message.
SAMLRequestVersionDeprecatedException(String) - Constructor for class com.sun.identity.saml.common.SAMLRequestVersionDeprecatedException
Create an SAMLRequestVerionDeprecatedException with a message.
SAMLRequestVersionTooHighException - exception com.sun.identity.saml.common.SAMLRequestVersionTooHighException.
This exception is thrown when the receiver could not process the request because the version was too high.
SAMLRequestVersionTooHighException() - Constructor for class com.sun.identity.saml.common.SAMLRequestVersionTooHighException
Create an SAMLRequestVerionTooHighException with no message.
SAMLRequestVersionTooHighException(String) - Constructor for class com.sun.identity.saml.common.SAMLRequestVersionTooHighException
Create an SAMLRequestVerionTooHighException with a message.
SAMLRequestVersionTooLowException - exception com.sun.identity.saml.common.SAMLRequestVersionTooLowException.
This exception is thrown when the receiver could not process the request because the version was too low.
SAMLRequestVersionTooLowException() - Constructor for class com.sun.identity.saml.common.SAMLRequestVersionTooLowException
Create an SAMLRequestVerionTooLowException with no message.
SAMLRequestVersionTooLowException(String) - Constructor for class com.sun.identity.saml.common.SAMLRequestVersionTooLowException
Create an SAMLRequestVerionTooLowException with a message.
SAMLResponderException - exception com.sun.identity.saml.common.SAMLResponderException.
This exception is thrown when the request could not be performed due to an error at the receiving end.
SAMLResponderException() - Constructor for class com.sun.identity.saml.common.SAMLResponderException
Create an SAMLResponderException with no message.
SAMLResponderException(String) - Constructor for class com.sun.identity.saml.common.SAMLResponderException
Create an SAMLResponderException with a message.
SAMLSiteID - class com.sun.identity.saml.common.SAMLSiteID.
This class is used to generate SAML Site ID
SAMLURL - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SAMLUtils - class com.sun.identity.saml.common.SAMLUtils.
This class contain some convenient methods, such as getDecodedSourceIDString.
SAMLVersionMismatchException - exception com.sun.identity.saml.common.SAMLVersionMismatchException.
This exception is thrown when the receiver could not process the request because the version was incorrect.
SAMLVersionMismatchException() - Constructor for class com.sun.identity.saml.common.SAMLVersionMismatchException
Create an SAMLVersionMisMatchException with no message.
SAMLVersionMismatchException(String) - Constructor for class com.sun.identity.saml.common.SAMLVersionMismatchException
Create an SAMLVersionMismatchException with a message.
schemaChanged(String, String) - Method in interface com.sun.identity.sm.ServiceListener
This methid will be invoked when a service's schema has been changed.
schemaChanged(String, String) - Method in interface com.iplanet.am.sdk.AMServiceListener
This method will be invoked when a service's schema has been changed.
SchemaException - class com.sun.identity.sm.SchemaException.
The SchemaException is thrown if the error encountered is related to the schema.
SchemaException() - Constructor for class com.sun.identity.sm.SchemaException
Constructs an SchemaException with no specified detail message.
SchemaException(String) - Constructor for class com.sun.identity.sm.SchemaException
Constructs an SchemaException with the specified detail message.
SchemaException(String, String, Object[]) - Constructor for class com.sun.identity.sm.SchemaException
Constructs an SchemaException with the specificed error code.
SchemaType - class com.sun.identity.sm.SchemaType.
The class SchemaType defines the types of schema objects, and provides static constants for these schema objects.
SCOPE_BASE - Static variable in interface com.iplanet.am.sdk.AMConstants
Specifies search scope to be just for the object specified
SCOPE_ONE - Static variable in interface com.iplanet.am.sdk.AMConstants
Specifies search scope to be a one level search.
SCOPE_SUB - Static variable in interface com.iplanet.am.sdk.AMConstants
Specifies search scope to be a sub tree search.
search(int, String) - Method in interface com.iplanet.am.sdk.AMObject
Search objects based on specified level and filter.
searchAllRoles(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for all roles in this organization using wildcards.
searchAllRoles(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for all roles in this organizational unit using wildcards.
searchAllRoles(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for all roles in this organization using wildcards.
searchAllRoles(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for all roles in this organizational unit using wildcards.
searchAllRoles(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for all roles in this organization using wildcards and attribute values.
searchAllRoles(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for all roles in this organizational unit using wildcards and attribute values.
searchAllRoles(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for all roles in this organization using wildcards and attribute values.
searchAllRoles(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for all roles in this organizational unit using wildcards and attribute values.
searchAssignableDynamicGroups(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for assignable dynamic groups in this organization using wildcards.
searchAssignableDynamicGroups(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for assignable dynamic groups in this organizational unit using wildcards.
searchAssignableDynamicGroups(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for assignable dynamic groups in this organization using wildcards.
searchAssignableDynamicGroups(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for assignable dynamic groups in this organizational unit using wildcards.
searchAssignableDynamicGroups(String, int, String, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for assignable dynamic groups in this organization using wildcards.
searchAssignableDynamicGroups(String, int, String, Map) - Method in class com.sun.identity.um.Organization
Searches for assignable dynamic groups in this organization using wildcards.
searchAssignableDynamicGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for assignable dynamic groups in this organization using wildcards and attribute values.
searchAssignableDynamicGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for assignable dynamic groups in this organizational unit using wildcards and attribute values.
searchAssignableDynamicGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for assignable dynamic groups in this organization using wildcards and attribute values.
searchAssignableDynamicGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for assignable dynamic groups in this organizational unit using wildcards and attribute values.
searchAssignableDynamicGroups(String, Map, String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for assignable dynamic groups in this organization using wildcards and attribute values.
searchDynamicGroups(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for dynamic groups in this organization using wildcards.
searchDynamicGroups(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for dynamic groups in this organization unit using wildcards.
searchDynamicGroups(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for dynamic groups in this organization using wildcards.
searchDynamicGroups(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for dynamic groups in this organization unit using wildcards.
searchDynamicGroups(String, int, String, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for dynamic groups in this organization using wildcards.
searchDynamicGroups(String, int, String, Map) - Method in class com.sun.identity.um.Organization
Searches for dynamic groups in this organization using wildcards.
searchDynamicGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for dynamic groups in this organization using wildcards and attribute values.
searchDynamicGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for dynamic groups in this organization unit using wildcards and attribute values.
searchDynamicGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for dynamic groups in this organization using wildcards and attribute values.
searchDynamicGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for dynamic groups in this organization unit using wildcards and attribute values.
searchDynamicGroups(String, Map, String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for dynamic groups in this organization using wildcards and attribute values.
searchFilteredRoles(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for filtered roles in this organization using wildcards.
searchFilteredRoles(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for filtered roles in this organization using wildcards.
searchFilteredRoles(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for filtered roles in this organization using wildcards.
searchFilteredRoles(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for filtered roles in this organization using wildcards.
searchFilteredRoles(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for filtered roles in this organization using wildcards and attribute values.
searchFilteredRoles(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for filtered roles in this organization using wildcards and attribute values.
searchFilteredRoles(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for filtered roles in this organization using wildcards and attribute values.
searchFilteredRoles(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for filtered roles in this organization using wildcards and attribute values.
searchGroupContainers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for group containers in this organization using wildcards and attribute values.
searchGroupContainers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for group containers in this organizational unit using wildcards and attribute values.
searchGroupContainers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for group containers in this organization using wildcards and attribute values.
searchGroupContainers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for group containers in this organizational unit using wildcards and attribute values.
searchGroups(String, int) - Method in interface com.iplanet.am.sdk.AMGroup
Searches for groups in this group using wildcards.
searchGroups(String, int, String, Map) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Searches for groups in this group container using wildcards.
searchGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Searches for groups in this group container using wildcards and attribute values.
searchGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for groups in this organization using wildcards and attribute values.
searchGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMGroup
Searches for groups in this group using wildcards and attribute values.
searchGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for groups in this organizational unit using wildcards and attribute values.
searchGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Searches for groups in this group container using wildcards and attribute values.
searchGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for groups in this organization using wildcards and attribute values.
searchGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMGroup
Searches for groups in this group using wildcards and attribute values.
searchGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for groups in this organizational unit using wildcards and attribute values.
searchGroups(String, Map, String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Searches for assignable dynamic groups in this group container using wildcards and attribute values.
searchOrganizationalUnits(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for organizational units in this organization using wildcards.
searchOrganizationalUnits(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for organizational units in this organization using wildcards.
searchOrganizationalUnits(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for organizational units in this organization using wildcards and attribute values.
searchOrganizationalUnits(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for organizational units in this organization using wildcards and attribute values.
searchOrganizations(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for organizations in this organizational unit using wildcards.
searchOrganizations(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for organizations in this organizational unit using wildcards.
searchOrganizations(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for organizations in this organizational unit using wildcards and attribute values.
searchOrganizations(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for organizations in this organizational unit using wildcards and attribute values.
searchPeopleContainers(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for people containers in this organization using wildcards and attribute values.
searchPeopleContainers(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for people containers in this organizational unit using wildcards and attribute values.
searchPeopleContainers(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for people containers in this organization using wildcards and attribute values.
searchPeopleContainers(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for people containers in this organizational unit using wildcards and attribute values.
searchPeopleContainers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for people containers in this organization using wildcards and attribute values.
searchPeopleContainers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for people containers in this organizational unit using wildcards * and * attribute values.
searchPeopleContainers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for people containers in this organization using wildcards and attribute values.
searchPeopleContainers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for people containers in this organizational unit using wildcards * and * attribute values.
searchResources(String, int, String, Map) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Searches for resources in this organization using wildcards and attribute values.
searchResources(String, Map, String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Searches for resources in this people container using wildcards and attribute values.
searchRoles(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for roles in this organization using wildcards.
searchRoles(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for roles in this organizational unit using wildcards.
searchRoles(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for roles in this organization using wildcards.
searchRoles(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for roles in this organizational unit using wildcards.
searchRoles(String, int) - Method in class com.sun.identity.um.Organization
Searches for roles in this organization using wildcards.
searchRoles(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for roles in this organization using wildcards and attribute values.
searchRoles(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for roles in this organizational unit using wildcards and attribute values.
searchRoles(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for roles in this organization using wildcards and attribute values.
searchRoles(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for roles in this organizational unit using wildcards and attribute values.
searchRoles(String, Map, int) - Method in class com.sun.identity.um.Organization
Searches for roles in this organization using wildcards and attribute values.
searchStaticGroups(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for static groups in this organization using wildcards.
searchStaticGroups(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for static groups in this organizational unit using wildcards.
searchStaticGroups(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for static groups in this organization using wildcards.
searchStaticGroups(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for static groups in this organizational unit using wildcards.
searchStaticGroups(String, int, String, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for static groups in this organization using wildcards.
searchStaticGroups(String, int, String, Map) - Method in class com.sun.identity.um.Organization
Searches for static groups in this organization using wildcards.
searchStaticGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for static groups in this organization using wildcards and attribute values.
searchStaticGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for static groups in this organizational unit using wildcards and attribute values.
searchStaticGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for static groups in this organization using wildcards and attribute values.
searchStaticGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for static groups in this organizational unit using wildcards and attribute values.
searchStaticGroups(String, Map, String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for static groups in this organization using wildcards and attribute values.
searchSubGroupContainers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Searches for group containers in this group container using wildcards and attribute values.
searchSubGroupContainers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMGroupContainer
Searches for sub group containers in this group container using wildcards and attribute values.
searchSubOrganizationalUnits(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for sub organizational units in this organizational unit using wildcards.
searchSubOrganizationalUnits(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for sub organizational units in this organizational unit using wildcards.
searchSubOrganizationalUnits(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for sub organizational units in this organizational unit using wildcards and attribute values.
searchSubOrganizationalUnits(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for sub organizational units in this organizational unit using wildcards and attribute values.
searchSubOrganizations(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for sub organizations in this organization using wildcards.
searchSubOrganizations(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for sub organizations in this organization using wildcards.
searchSubOrganizations(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for sub organizations in this organization using wildcards and attribute values.
searchSubOrganizations(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for sub organizations in this organization using wildcards and attribute values.
searchSubPeopleContainers(String, int) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Searches for sub people containers in this people container using wildcards and attribute values.
searchSubPeopleContainers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Searches for sub people containers in this people container using wildcards and attribute values.
searchUsers(AMSearchControl, String) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for users in this organization using attribute values.
searchUsers(AMSearchControl, String) - Method in interface com.iplanet.am.sdk.AMRole
Searches for users in this role using attribute values.
searchUsers(AMSearchControl, String) - Method in interface com.iplanet.am.sdk.AMGroup
Searches for users in this group using attribute values.
searchUsers(AMSearchControl, String) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for users in this organization attribute values.
searchUsers(AMSearchControl, String) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Searches for users in this people container using attribute values.
searchUsers(String) - Method in interface com.iplanet.am.sdk.AMGroup
Searches for users in this group using wildcards and attribute values.
searchUsers(String) - Method in class com.sun.identity.um.DynamicGroup
Searches for users in this group using wildcards and attribute values.
searchUsers(String) - Method in class com.sun.identity.um.AssignableDynamicGroup
Searches for users in this group using wildcards and attribute values.
searchUsers(String) - Method in class com.sun.identity.um.StaticGroup
Searches for users in this group using wildcards and attribute values.
searchUsers(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for users in this organization using wildcards and attribute values.
searchUsers(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMRole
Searches for users in this people container using wildcards and attribute values.
searchUsers(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for users in this organizational unit using wildcards and attribute values.
searchUsers(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Searches for users in this people container using wildcards and attribute values.
searchUsers(String, AMSearchControl, String) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for users in this organization using wildcards and attribute values.
searchUsers(String, AMSearchControl, String) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for users in this organizational unit using wildcards and filter.
searchUsers(String, AMSearchControl, String) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Searches for users in this people container using wildcards and attribute values.
searchUsers(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for users in this organization using wildcards and attribute values.
searchUsers(String, int) - Method in interface com.iplanet.am.sdk.AMRole
Searches for users in this role using wildcards and attribute values.
searchUsers(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for users in this organizational unit using wildcards and attribute values.
searchUsers(String, int) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Searches for users in this people container using wildcards and attribute values.
searchUsers(String, int) - Method in class com.sun.identity.um.Role
Searches for users in this role using wildcards and attribute values.
searchUsers(String, int, String, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for users in this organization using wildcards and attribute values.
searchUsers(String, int, String, Map) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Searches for users in this organization using wildcards and attribute values.
searchUsers(String, int, String, Map) - Method in class com.sun.identity.um.Organization
Searches for users in this organization using wildcards and attribute values.
searchUsers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for users in this organization using wildcards and attribute values.
searchUsers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMRole
Searches for users in this group using wildcards and attribute values.
searchUsers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMGroup
Searches for users in this group using wildcards.
searchUsers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for users in this organizational unit using wildcards and attribute values.
searchUsers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Searches for users in this group using wildcards and attribute values.
searchUsers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for users in this organization using wildcards and attribute values.
searchUsers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMRole
Searches for users in this role using wildcards and attribute values.
searchUsers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Searches for users in this organizational unit using wildcards and attribute values.
searchUsers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Searches for users in this group using wildcards and attribute values.
searchUsers(String, Map, int) - Method in class com.sun.identity.um.Role
Searches for users in this role using wildcards and attribute values.
searchUsers(String, Map, String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
Searches for users in this organization using wildcards and attribute values.
searchUsers(String, Map, String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
Searches for users in this people container using wildcards and attribute values.
SERVER_HOST - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SERVER_ID_LENGTH - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SERVER_PORT - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SERVER_PROTOCOL - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SERVICE - Static variable in interface com.iplanet.am.sdk.AMObject
Represents Service Information
SERVICE - Static variable in class com.sun.identity.authentication.AuthContext.IndexType
The SERVICE index type indicates that the index name given corresponds to a service (or application).
SERVICE - Static variable in class com.sun.identity.policy.PolicyException
The constant variable specifies the exeception is with respect to services.
SERVICE_ADMINS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
service administrator group
SERVICE_HELP_DESK_ADMINS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
service help desk administrator group
SERVICE_STATUS_ATTRIBUTE - Static variable in interface com.iplanet.am.sdk.AMConstants
 
ServiceAlreadyExistsException - class com.sun.identity.sm.ServiceAlreadyExistsException.
The ServiceAlreadyExistsException is thrown if the service already exists.
ServiceAlreadyExistsException() - Constructor for class com.sun.identity.sm.ServiceAlreadyExistsException
Constructs an ServiceAlreadyExistsException with no specified detail message.
ServiceAlreadyExistsException(String) - Constructor for class com.sun.identity.sm.ServiceAlreadyExistsException
Constructs an ServiceAlreadyExistsException with the specified detail message.
ServiceAlreadyExistsException(String, String, Object[]) - Constructor for class com.sun.identity.sm.ServiceAlreadyExistsException
Constructs an ServiceAlreadyExistsException with the specificed error code.
ServiceAttributeValidator - interface com.sun.identity.sm.ServiceAttributeValidator.
The interface ServiceAttributeValidator should be implemented by the services/applications if validator plugins are required.
ServiceConfig - class com.sun.identity.sm.ServiceConfig.
The class ServiceConfig provides interfaces to manage the configuration information of a service configuration.
ServiceConfigManager - class com.sun.identity.sm.ServiceConfigManager.
The class ServiceConfigurationManager provides interfaces to manage the service's configuration data.
ServiceConfigManager(SSOToken, String, String) - Constructor for class com.sun.identity.sm.ServiceConfigManager
Creates an instance of ServiceConfigManager for the given service and version.
ServiceInstance - class com.sun.identity.sm.ServiceInstance.
The class ServiceInstance provides methods to manage service's instance variables.
ServiceListener - interface com.sun.identity.sm.ServiceListener.
The interface ServiceListener needs to be implemented by applications in order to receive service data change notifications.
ServiceManager - class com.sun.identity.sm.ServiceManager.
The ServiceManager class provides methods to register/remove services and to list currently registered services.
ServiceManager(SSOToken) - Constructor for class com.sun.identity.sm.ServiceManager
Creates an instance of ServiceManager.
ServiceNotFoundException - class com.sun.identity.sm.ServiceNotFoundException.
The ServiceNotFoundException is thrown if the service does not exist.
ServiceNotFoundException() - Constructor for class com.sun.identity.sm.ServiceNotFoundException
Constructs an ServiceNotFoundException with no specified detail message.
ServiceNotFoundException(String) - Constructor for class com.sun.identity.sm.ServiceNotFoundException
Constructs an ServiceNotFoundException with the specified detail message.
ServiceNotFoundException(String, String, Object[]) - Constructor for class com.sun.identity.sm.ServiceNotFoundException
Constructs an ServiceNotFoundException with the specificed error code.
ServiceSchema - class com.sun.identity.sm.ServiceSchema.
The class ServiceSchema provides interfaces to manage the schema information of a service.
ServiceSchemaManager - class com.sun.identity.sm.ServiceSchemaManager.
The class ServiceSchemaManager provides interfaces to manage the service's schema.
ServiceSchemaManager(SSOToken, String, String) - Constructor for class com.sun.identity.sm.ServiceSchemaManager
Creates an instance of ServiceSchemaManager for the given service and version pair.
setActionValues(Map) - Method in class com.sun.identity.policy.Rule
Sets the action names and their corresponding actions values (or permissions) for the resource or the service.
setAdvice(Advice) - Method in class com.sun.identity.saml.assertion.Assertion
Set the advice for an assertion
setAdvices(Map) - Method in class com.sun.identity.policy.ConditionDecision
Sets advices associated with this object
setAdvices(Map) - Method in class com.sun.identity.policy.ActionDecision
Sets advices associated with this action decision.
setAllowed(boolean) - Method in class com.sun.identity.policy.ConditionDecision
Sets boolean result of condition evaluation
setAny(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the ny attribute
setAttributeByteArray(String, byte[][]) - Method in interface com.iplanet.am.sdk.AMObject
Sets byte attribute values in this AMObject.
setAttributeDefaults(Map) - Method in class com.sun.identity.sm.ServiceSchema
Method to change the default values of attributes in the schema.
setAttributeDefaults(Map) - Method in class com.iplanet.am.sdk.AMSchema
Deprecated. Method to change the default values of attributes in the schema.
setAttributeDefaults(String, Set) - Method in class com.sun.identity.sm.ServiceSchema
Method to change default value for a specific attribute.
setAttributeDefaults(String, Set) - Method in class com.iplanet.am.sdk.AMSchema
Deprecated. Method to change default value for a specific attribute.
setAttributes(Map) - Method in class com.sun.identity.sm.ServiceInstance
Sets the attributes that are specific to the service instance.
setAttributes(Map) - Method in class com.sun.identity.sm.ServiceConfig
Sets the service configuration parameters.
setAttributes(Map) - Method in interface com.iplanet.am.sdk.AMObject
Sets attribute values in this AMObject.
setAttributes(Map) - Method in class com.sun.identity.um.Common
Sets attribute values in this AMCommon.
setAttributesByteArray(Map) - Method in interface com.iplanet.am.sdk.AMObject
Sets byte attribute values in this AMObject.
setAudience(List) - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Add a List of audience held within this Condition element
setAuthenticaionMethod(String) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Set AuthenticationMethod for AuthenticationStatement
setAuthenticationInstant(Date) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Set AuthenticationInstant for AuthenticationStatement
setAuthLevel(int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Set the AuthLevel for this session.
setAuthorityBinding(List) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Set the AuthorityBinding for AuthenticationStatement
setCertDBPassword(String) - Static method in class com.sun.identity.authentication.AuthContext
This method sets the password for the certificate db.
setConditions(Conditions) - Method in class com.sun.identity.saml.assertion.Assertion
Set the Conditions information for an assertion
setCosQualifier(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the cosQualifier attribute
setCurrentFile(String) - Method in class com.sun.identity.log.Logger
 
setDebug(int) - Method in class com.iplanet.am.util.Debug
Sets the debug capabilities based on the values of the debugType argument.
setDebug(String) - Method in class com.iplanet.am.util.Debug
Sets the debug capabilities based on the values of the debugType argument.
setDefaultValues(Set) - Method in class com.sun.identity.sm.AttributeSchema
Sets the default values of the attribute.
setDescription(String) - Method in class com.sun.identity.policy.Policy
Sets the description for the policy.
setDirty(String, Map) - Method in interface com.iplanet.services.cdm.ClientTypesManager
Updates client data.
setDNSAddress(String) - Method in class com.sun.identity.saml.assertion.SubjectLocality
set the DNS address for SubjectLocality locality
setEndRange(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the endRange Attribute.
setFailureID(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Sets the userID of user who failed authentication.
setFieldName(String) - Method in class com.sun.identity.log.QueryElement
This method sets the fieldname for this query element.
setFieldValue(String) - Method in class com.sun.identity.log.QueryElement
This method sets the value for the fieldname in this query element.
setFilter(String) - Method in interface com.iplanet.am.sdk.AMFilteredRole
Sets the search filter for the filtered role.
setFilter(String) - Method in interface com.iplanet.am.sdk.AMDynamicGroup
Sets the search filter for the dynamic group.
setFilter(String) - Method in class com.sun.identity.um.DynamicGroup
Sets the search filter for the dynamic group.
setFormat(String) - Method in class com.sun.identity.saml.assertion.NameIdentifier
set the format attribute for NameIdentifier
setGlobalOperand(int) - Method in class com.sun.identity.log.LogQuery
setGlobalOperand method sets the globalOperand field to either any query chriteria match or to match all the chriteria.
setGroup(String) - Method in class com.sun.identity.sm.ServiceInstance
Sets the group name for this instance.
setI18NFileName(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
Sets the I18N properties file name for the service
setI18NJarURL(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
Sets the URL of the JAR file that contains the I18N properties
setI18Nkey(String) - Method in class com.sun.identity.sm.ServiceSchema
Sets the value of the I18N key in the service schema.
setI18NKey(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the I18N key to describe the configuration attribute.
setI18NKey(String) - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. Method to set I18N key to describe the configuration attribute
setInResponseTo(String) - Method in class com.sun.identity.saml.protocol.AbstractResponse
Set the InResponseTo of the Response.
setIPAddress(String) - Method in class com.sun.identity.saml.assertion.SubjectLocality
set the IP address for SubjectLocality locality
setIssueInstant(Date) - Method in class com.sun.identity.saml.protocol.AbstractResponse
Set the IssueInstant of the Response.
setIssueInstant(Date) - Method in class com.sun.identity.saml.protocol.AbstractRequest
Set the IssueInstant of the Request.
setKey(String, String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Set the key to access key store database.
setKeyInfo(Element) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
set the key info
setLoginFailureURL(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Sets the the login failure URL for the user.
setLogInfoMap(Map) - Method in class com.sun.identity.log.LogRecord
Convenience method to set the logInfo HashMap
setLoginSuccessURL(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Sets the the login successful URL for the user.
setMaxRecord(int) - Method in class com.sun.identity.log.LogQuery
 
setMaxResults(int) - Method in class com.iplanet.am.sdk.AMSearchControl
Sets the maximum number of search results to return; 0 means there is no limit.
setMaxValue(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the MaxValue attribute
setMinValue(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the MinValue attribute
setName(String) - Method in class com.sun.identity.policy.Rule
Sets the name for the rule.
setName(String) - Method in class com.sun.identity.policy.Policy
Sets the name of the policy.
setNameIdentifier(NameIdentifier) - Method in class com.sun.identity.saml.assertion.Subject
Set the NameIdentifier to the subject
setNameQualifier(String) - Method in class com.sun.identity.saml.assertion.NameIdentifier
set the nameQualifier attribute for NameIdentifier
setPersistentCookieOn() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Attempt to set the Persistent Cookie for this session.
setPriority(int) - Method in class com.sun.identity.sm.ServiceConfig
Sets the priority to the service configuration.
setPriority(int) - Method in interface com.iplanet.am.sdk.AMTemplate
Sets the priority of this template in the DIT
setProperties(Map) - Method in interface com.sun.identity.policy.interfaces.Condition
Sets the properties of the condition.
setPropertiesViewBeanUR(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the PropertiesViewBeanURL attribute
setPropertiesViewBeanURL(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
Sets the URL of the view bean for the service
setProperty(String, String) - Method in interface com.iplanet.sso.SSOToken
Sets a property for this token.
setRecipient(String) - Method in class com.sun.identity.saml.protocol.AbstractResponse
Set the Recipient attribute of the Response.
setRelation(int) - Method in class com.sun.identity.log.QueryElement
This method modifies/sets the relation between field name and value in this query element.
setRequestID(String) - Method in class com.sun.identity.saml.protocol.AbstractRequest
Set the RequestID of the Request.
setResponseID(String) - Method in class com.sun.identity.saml.protocol.AbstractResponse
Set the ResponseID of the Response.
setReturnAttributes(Set) - Method in class com.iplanet.am.sdk.AMSearchControl
Set the return attribute names, if attributes of the entries need to be obtained as part of the search.
setRoleType(int) - Method in interface com.iplanet.am.sdk.AMRole
Sets the type of the role.
setRoleType(int) - Method in class com.sun.identity.um.Role
Sets the type of the role.
setSearchScope(int) - Method in class com.iplanet.am.sdk.AMSearchControl
Sets the search scope in AMSearchControl.
setServiceHierarchy(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
Sets the service's hierarchy
setServiceStatus(String, String) - Method in interface com.iplanet.am.sdk.AMObject
Set the status of the service for this entity (User/Organization /Group/Organizational Unit).
setServiceStatus(String, String) - Method in class com.sun.identity.um.Common
Set the status of the service for this entity (User/Org/Group/OrgUnit).
setSignature(Element) - Method in class com.sun.identity.saml.assertion.Assertion
Set the signature for the Request
setSignature(Element) - Method in class com.sun.identity.saml.protocol.AbstractResponse
Set the signature for the Response.
setSignature(Element) - Method in class com.sun.identity.saml.protocol.AbstractRequest
Set the signature for the Request
setSignature(Element) - Method in class com.sun.identity.saml.protocol.Request
Set the signature for the Response.
setSignature(Element) - Method in class com.sun.identity.saml.protocol.Response
Set the signature for the Response.
setSortingField(String) - Method in class com.sun.identity.log.LogQuery
sets the field name on which records to be sorted.
setSortKeys(String[]) - Method in class com.iplanet.am.sdk.AMSearchControl
Set sort order based on attribute names.
setStartRange(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the StartRange attribute
setStatus(Status) - Method in class com.sun.identity.saml.protocol.Response
Set the Status of the Response.
setStatusCode(StatusCode) - Method in class com.sun.identity.saml.protocol.StatusCode
Sets the sub StatusCode.
setStringAttribute(String, String) - Method in interface com.iplanet.am.sdk.AMObject
Sets string type attribute value.
setSubject(Subject) - Method in class com.sun.identity.saml.assertion.SubjectStatement
Set the Subject for the SubjectStatement
setSubjectConfirmation(SubjectConfirmation) - Method in class com.sun.identity.saml.assertion.Subject
Set the subject confirmation to the subject
setSubjectConfirmationData(Element) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Set the SubjectConfirmationData
setSubjectConfirmationData(String) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Set the SubjectConfirmationData
setSubjectLocality(SubjectLocality) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Set the SubjectLocality for AuthenticationStatement
setSubscribable(boolean) - Method in interface com.iplanet.am.sdk.AMAssignableDynamicGroup
Sets subscribability of the assignable dynamic group.
setSubscribable(boolean) - Method in interface com.iplanet.am.sdk.AMStaticGroup
Sets subscribability of the group.
setSubscribable(boolean) - Method in class com.sun.identity.um.AssignableDynamicGroup
Sets subscribability of the assignable dynamic group.
setSubscribable(boolean) - Method in class com.sun.identity.um.StaticGroup
Sets subscribability of the group.
setSyntax(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the Syntax attribute.
setTimeOut(int) - Method in class com.iplanet.am.sdk.AMSearchControl
Sets the maximum number of milliseconds to wait for any operation for the search.
setTimeToLive(long) - Method in class com.sun.identity.policy.ConditionDecision
Sets advices assosicated with this object
setTimeToLive(long) - Method in class com.sun.identity.policy.ActionDecision
Sets the GMT time in milliseconds since epoch when this object is to be treated as expired.
setType(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the type.
setUIType(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the UIType attribute.
setURI(String) - Method in class com.sun.identity.sm.ServiceInstance
Sets the URI for the service instance.
setUserAttributes(Map) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Sets a Map of attribute value pairs to be used when the authentication service is configured to dynamically create a user.
setUserSessionProperty(String, String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Sets a property in the user session.
setValidator(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the Validator attribute
setValues(Set) - Method in class com.sun.identity.policy.ActionDecision
Sets the action values for the action.
setValues(Set) - Method in interface com.sun.identity.policy.interfaces.Subject
Sets the names for the instance of the Subject object.
setValues(Set) - Method in interface com.sun.identity.policy.interfaces.Referral
Sets the values of this referral
SIGN_ASSERTION - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SIGN_ASSERTION_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SIGN_REQUEST - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SIGN_REQUEST_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SIGN_RESPONSE - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SIGN_RESPONSE_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SIGNATURE - Static variable in class com.sun.identity.sm.AttributeSchema.Type
The SIGNATURE attribute type specifies that the attribute is a signing attribute.
SignatureProvider - interface com.sun.identity.saml.xmlsig.SignatureProvider.
This is an interface to be implemented to sign and verify xml signature.
SignatureSpecNS - Static variable in class com.sun.identity.saml.common.SAMLConstants
The namespace of the XML Signature specification
signXML() - Method in class com.sun.identity.saml.assertion.Assertion
Sign the Assertion.
signXML() - Method in class com.sun.identity.saml.protocol.AbstractResponse
An abstract method that signs the object.
signXML() - Method in class com.sun.identity.saml.protocol.AbstractRequest
An abstract method to sign the object.
signXML() - Method in class com.sun.identity.saml.protocol.Request
Method to sign the Reqest.
signXML() - Method in class com.sun.identity.saml.protocol.Response
Method that signs the Response.
signXML(Document, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
Sign the xml document using enveloped signatures.
signXML(Document, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
Sign the xml document using enveloped signatures.
signXML(Document, String, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
Sign the xml document using enveloped signatures.
signXML(Document, String, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
Sign the xml document using enveloped signatures.
signXML(Document, String, String, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
Sign part of the xml document referered by the supplied id attribute using enveloped signatures and use exclusive xml canonicalization.
signXML(Document, String, String, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
Sign part of the xml document referered by the supplied id attribute using enveloped signatures and use exclusive xml canonicalization.
signXML(Document, String, String, String, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
Sign part of the xml document referered by the supplied id attribute using enveloped signatures and use exclusive xml canonicalization.
signXML(Document, String, String, String, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
Sign part of the xml document referered by the supplied id attribute using enveloped signatures and use exclusive xml canonicalization.
signXML(String, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
Sign the xml string using enveloped signatures.
signXML(String, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
Sign the xml string using enveloped signatures.
signXML(String, String, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
Sign the xml string using enveloped signatures.
signXML(String, String, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
Sign the xml string using enveloped signatures.
signXML(String, String, String, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
Sign the xml string using enveloped signatures.
signXML(String, String, String, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
Sign part of the xml document referered by the supplied id attribute using enveloped signatures and use exclusive xml canonicalization.
SINGLE - Static variable in class com.sun.identity.sm.AttributeSchema.Type
The SINGLE attribute type specifies that the attribute can have only a single value.
SINGLE_CHOICE - Static variable in class com.sun.identity.sm.AttributeSchema.Type
The SINGLE_CHOICE attribute type specifies that the attribute can have value defined by the getChoiceValues method of AttributeSchema.
SINGLE_CHOICE - Static variable in class com.sun.identity.policy.Syntax
value is a single choice from a list
SITE_CERT_ALIAS - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SITE_ID - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SITE_ID_ISSUER_NAME_LIST - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SITE_ID_LIST - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SiteAttributeMapper - interface com.sun.identity.saml.plugins.SiteAttributeMapper.
This interface needs to be implemented by partner site to return a list of Attribute objects which they want returned as AttributeStatements elements, as part of the Authentication Assertion returned to the partner during the SSO scenario of Browser Artifact and POST profile.
SITEATTRIBUTEMAPPER - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SITEID - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SIZE_LIMIT_EXCEEDED - Static variable in class com.iplanet.am.sdk.AMSearchResults
Code used to indicate that the search was unsuccessful as the size limit exceeded during the search process.
SIZE_LIMIT_EXCEEDED - Static variable in class com.sun.identity.policy.ValidValues
Code used to indicate that the search was unsuccessful as the size limit exceeded during the search process.
SKIP_ATTRIBUTE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Skip when dynamic and user attributes of the same name
SMSException - class com.sun.identity.sm.SMSException.
The exception class whose instance is thrown if there is any error during the operation of objects of the com.sun.identity.sms package.
SMSException() - Constructor for class com.sun.identity.sm.SMSException
 
SMSException(int) - Constructor for class com.sun.identity.sm.SMSException
 
SMSException(int, String) - Constructor for class com.sun.identity.sm.SMSException
 
SMSException(String) - Constructor for class com.sun.identity.sm.SMSException
 
SMSException(String, String, Object[]) - Constructor for class com.sun.identity.sm.SMSException
This constructor is used to pass the localized error message At this level, the locale of the caller is not known and it is not possible to throw localized error message at this level.
SMSException(String, Throwable) - Constructor for class com.sun.identity.sm.SMSException
 
SMSException(Throwable) - Constructor for class com.sun.identity.sm.SMSException
 
SOAP_ENV_PREFIX - Static variable in class com.sun.identity.saml.common.SAMLConstants
SOAP envelope prefix
SOAP_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
pointer to SOAP name space
SOAPUrl - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SOURCE_SITE_SOAP_ENTRY - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SOURCEID - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SPACE - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
split(String) - Method in interface com.sun.identity.policy.interfaces.ResourceName
Method to split a resource into the smallest necessary subresource units
splitResourceName(String, String) - Method in class com.sun.identity.policy.ResourceManager
Returns the resource prefix (super-resource) and the rest of the resource name (sub-resource)
SSL - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SSLWITHBASICAUTH - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
SSO_TOKEN_DESTROY - Static variable in interface com.iplanet.sso.SSOTokenEvent
SSO Token destroy event
SSO_TOKEN_IDLE_TIMEOUT - Static variable in interface com.iplanet.sso.SSOTokenEvent
SSO Token idle timeout event
SSO_TOKEN_LOCALE_ATTRIBUTE_NAME - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Locale SSO Token property
SSO_TOKEN_MAX_TIMEOUT - Static variable in interface com.iplanet.sso.SSOTokenEvent
SSO Token maximum time out event
SSO_TOKEN_ORGANIZATION_ATTRIBUTE_NAME - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Organization SSO Token property
SSOException - class com.iplanet.sso.SSOException.
An SSOException is thrown when there are errors related to SSOToken operations.
SSOException(String) - Constructor for class com.iplanet.sso.SSOException
Constructs an instance of the SSOException class.
SSOException(String, String, Object[]) - Constructor for class com.iplanet.sso.SSOException
Constructs an instance of the SSOException class with localizable error message
SSOException(Throwable) - Constructor for class com.iplanet.sso.SSOException
Constructs an instance of the SSOException class.
SSOToken - interface com.iplanet.sso.SSOToken.
The SSOToken class represents a "single sign on"(SSO) token.
ssoTokenChanged(SSOTokenEvent) - Method in interface com.iplanet.sso.SSOTokenListener
This method will be called when there is a change in the SSOToken status.
SSOTokenEvent - interface com.iplanet.sso.SSOTokenEvent.
The SSOTokenEvent class represents an SSO token event.
SSOTokenID - interface com.iplanet.sso.SSOTokenID.
The SSOTokenID class is used to identify an SSOToken object.
SSOTokenListener - interface com.iplanet.sso.SSOTokenListener.
The SSOTokenListener interface needs to be implemented by the applications to receive SSO token events.
SSOTokenManager - class com.iplanet.sso.SSOTokenManager.
The class SSOTokenManager is a final class that provides interfaces to create and validate SSOTokens.
START_END_ELEMENT - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
Statement - class com.sun.identity.saml.assertion.Statement.
The element is an extension point that allows other assertion-based applications to reuse the SAML assertion framework.
STATIC_GROUP - Static variable in interface com.iplanet.am.sdk.AMObject
Represents a Static Group object type
STATIC_GROUP_DN_ATTRIBUTE - Static variable in interface com.iplanet.am.sdk.AMConstants
 
StaticGroup - class com.sun.identity.um.StaticGroup.
The AMStaticGroup class provides methods to manage static group
Status - class com.sun.identity.saml.protocol.Status.
This class represents the Status element.
STATUS_ABORT - Static variable in class com.sun.identity.sm.SMSException
 
STATUS_CODE_SUCCESS - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
STATUS_CODE_SUCCESS_NO_PREFIX - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
STATUS_CONFIG_PROBLEM - Static variable in class com.sun.identity.sm.SMSException
 
STATUS_INVALID_INPUT - Static variable in class com.sun.identity.sm.SMSException
 
STATUS_LDAP_OP_FAILED - Static variable in class com.sun.identity.sm.SMSException
 
STATUS_NO_PERMISSION - Static variable in class com.sun.identity.sm.SMSException
 
STATUS_NONE - Static variable in class com.sun.identity.sm.SMSException
 
STATUS_QUO_ANTE - Static variable in class com.sun.identity.sm.SMSException
 
STATUS_REPEATEDLY_FAILED - Static variable in class com.sun.identity.sm.SMSException
 
STATUS_RETRY - Static variable in class com.sun.identity.sm.SMSException
 
STATUS_SMS_OP_FAILED - Static variable in class com.sun.identity.sm.SMSException
 
STATUS_UNKNOWN_EXCEPTION - Static variable in class com.sun.identity.sm.SMSException
 
Status(Element) - Constructor for class com.sun.identity.saml.protocol.Status
This constructor is used to construct a Status from a DOM element.
Status(StatusCode) - Constructor for class com.sun.identity.saml.protocol.Status
Constructs a Status object from a StatusCode.
Status(StatusCode, String, Element) - Constructor for class com.sun.identity.saml.protocol.Status
Constructor.
StatusCode - class com.sun.identity.saml.protocol.StatusCode.
This class represents the StatusCode and SubStatusCode element.
StatusCode(Element) - Constructor for class com.sun.identity.saml.protocol.StatusCode
This constructor is used to construct a StatusCode from a DOM element.
StatusCode(String) - Constructor for class com.sun.identity.saml.protocol.StatusCode
Construct a StatusCode object from a value String.
StatusCode(String, StatusCode) - Constructor for class com.sun.identity.saml.protocol.StatusCode
Construct a StatusCode object from a value String and a sub StatusCode.
store() - Method in interface com.iplanet.am.sdk.AMObject
Stores the change to directory server.
store() - Method in class com.sun.identity.um.Common
Stores the change to directory server.
store(boolean) - Method in interface com.iplanet.am.sdk.AMObject
Stores the change to directory server.
store(SSOToken) - Method in interface com.iplanet.services.cdm.ClientTypesManager
Save changed to persistent store
store(SSOToken, String) - Method in class com.sun.identity.policy.Policy
Stores the policy object in a persistent data store under the organization, sub-organization or a container object, specified as a parameter.
StoreConnection - class com.sun.identity.um.StoreConnection.
The StoreConnection class represents a connection to the Sun ONE Identity Server datastore.
StoreConnection(SSOToken) - Constructor for class com.sun.identity.um.StoreConnection
The constructor for opening the connection of the data repository.
STRING - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The STRING attribute syntax specifies that the attribute is of text type, i.e., can have any unicode characters.
SUB_RESOURCE_MATCH - Static variable in class com.sun.identity.policy.ResourceMatch
The SUB_RESOURCE_MATCH specifies the provided resource is a sub resource.
Subject - interface com.sun.identity.policy.interfaces.Subject.
The class Subject defines a collection of users (or subject) to whom the specified policy is applied.
Subject - class com.sun.identity.saml.assertion.Subject.
The element specifies one or more subjects.
SUBJECT - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
Subject(Element) - Constructor for class com.sun.identity.saml.assertion.Subject
This constructor builds a subject element from an existing XML block which has already been built into a DOM.
Subject(NameIdentifier) - Constructor for class com.sun.identity.saml.assertion.Subject
This constructor creates a Subject object from a NameIdentifier object.
Subject(NameIdentifier, SubjectConfirmation) - Constructor for class com.sun.identity.saml.assertion.Subject
This constructor creates a Subject object from a NameIdentifier object and a SubjectConfirmation object.
Subject(SubjectConfirmation) - Constructor for class com.sun.identity.saml.assertion.Subject
This constructor creates a Subject object from a SubjectConfirmation object.
SubjectConfirmation - class com.sun.identity.saml.assertion.SubjectConfirmation.
The element specifies a subject by specifying data that authenticates the subject.
SubjectConfirmation(Element) - Constructor for class com.sun.identity.saml.assertion.SubjectConfirmation
This constructor builds a subject confirmation element from an existing XML block.
SubjectConfirmation(Set) - Constructor for class com.sun.identity.saml.assertion.SubjectConfirmation
From scratch constructor for multiple confirmation methods
SubjectConfirmation(Set, Element, Element) - Constructor for class com.sun.identity.saml.assertion.SubjectConfirmation
Constructor
SubjectConfirmation(String) - Constructor for class com.sun.identity.saml.assertion.SubjectConfirmation
From scratch constructor for a single confirmation method
SubjectLocality - class com.sun.identity.saml.assertion.SubjectLocality.
The SubjectLocality element specifies the DNS domain name and IP address for the system entity that performed the authentication.
SubjectLocality() - Constructor for class com.sun.identity.saml.assertion.SubjectLocality
Constructor Constructor taking in nothing (assertion schema 25 allows it )
SubjectLocality(Element) - Constructor for class com.sun.identity.saml.assertion.SubjectLocality
This constructor builds an SubjectLocality element from an existing XML block.
SubjectLocality(String, String) - Constructor for class com.sun.identity.saml.assertion.SubjectLocality
Constructor
SubjectQuery - class com.sun.identity.saml.protocol.SubjectQuery.
This abstract class extends from another abstract class Query.
SubjectStatement - class com.sun.identity.saml.assertion.SubjectStatement.
The element is an extension point that allows other assertion-based applications to reuse the SAML assertion framework.
SubjectTypeManager - class com.sun.identity.policy.SubjectTypeManager.
The class SubjectTypeManager provides methods to get a list of configured Subject objects, and to obtain a factory object for it.
submitRequirements(Callback[]) - Method in class com.sun.identity.authentication.AuthContext
Submit the populated Callback objects to the authentication plug-in modules.
SUBSCRIBABLE_ATTRIBUTE - Static variable in interface com.iplanet.am.sdk.AMConstants
Subscribable attribute
SUCCESS - Static variable in class com.iplanet.am.sdk.AMSearchResults
Code used to indicate a successful search
SUCCESS - Static variable in class com.sun.identity.authentication.AuthContext.Status
The SUCCESS indicates that the login process has succeeded.
SUCCESS - Static variable in class com.sun.identity.policy.ValidValues
Code used to indicate a successful search
SUPER_RESOURCE_MATCH - Static variable in class com.sun.identity.policy.ResourceMatch
The SUPER_RESOURCE_MATCH specifies the provided resource is more specific than this resource
Syntax - class com.sun.identity.policy.Syntax.
Provides an enum like support for the syntax of values such as ANY, NONE, CONSTANT, SINGLE_CHOICE, MULTIPLE_CHOICE In other words, provides access to a set of finite values and enforces new values can not be created by users
SYNTAX_BOOLEAN - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The SYNTAX_BOOLEAN attribute syntax specifies that the attribute is of booelan type, i.e., can have a value of either true or false
SYNTAX_DATE - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The SYNTAX_DATE attribute syntax specifies that the attribute should be a date
SYNTAX_DECIMAL_NUMBER - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The SYNTAX_DECIMAL_NUMBER attribute syntax specifies that the attribute is a floating point number, e.g., 1.5, 3.56, etc.
SYNTAX_DECIMAL_RANGE - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The SYNTAX_DECIMAL_RANGE attribute syntax specifies that the attribute is a decimal number within a range.
SYNTAX_DN - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The SYNTAX_DN attribute syntax specifies that the attribute should be an LDAP distinguised name (DN).
SYNTAX_EMAIL - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The SYNTAX_EMAIL attribute syntax specifies that the attribute is a email address.
SYNTAX_ENCRYPTED_PASSWORD - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The SYNTAX_ENCRYPTED_PASSWORD attribute syntax specifies that the attribute is of password type, will be used by UI to mask the password typed.
SYNTAX_NUMBER - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The SYNTAX_NUMBER attribute syntax specifies that the attribute is a number.
SYNTAX_NUMBER_RANGE - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The SYNTAX_NUMBER_RANGE attribute syntax specifies that the attribute is a number within a range.
SYNTAX_NUMERIC - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The SYNTAX_NUMERIC attribute syntax specifies that the attribute is numeric, i.e., can have numbers only.
SYNTAX_PARAGRAPH - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The SYNTAX_PARAGRAPH attribute syntax specifies that the attribute should be a paragraph
SYNTAX_PASSWORD - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The SYNTAX_PASSWORD attribute syntax specifies that the attribute is of password type, will be used by UI to mask the password typed.
SYNTAX_PERCENT - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The SYNTAX_PERCENT attribute syntax specifies that the attribute is a percentage.
SYNTAX_STRING - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The SYNTAX_STRING attribute syntax specifies that the attribute is of text type, i.e., can have any unicode characters
SYNTAX_URL - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The SYNTAX_URL attribute syntax specifies that the attribute is a URL.
SYNTAX_XML - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The SYNTAX_XML attribute syntax specifies that the attribute should be a XML blob
SystemProperties - class com.iplanet.am.util.SystemProperties.
This class provides functionality that allows single-point-of-access to all related system properties.
SystemProperties() - Constructor for class com.iplanet.am.util.SystemProperties
 

T

TARGET - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
TARGET_SPECIFIER - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
TARGET_SPECIFIER_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
TEMPLATE - Static variable in interface com.iplanet.am.sdk.AMObject
Represents a Template object type
ThreadPool - class com.iplanet.am.util.ThreadPool.
This thread pool maintains a number of threads that run the tasks from a task queue one by one.
ThreadPool(String, int, int, boolean, Debug) - Constructor for class com.iplanet.am.util.ThreadPool
Constructs a thread pool with given parameters.
TIME_LIMIT_EXCEEDED - Static variable in class com.iplanet.am.sdk.AMSearchResults
Code used to indicate that the search was unsuccessful as the time limit exceeded during the search process.
TIME_LIMIT_EXCEEDED - Static variable in class com.sun.identity.policy.ValidValues
Code used to indicate that the search was unsuccessful as the time limit exceeded during the search process.
tokenAuthMethods - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
TOP_LEVEL_ADMIN_ROLE - Static variable in interface com.iplanet.am.sdk.AMRole
Represents a Top Level Admin Role
toString() - Method in interface com.iplanet.sso.SSOTokenID
This method returns the encrypted SSO token string.
toString() - Method in class com.sun.identity.sm.SMSException
 
toString() - Method in class com.sun.identity.sm.ServiceSchema
Returns string represenation of the schema
toString() - Method in class com.sun.identity.sm.ServiceInstance
Returns the String represenation of the ServiceInstance object.
toString() - Method in class com.sun.identity.sm.ServiceConfigManager
Returns String representation of the service's configuration data, along with instances and groups.
toString() - Method in class com.sun.identity.sm.AttributeSchema
 
toString() - Method in class com.sun.identity.sm.AttributeSchema.Type
The method returns the string representation of the schema attribute type.
toString() - Method in class com.sun.identity.sm.AttributeSchema.UIType
The method returns the string representation of the schema attribute UI type.
toString() - Method in class com.sun.identity.sm.AttributeSchema.Syntax
The method returns the string representation of the schema attribute syntax.
toString() - Method in class com.sun.identity.sm.ServiceConfig
Returns String representation of the ServiceConfig object.
toString() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the string representation of the Service Schema
toString() - Method in class com.sun.identity.sm.SchemaType
The method returns the string representation of the schema type.
toString() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. Method that returns the String representation of the AMAttributeSchema
toString() - Method in class com.iplanet.am.sdk.AMSchema.Type
Deprecated. The method returns the string representation of the schema type.
toString() - Method in class com.sun.identity.authentication.AuthContext.Status
Returns the string representation of the authentication status.
toString() - Method in class com.sun.identity.authentication.AuthContext.IndexType
Returns the string representation of the index type.
toString() - Method in class com.sun.identity.policy.PolicyDecision
Gets a String representation of this policy decision
toString() - Method in class com.sun.identity.policy.ResourceResult
Gets a string representation of this resource result
toString() - Method in class com.sun.identity.policy.Syntax
Gets the string representation of this object.
toString() - Method in class com.sun.identity.policy.ResourceMatch
Method to get string representation of the resource match.
toString() - Method in class com.sun.identity.policy.ActionDecision
Gets a String representation of this object
toString() - Method in class com.sun.identity.policy.Policy
Gets string representation of the policy object.
toString() - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Create a String representation of the element
toString() - Method in class com.sun.identity.saml.assertion.AssertionIDReference
This method translates the AssertionID to an XML String
toString() - Method in class com.sun.identity.saml.assertion.AttributeStatement
Create a String representation of the attribute statement
toString() - Method in class com.sun.identity.saml.assertion.Advice
Create a String representation of the element
toString() - Method in class com.sun.identity.saml.assertion.Subject
Create a String representation of the element
toString() - Method in class com.sun.identity.saml.assertion.NameIdentifier
Create a String representation of the element
toString() - Method in class com.sun.identity.saml.assertion.Conditions
Create a String representation of the element
toString() - Method in class com.sun.identity.saml.assertion.SubjectLocality
Create a String representation of the element
toString() - Method in class com.sun.identity.saml.assertion.AttributeDesignator
Create a String representation of the element
toString() - Method in class com.sun.identity.saml.assertion.AuthorityBinding
Create a String representation of the AuthorityBinding
toString() - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Create a String representation of the element
toString() - Method in class com.sun.identity.saml.assertion.Action
Create a String representation of the element
toString() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Create a String representation of the Authentication Statement
toString() - Method in class com.sun.identity.saml.assertion.Attribute
Create a String representation of the element
toString() - Method in class com.sun.identity.saml.assertion.Assertion
Create a String representation of the element
toString() - Method in class com.sun.identity.saml.assertion.Evidence
Create a String representation of the element
toString() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
Create a String representation of the AuthorizationStatement
toString() - Method in class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
This method translates the AuthorizationDecisionQuery to an XML document String based on the AuthorizationDecisionQuery schema.
toString() - Method in class com.sun.identity.saml.protocol.AssertionArtifact
This method translates the AssertionArtifact to an XML document String based on the SAML schema.
toString() - Method in class com.sun.identity.saml.protocol.AuthenticationQuery
This method translates the AuthenticationQuery to an XML document String based on the AuthenticationQuery schema described above.
toString() - Method in class com.sun.identity.saml.protocol.Request
This method translates the request to an XML document String based on the Request schema described above.
toString() - Method in class com.sun.identity.saml.protocol.Response
This method translates the response to an XML document String based on the Response schema described above.
toString() - Method in class com.sun.identity.saml.protocol.AttributeQuery
This method translates the AttributeQuery to an XML document String based on the AttributeQuery schema.
toString() - Method in class com.sun.identity.saml.protocol.StatusCode
This method translates the StatusCode to an XML document String based on the SAML schema.
toString() - Method in class com.sun.identity.saml.protocol.Status
This method translates the AssertionArtifact to an XML document String based on the SAML schema.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.Condition
Create a String representation of the element
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Create a String representation of the <AudienceRestrictionCondition> element
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AssertionIDReference
Creates a String representation of the element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.Statement
Create a String representation of the Statement
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.SubjectStatement
Create a String representation of the SubjectStatement
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AttributeStatement
Create a String representation of the Attribute statement
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.Advice
Create a String representation of the element
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.Subject
Create a String representation of the <Subject> element
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.NameIdentifier
Create a String representation of the <NameIdentifier> element
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.Conditions
Create a String representation of the <Conditions> element
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.SubjectLocality
Create a String representation of the <SubjectLocality> element
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AttributeDesignator
Create a String representation of the element
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AuthorityBinding
Create a String representation of the AuthorityBinding
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Create a String representation of the <SubjectConfirmation> element
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.Action
Create a String representation of the element
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Create a String representation of the AuthenticationStatement
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.Attribute
Create a String representation of the element
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.Assertion
Create a String representation of the <Assertion> element
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.Evidence
Create a String representation of the <Evidence> element (or of the <Evidence> element)
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
Create a String representation of the AuthorizationStatement
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.Query
Creates a String representation of the element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
Create a String representation of the samlp:AuthorizationDecisionQuery element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.AssertionArtifact
Creates a String representation of the <samlp:AssertionArtifact> element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.AuthenticationQuery
Creates a String representation of the element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.Request
Creates a String representation of the <samlp:Request> element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.Response
Creates a String representation of the <samlp:Response> element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.AttributeQuery
Create a String representation of the samlp:AttributeQuery element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.StatusCode
Creates a String representation of the <samlp:StatusCode> element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.Status
Creates a String representation of the <samlp:Status> element.
toString(boolean, boolean, boolean) - Method in class com.sun.identity.saml.protocol.Request
Creates a String representation of the <samlp:Request> element.
toString(boolean, boolean, boolean) - Method in class com.sun.identity.saml.protocol.Response
Creates a String representation of the <samlp:Response> element.
toXML() - Method in class com.sun.identity.policy.PolicyDecision
Gets an XML representation of this object
toXML() - Method in class com.sun.identity.policy.ResourceResult
Gets an XML representation of this resource result
toXML() - Method in class com.sun.identity.policy.Rule
Returns an XML string representing the rule
toXML() - Method in class com.sun.identity.policy.ActionDecision
Gets an XML representation of this object
toXML() - Method in class com.sun.identity.policy.Policy
Gets the serialized policy in XML
TRANSFORM_BASE64_DECODE - Static variable in class com.sun.identity.saml.common.SAMLConstants
Transform - Required base64 decoding
TRANSFORM_C14N_EXCL_OMIT_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
Canonicalization - Required Exclusive Canonicalization (omits comments)
TRANSFORM_C14N_EXCL_WITH_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
Canonicalization - Recommended Exclusive Canonicalization with Comments
TRANSFORM_C14N_OMIT_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
Canonicalization - Required Canonical XML (omits comments)
TRANSFORM_C14N_WITH_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
Canonicalization - Recommended Canonical XML with Comments
TRANSFORM_ENVELOPED_SIGNATURE - Static variable in class com.sun.identity.saml.common.SAMLConstants
Transform - Required Enveloped Signature
TRANSFORM_XPATH - Static variable in class com.sun.identity.saml.common.SAMLConstants
Transform - Recommended XPath
TRANSFORM_XPATH2FILTER - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
TRANSFORM_XPATH2FILTER04 - Static variable in class com.sun.identity.saml.common.SAMLConstants
Transform - XPath Filter v2.0
TRANSFORM_XPATHFILTERCHGP - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
TRANSFORM_XPOINTER - Static variable in class com.sun.identity.saml.common.SAMLConstants
Transform - XPointer
TRANSFORM_XSLT - Static variable in class com.sun.identity.saml.common.SAMLConstants
Transform - Optional XSLT
TRUSTED_SERVER_LIST - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
TYPE_LIST - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The TYPE_LIST attribute type specifies that the attribute can have multiple values, i.e., multi-valued attribute
TYPE_MULTIPLE_CHOICE - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The TYPE_MULTIPLE_CHOICE attribute type specifies that the attribute can have multiple values defined by the getChoiceValues method of AMAttributeSchema
TYPE_SIGNATURE - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The TYPE_SIGNATURE attribute type specifies that the attribute is a signing attribute.
TYPE_SINGLE - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The TYPE_SINGLE attribute type specifies that the attribute can have only a single value
TYPE_SINGLE_CHOICE - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The TYPE_SINGLE_CHOICE attribute type specifies that the attribute can have value defined by the getChoiceValues method of AMAttributeSchema
TYPE_VALIDATOR - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The VALIDATOR attribute type specifies that the attribute defines a attribute validator plugin.

U

UID - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
UITYPE_BUTTON - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The UITYPE_BUTTON attribute type specifies that the attribute should be display as a button.
UITYPE_LINK - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The UITYPE_LINK attribute type specifies that the attribute should be display as a link.
UITYPE_RADIO - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The UITYPE_RADIO attribute type specifies that the attribute should be display as a radio button.
UITYPE_UNDEFINED - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The UITYPE_UNDEFINED attribute type specifies that the UI type is not defined.
UMException - exception com.sun.identity.um.UMException.
The UMException is thrown whenever an error is is encountered while performing an operation on the data store.
UMException(String, String) - Constructor for class com.sun.identity.um.UMException
Constructs a new UMException with detailed message.
UMException(String, String, AMException) - Constructor for class com.sun.identity.um.UMException
Constructs a new UMException with detailed message.
UMException(String, String, Object[]) - Constructor for class com.sun.identity.um.UMException
Constructs a new UMException with detailed message.
UMException(String, String, Object[], AMException) - Constructor for class com.sun.identity.um.UMException
Constructs a new UMException with detailed message.
unassignAllPolicies(String, Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Unassigns the given policies from this organization and its roles.
unassignAllPolicies(String, Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Unassigns the given policies from this organizational unit and its roles.
unassignPolicies(String, Set) - Method in interface com.iplanet.am.sdk.AMObject
Deprecated. This method has been deprecated. Please use: com.sun.identity.policy package for creating and managing policies.
unassignServices(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Unassigns services from the organization.
unassignServices(Set) - Method in interface com.iplanet.am.sdk.AMObject
Unassigns services from the user/group/organization/ organizational unit.
unassignServices(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Unassigns services from the OrgUnit.
unassignServices(Set) - Method in class com.sun.identity.um.Common
Unassigns services from the user/group/org.
UNDEFINED_PRIORITY - Static variable in interface com.iplanet.am.sdk.AMTemplate
Represents the priority of a template whose priority is not explicitly set.
UNDEFINED_RESULT_COUNT - Static variable in class com.iplanet.am.sdk.AMSearchResults
Value returned when the total number of search results could not be obtained.
UNDETERMINED_OBJECT_TYPE - Static variable in interface com.iplanet.am.sdk.AMObject
Used to indicate the object type has not yet determined.
UNIQUE_ATTRIBUTE_LIST_ATTRIBUTE - Static variable in interface com.iplanet.am.sdk.AMConstants
 
UNIQUE_MEMBER_ATTRIBUTE - Static variable in interface com.iplanet.am.sdk.AMConstants
Unique member attribute
UNKNOWN_OBJECT_TYPE - Static variable in interface com.iplanet.am.sdk.AMObject
Represents an object type that cannot be identified
unregisterService(String) - Method in interface com.iplanet.am.sdk.AMOrganization
Unregister a service for this organization.
unregisterService(String) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Unregister a service for this organizational unit.
updateClientData() - Method in interface com.iplanet.services.cdm.ClientTypesManager
Reload all Client data.
URL - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The URL attribute syntax specifies that the attribute is a URL.
URL_LOGIN - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Login URL
URL_LOGOUT - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Logout URL
URLDecodeField(String, Debug) - Static method in class com.iplanet.am.util.Locale
 
URLDecodeField(String, String, Debug) - Static method in class com.iplanet.am.util.Locale
 
URLEncodeField(String, String) - Static method in class com.iplanet.am.util.Locale
This method is replacement function for URLEncoder Function URL encoder function converts input string into URLencoded byte stream after converting Unicode string into bytes using native encoding.
URLEncodeField(String, String, Debug) - Static method in class com.iplanet.am.util.Locale
This method is replacement function for URLEncoder Function URL encoder function converts input string into URLencoded byte stream after converting Unicode string into bytes using native encoding.
User - class com.sun.identity.um.User.
The User class provides methods to manage user
USER - Static variable in class com.sun.identity.sm.SchemaType
The User schema type defines the service configuration information that are user dependent.
USER - Static variable in interface com.iplanet.am.sdk.AMObject
Represents a User object type
USER - Static variable in class com.iplanet.am.sdk.AMSchema.Type
Deprecated. The User schema type defines the service configuration information that are user dependent.
USER - Static variable in class com.sun.identity.authentication.AuthContext.IndexType
The USER index type indicates that the index name given corresponds to a user.
USER - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
USER_ATTRIBUTE_NAME_FOR_PROFILE_TITLE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name of console display option of selecting user attribute name for displaying title in user profile view
USER_COLLECTION - Static variable in class com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to user collection.
USER_CREATE_NOTIFICATION_LIST - Static variable in interface com.iplanet.am.sdk.AMConstants
 
USER_DELETE_NOTIFICATION_LIST - Static variable in interface com.iplanet.am.sdk.AMConstants
 
USER_ENCRYPTED_PASSWORD_ATTRIBUTE - Static variable in interface com.iplanet.am.sdk.AMConstants
 
USER_ENTRY_PROCESSING_IMPL - Static variable in interface com.iplanet.am.sdk.AMConstants
 
USER_MODIFY_NOTIFICATION_LIST - Static variable in interface com.iplanet.am.sdk.AMConstants
 
USER_PASSWORD_ATTRIBUTE - Static variable in interface com.iplanet.am.sdk.AMConstants
 
USER_READ_ONLY_ATTRIBUTE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Attribute is displayed for all users and is not writable by regular users.
USER_ROLE - Static variable in interface com.iplanet.am.sdk.AMRole
Represents a User Role
USER_SEARCH_RETURN_ATTR - Static variable in interface com.iplanet.am.sdk.AMConstants
 
USER_SERVICE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Identity Server's user service name
USER_SERVICE_ACTIVE_STATUS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Active status attribute name in user service
USER_SERVICE_CN - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
cn attribute name in user service
USER_SERVICE_GIVEN_NAME - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Given Name attribute name in user service
USER_SERVICE_PREFERRED_LOCALE - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Preferred Locale attribute name in user service
USER_SERVICE_SN - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
sn attribute name in user service
USER_SERVICE_UID - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
uid attribute name in user service
USERID_PASSWORD_VALIDATION_CLASS - Static variable in interface com.iplanet.am.sdk.AMConstants
 
USERS - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name for navigation user window used for navigation search off

V

VALID - Static variable in class com.sun.identity.saml.assertion.Condition
 
validate(Set) - Method in interface com.sun.identity.sm.ServiceAttributeValidator
Validates the given set of string values.
validateAndInheritDefaults(Map, boolean) - Method in class com.sun.identity.sm.ServiceSchema
This method validates the attrMap against the attributes defined in this schema of the service.
validateAttributes(Map) - Method in class com.sun.identity.sm.ServiceSchema
Determines whether each attribute in the attribute set is valid.
validatePassword(String) - Method in class com.iplanet.am.sdk.AMUserPasswordValidation
Method to validate the Password.
validatePassword(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
This method will use validation plugin if exists to validate password
validateToken(SSOToken) - Method in class com.iplanet.sso.SSOTokenManager
Checks if the SSOToken is valid.
validateUserID(String) - Method in class com.iplanet.am.sdk.AMUserPasswordValidation
Method to validate the userID.
validateUserName(String, String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
This method will use validation plugin if exists else it checks invalid characters in the source string
VALIDATOR - Static variable in class com.sun.identity.sm.AttributeSchema.Type
The VALIDATOR attribute type specifies that the attribute defines a attribute validator plugin.
ValidValues - class com.sun.identity.policy.ValidValues.
This class ValidValues provides search results and a error code indicating if the search was sucessfull or time limit exceeded or search limit exceeded.
ValidValues(int, Set) - Constructor for class com.sun.identity.policy.ValidValues
 
verifyXMLSignature(Document) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
Verify all the signatures of the xml document
verifyXMLSignature(Document) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
Verify all the signatures of the xml document
verifyXMLSignature(Document, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
Verify all the signatures of the xml document
verifyXMLSignature(Document, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
Verify all the signatures of the xml document
verifyXMLSignature(Element) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
Verify the signature of the xml document
verifyXMLSignature(Element) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
Verify the signature of the xml document
verifyXMLSignature(Element, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
Verify the signature of the xml document
verifyXMLSignature(Element, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
Verify the signature of the xml document
verifyXMLSignature(String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
Verify the signature of the xml string
verifyXMLSignature(String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
Verify the signature of the xml string
verifyXMLSignature(String, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
Verify the signature of the xml string
verifyXMLSignature(String, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
Verify the signature of the xml string

W

WARNING - Static variable in class com.iplanet.am.util.Debug
flags the state where warning debugging is enabled, but message debugging is disabled.
warning(String) - Method in class com.iplanet.am.util.Debug
Prints warning messages only when debug level is greater than DEBUG.ERROR.
warning(String, Throwable) - Method in class com.iplanet.am.util.Debug
Prints warning messages only when debug level is greater than DEBUG.ERROR.
warningEnabled() - Method in class com.iplanet.am.util.Debug
Checks if warning debugging is enabled.
WEB_SERVICE_NAME - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Name of URL policy agent service.
WILDCARD_MATCH - Static variable in class com.sun.identity.policy.ResourceMatch
The WILDCARD_MATCH specifies the resources are wildcard match
WRAP_SERVICE_LABEL - Static variable in interface com.iplanet.am.console.base.model.AMAdminConstants
Resource bundle key for wrap service label properties

X

X509SUBJECTNAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
NameQualifier in NameIdetifier for X509SubjectName
XML - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The XML attribute syntax specifies that the attribute is of xml type, i.e., can have any unicode characters.
XMLSIG_ELEMENT_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
XMLSIG_NAMESPACE_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
XMLSignatureException - exception com.sun.identity.saml.xmlsig.XMLSignatureException.
This class represents a SAML XML Signature exception.
XMLSignatureException() - Constructor for class com.sun.identity.saml.xmlsig.XMLSignatureException
Create an XMLSignatureException with no message.
XMLSignatureException(String) - Constructor for class com.sun.identity.saml.xmlsig.XMLSignatureException
Create an XMLSignatureException with a message.
XMLSignatureManager - class com.sun.identity.saml.xmlsig.XMLSignatureManager.
The class XMLSignatureManager provides methods to sign and verify xml signature.
XPATH_C14N_OMIT_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
XPATH_C14N_OMIT_COMMENTS_SINGLE_NODE - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
XPATH_C14N_WITH_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
XPATH_C14N_WITH_COMMENTS_SINGLE_NODE - Static variable in class com.sun.identity.saml.common.SAMLConstants
 

A B C D E F G H I K L M N O P Q R S T U V W X