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.
ACCESS - Static variable in class com.iplanet.log.LogRecord
Deprecated. Defines the type of LogRecord to be of type ACCESS.
access(LogRecord, String) - Method in class com.iplanet.log.LogManager
Deprecated. Write a log record to an access log.
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.AMUser
Activates the user.
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.
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.
AdminUtils - class com.iplanet.am.util.AdminUtils.
This class contains methods to retrieve TopLevelAdmin information.
AdminUtils() - Constructor for class com.iplanet.am.util.AdminUtils
 
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_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_TEMPLATES - Static variable in interface com.iplanet.am.sdk.AMTemplate
Represents both dynamic and policy template for a service
ALREADY_EXISTS - Static variable in class com.iplanet.log.LogException
log already exists
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.
AMConstants - interface com.iplanet.am.sdk.AMConstants.
 
AMDynamicGroup - interface com.iplanet.am.sdk.AMDynamicGroup.
The DynamicGroup 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
 
AMEntryExistsException(String, String, Object[], UMSException) - Constructor for class com.iplanet.am.sdk.AMEntryExistsException
 
AMEntryExistsException(String, String, UMSException) - 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.
AMException(String, String, Object[], UMSException) - Constructor for class com.iplanet.am.sdk.AMException
Constructs a new AMException with detailed message.
AMException(String, String, UMSException) - Constructor for class com.iplanet.am.sdk.AMException
Constructs a new AMException with detailed message.
AMGroup - interface com.iplanet.am.sdk.AMGroup.
The AMGroup interface provides methods to manage group
AMGroupContainer - interface com.iplanet.am.sdk.AMGroupContainer.
The AMGroupContainer 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
 
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.
The AMOrganization interface provides methods to manage organization
AMOrganizationalUnit - interface com.iplanet.am.sdk.AMOrganizationalUnit.
The AMOrganizationalUnit interface provides methods to manage organizational unit
AMPasswordUtil - class com.iplanet.am.util.AMPasswordUtil.
 
AMPasswordUtil() - Constructor for class com.iplanet.am.util.AMPasswordUtil
 
AMPeopleContainer - interface com.iplanet.am.sdk.AMPeopleContainer.
The PeopleContainer interface provides methods to manage people container
AMRole - interface com.iplanet.am.sdk.AMRole.
The Role interface provides methods to manage role
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.
AMSearchResults - class com.iplanet.am.sdk.AMSearchResults.
This class AMSearchResults provides to obtain the search results.
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.
The AMStaticGroup interface provides methods to manage static group
AMStoreConnection - class com.iplanet.am.sdk.AMStoreConnection.
The AMStoreConnection class represents a connection to the Sun ONE Identity Server datastore.
AMStoreConnection(SSOToken) - Constructor for class com.iplanet.am.sdk.AMStoreConnection
Gets the connection to the Sun ONE Identity Server datastore 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.
The User interface provides methods to manage user
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
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.
assignPolicies(String, Set) - Method in interface com.iplanet.am.sdk.AMObject
Assigns the given policies to this object.
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.
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.
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
 
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.IndexType() - Constructor for class com.sun.identity.authentication.AuthContext.IndexType
 
AuthContext.Status - class com.sun.identity.authentication.AuthContext.Status.
The class Status defines the possible authentication states during the login process.
AuthContext.Status() - Constructor for class com.sun.identity.authentication.AuthContext.Status
 
AuthContext(SSOToken) - Constructor for class com.sun.identity.authentication.AuthContext
To obtain 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
To obtain an instance of AuthContext for a given organization name, or sub organization name.
AuthContext(String, String) - Constructor for class com.sun.identity.authentication.AuthContext
To obtain 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
To obtain 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
To obtain 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
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.
 
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 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.
 
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
 

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

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.
CDMBundle - class com.iplanet.services.cdm.CDMBundle.
Provides class to get resource bundle strings for ClientDetection class.
CDMBundle() - Constructor for class com.iplanet.services.cdm.CDMBundle
 
CERTALIAS - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
checkDateValidity(Date) - 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.
Client() - Constructor for class com.iplanet.services.cdm.Client
 
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.
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
Overrride clone to make it public
com.iplanet.am.sdk - package com.iplanet.am.sdk
 
com.iplanet.am.util - package com.iplanet.am.util
 
com.iplanet.log - package com.iplanet.log
 
com.iplanet.services.cdm - package com.iplanet.services.cdm
 
com.iplanet.sso - package com.iplanet.sso
 
com.sun.identity.authentication - package com.sun.identity.authentication
 
com.sun.identity.authentication.spi - package com.sun.identity.authentication.spi
 
com.sun.identity.log - package com.sun.identity.log
 
com.sun.identity.log.spi - package com.sun.identity.log.spi
 
com.sun.identity.policy - package com.sun.identity.policy
 
com.sun.identity.policy.client - package com.sun.identity.policy.client
 
com.sun.identity.policy.interfaces - package com.sun.identity.policy.interfaces
 
com.sun.identity.saml - package com.sun.identity.saml
 
com.sun.identity.saml.assertion - package com.sun.identity.saml.assertion
 
com.sun.identity.saml.common - package com.sun.identity.saml.common
 
com.sun.identity.saml.plugins - package com.sun.identity.saml.plugins
 
com.sun.identity.saml.protocol - package com.sun.identity.saml.protocol
 
com.sun.identity.saml.xmlsig - package com.sun.identity.saml.xmlsig
 
com.sun.identity.sm - package com.sun.identity.sm
 
com.sun.liberty - package com.sun.liberty
 
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.
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.
 
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.
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
 
CONNECTION_FALIED - Static variable in class com.iplanet.log.LogException
log jdbc driver connection failed
ConnectionException - exception com.iplanet.log.ConnectionException.
Throw a log exception when connection to the DB fails.
ConnectionException() - Constructor for class com.iplanet.log.ConnectionException
Throw a log exception when connection to the DB fails
ConnectionException(String) - Constructor for class com.iplanet.log.ConnectionException
Throw a log exception when connection to the DB fails
CONSTANT - Static variable in class com.sun.identity.policy.Syntax
value is a constant string, would be typically shown as non editable text
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
CREATE_ACCESS_DENIED - Static variable in class com.iplanet.log.LogException
log creation privilege is denied
create(String) - Method in class com.iplanet.log.LogManager
Deprecated. This method no longer does anything.
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.
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.
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.
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.
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
Creates a Policy Template with no priority for the given service associated with this AMObject.
createPolicyTemplate(String, Map, int) - Method in interface com.iplanet.am.sdk.AMObject
Creates a Policy Template with a priority for the given service associated with this AMObject.
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(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Creates roles.
createRoles(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
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.
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.
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.

D

DATE - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The DATE attribute syntax specifies that the attribute is of date type.
deactivate() - Method in interface com.iplanet.am.sdk.AMUser
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.
decrypt(String) - Static method in class com.iplanet.am.util.AMPasswordUtil
Decrypts the encrypted password.
DEFAULT_ENCODING - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
DEFAULT_ORG - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
DELETE_ACCESS_DENIED - Static variable in class com.iplanet.log.LogException
log deletion privilege is denied
DELETE_ERROR - Static variable in class com.iplanet.log.LogException
log deletion error
delete() - Method in interface com.iplanet.am.sdk.AMObject
Deletes the object.
delete(boolean) - Method in interface com.iplanet.am.sdk.AMObject
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.
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.
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.
deleteRoles(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
Deletes roles.
deleteRoles(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
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.
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.
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.
destroy() - Method in class com.iplanet.am.util.ThreadPool
Destroys the thread pool.
destroyToken(SSOToken) - Method in class com.iplanet.sso.SSOTokenManager
Destroys an SSOToken.
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).
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.
DRIVER_LOAD_FAILED - Static variable in class com.iplanet.log.LogException
log jdbc driver loading failed
DriverLoadException - exception com.iplanet.log.DriverLoadException.
Throw a log exception when JDBC driver load fails
DriverLoadException() - Constructor for class com.iplanet.log.DriverLoadException
Throw a log exception when JDBC driver load fails
DriverLoadException(String) - Constructor for class com.iplanet.log.DriverLoadException
Throw a log exception when JDBC driver load fails
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

E

EMAIL - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
The EMAIL attribute syntax specifies that the attribute is a email address.
encodeURL(String) - Method in interface com.iplanet.sso.SSOToken
Returns the encoded URL , rewritten to include the session id.
encrypt(String) - Static method in class com.iplanet.am.util.AMPasswordUtil
Encrypts the password
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
 
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(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.log.LogRecord
Deprecated. Defines the type of LogRecord to be of type ERROR.
ERROR - Static variable in class com.iplanet.am.util.Debug
flags the state where error debugging is enabled.
error(LogRecord, String) - Method in class com.iplanet.log.LogManager
Deprecated. Write a log record to an error log.
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.
FATAL_ERROR - Static variable in class com.iplanet.log.LogException
other unkown fatal error
FILTERED_ROLE - Static variable in interface com.iplanet.am.sdk.AMObject
Represents a Filtered Role object type
formatMessage(String, Object) - Static method in class com.iplanet.am.util.Locale
Util function to format messages using MessageFormat Class

G

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
generateID() - Static method in class com.sun.identity.saml.common.SAMLSiteID
Generates an ID String with length of SAMLConstants.ID_LENGTH.
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.
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.
getAdminDN() - Static method in class com.iplanet.am.util.AdminUtils
Returns the DN of the TopLevelAdmin.
getAdminPassword() - Static method in class com.iplanet.am.util.AdminUtils
Returns the password of the TopLevelAdmin.
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.Client
Returns an iterator of Client objects for all known client types.
getAMObjectType(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Gets 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, 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
Gets the handle to the AMAssignableDynamicGroup object represented by DN.
getAssignableDynamicGroupDNs() - Method in interface com.iplanet.am.sdk.AMUser
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.AMUser
Gets all service names that are assigned to the user.
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
Get 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
Gets 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(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(SSOToken) - Method in interface com.sun.identity.saml.plugins.SiteAttributeMapper
Return List of Attribute objects
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
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
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
getClientTypeData(String) - Method in interface com.iplanet.services.cdm.ClientTypesManager
Returns properties of the requested client type
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 i.e.
getCosQualifier() - Method in class com.iplanet.am.sdk.AMAttributeSchema
Deprecated. The method returns the value of the cosQualifier for this attribute i.e.
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.Client
Get a Client instance for the default client type
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.
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
Gets the handle to the AMDynamicGroup 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.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.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
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.AMDynamicGroup
Gets the search filter for the dynamic group.
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
Gets the handle to the AMGroupContainer object represented by DN.
getGroupContainerNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
Gets the group container naming attribute.
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
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
Gets 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.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.Client
Get Client instance for a specific 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
getLDAPErrorCode() - Method in class com.iplanet.am.sdk.AMException
Method to obtain the LDAP error code.
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
getLogType() - Method in class com.iplanet.log.LogRecord
Deprecated. The log type either access or error
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.
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
getMessageArgs() - Method in class com.iplanet.am.sdk.AMException
Method to obtain the arguments corresponding to the error code.
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.iplanet.am.util.ThreadPool
Get the name of this thread pool
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
getNameSpace() - Method in class com.sun.identity.saml.assertion.Action
get the namespace of Action
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.
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.
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(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
Gets the handle to the AMOrganization object represented by DN.
getOrganization(String) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
Gets the organization 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
Gets the handle to the AMOrganizationalUnit object represented by DN.
getOrganizationalUnitNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
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.
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.
getOrganizationNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
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.
getPeopleContainer(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Gets the handle to the AMPeopleContainer object represented by DN.
getPeopleContainerNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
Gets the people container naming attribute.
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.
getPolicy(String) - Method in interface com.iplanet.am.sdk.AMObject
Gets the effective service policy defined at this object after considering any inheritance from any policy tempates.
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
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
Gets the policy template for a service defined for this object ignoring any inheritance.
getPolicyTemplate(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Gets the handle to the AMTemplate object represented by DN.
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
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
Gets 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
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.
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
Get 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.
getRecMsg() - Method in class com.iplanet.log.LogRecord
Deprecated. The log data or value of a single log record.
getRecType() - Method in class com.iplanet.log.LogRecord
Deprecated. The log type or key of a single log record.
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.
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.
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.
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.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 rooted at the given resource name for the given serviceType that could be governed by this referral
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
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.
getRole(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
Gets the handle to the AMRole object represented by DN.
getRoleDNs() - Method in interface com.iplanet.am.sdk.AMUser
Gets all the roles the user is in.
getRoleNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
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.
getRoleType() - Method in interface com.iplanet.am.sdk.AMRole
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.
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
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
Gets the service hiearchy 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
Gets the set of names of services that have been loaded to the datastore
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:
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
Gets the handle to the AMStaticGroup object represented by DN.
getStaticGroupDNs() - Method in interface com.iplanet.am.sdk.AMUser
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.
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, 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(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 on the session based on max session time
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
 
getTokenID() - Method in interface com.iplanet.sso.SSOToken
Returns SSOTokenID object
getTopLevelContainers() - Method in class com.iplanet.am.sdk.AMStoreConnection
Gets the top level containers (Organizations, PeopleContainers, Roles, etc) for the particular user based on ssoToken as the starting point in the tree.
getTopLevelOrganizations() - Method in class com.iplanet.am.sdk.AMStoreConnection
Gets 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.
getType() - Method in class com.iplanet.log.LogException
Get log exception type.
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
Gets the handle to the AMUser object represented by DN.
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.
getUserNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
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.
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 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_PROFILE - Static variable in interface com.iplanet.am.sdk.AMObject
Represents group profile Information
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.
hasMoreRequirements() - Method in class com.sun.identity.authentication.AuthContext
Checks if the login process requires more information from the user to complete the authentication.
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
 
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 class com.iplanet.log.LogException
log is in inactive state, preventing log submission
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
 
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.
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
 
INVALID_LOG_NAME - Static variable in class com.iplanet.log.LogException
log name is in valid
INVALID_SESSION - Static variable in class com.iplanet.log.LogException
invalid session
InvalidAttributeNameException - exception com.sun.identity.sm.InvalidAttributeNameException.
 
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.
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(Throwable, String, int) - Constructor for class com.sun.identity.policy.InvalidFormatException
Constructor
InvalidLogNameException - exception com.iplanet.log.InvalidLogNameException.
LogException thrown when log name is invalid.
InvalidLogNameException() - Constructor for class com.iplanet.log.InvalidLogNameException
Throw a log exception when the log name is invalid.
InvalidLogNameException(String) - Constructor for class com.iplanet.log.InvalidLogNameException
Throw a log exception when the log name is invalid.
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(Throwable, String, int) - Constructor for class com.sun.identity.policy.InvalidNameException
Constructor
InvalidPasswordException - exception 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() - Constructor for class com.sun.identity.authentication.spi.InvalidPasswordException
 
InvalidPasswordException(String) - Constructor for class com.sun.identity.authentication.spi.InvalidPasswordException
 
InvalidPasswordException(String, String) - Constructor for class com.sun.identity.authentication.spi.InvalidPasswordException
 
isActivated() - Method in interface com.iplanet.am.sdk.AMUser
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.
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.
isFederationCancelled(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
returns a boolean indicating whether Termination has succeeded or failed.
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.
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.
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).
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.
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.
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
isValidToken(SSOToken) - Method in class com.iplanet.sso.SSOTokenManager
Checks if an SSOToken is valid or not.

K

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, 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.
LIST_ACCESS_DENIED - Static variable in class com.iplanet.log.LogException
log listing privilege is denied
LIST_NOT_EXISTS - Static variable in class com.iplanet.log.LogException
log list does not exist
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_HANDLER_ERROR - Static variable in class com.iplanet.log.LogException
log handler error
LOG_NOT_FOUND - Static variable in class com.iplanet.log.LogException
no such log exists
log(LogRecord) - Method in class com.sun.identity.log.Logger
Directs evey log call to log(record,credential)
log(LogRecord, Object) - Method in class com.sun.identity.log.Logger
Calls super.log after checking authorization.
LogAlreadyExistException - exception com.iplanet.log.LogAlreadyExistException.
LogException thrown when the log already exists
LogAlreadyExistException() - Constructor for class com.iplanet.log.LogAlreadyExistException
Throw when the log already exists
LogAlreadyExistException(String) - Constructor for class com.iplanet.log.LogAlreadyExistException
Throw when the log already exists
LogCreateException - exception com.iplanet.log.LogCreateException.
LogException thrown when log creation fails.
LogCreateException() - Constructor for class com.iplanet.log.LogCreateException
Throw a log exception when the log creation fails.
LogCreateException(String) - Constructor for class com.iplanet.log.LogCreateException
Throw a log exception when the log creation fails.
LogDeleteException - exception com.iplanet.log.LogDeleteException.
LogException thrown when the log deletion fails.
LogDeleteException() - Constructor for class com.iplanet.log.LogDeleteException
Throw a log exception when the log deletion fails.
LogDeleteException(String) - Constructor for class com.iplanet.log.LogDeleteException
Throw a log exception when the log deletion fails.
LogException - exception com.iplanet.log.LogException.
The applications may encounter errors when they are denied for a log access because they don't have the access privileges or when they do not have a valid session.
LogException() - Constructor for class com.iplanet.log.LogException
Create a log exception.
LogException(String) - Constructor for class com.iplanet.log.LogException
Create a log exception.
LogException(String, int) - Constructor for class com.iplanet.log.LogException
Create a log exception.
LogFatalException - exception com.iplanet.log.LogFatalException.
LogException thrown when a fatal error occurs
LogFatalException() - Constructor for class com.iplanet.log.LogFatalException
Throw a log exception when a fatal error occurs.
LogFatalException(String) - Constructor for class com.iplanet.log.LogFatalException
Throw a log exception when a fatal error occurs.
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.
LogHandlerException - exception com.iplanet.log.LogHandlerException.
LogException thrown when a log handler error is encountered.
LogHandlerException() - Constructor for class com.iplanet.log.LogHandlerException
Throw a log exception when a log handler error is encountered.
LogHandlerException(String) - Constructor for class com.iplanet.log.LogHandlerException
Throw a log exception when a log handler error is encountered.
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
Start the login process for the given AuthContext object identified by the index type and index name.
LogInactiveException - exception com.iplanet.log.LogInactiveException.
LogException thrown when the log is in INACTIVE status.
LogInactiveException() - Constructor for class com.iplanet.log.LogInactiveException
Throw a log exception when the log is in INACTIVE status.
LogInactiveException(String) - Constructor for class com.iplanet.log.LogInactiveException
Throw a log exception when the log is in INACTIVE status.
LogInvalidSessionException - exception com.iplanet.log.LogInvalidSessionException.
 
LogInvalidSessionException() - Constructor for class com.iplanet.log.LogInvalidSessionException
Throw a log exception when an application has an invalid session.
LogInvalidSessionException(String) - Constructor for class com.iplanet.log.LogInvalidSessionException
Throw a log exception when an application has an invalid session.
LogManager - class com.iplanet.log.LogManager.
Deprecated. This class has been deprecated. Please use com.sun.identity.log.Logger.
LogManager(Session) - Constructor for class com.iplanet.log.LogManager
Deprecated. Construct a Sun ONE Identity Server 5.1 log manager.
LogManager(SessionID) - Constructor for class com.iplanet.log.LogManager
Deprecated. Construct a Sun ONE Identity Server 5.1 log manager.
LogManager(SSOToken) - Constructor for class com.iplanet.log.LogManager
Deprecated. Construct a Sun ONE Identity Server 5.1 log manager.
LogNotFoundException - exception com.iplanet.log.LogNotFoundException.
LogNotFoundException thrown when an application access a log which does not exist.
LogNotFoundException() - Constructor for class com.iplanet.log.LogNotFoundException
Throw a log exception when an application accesses a log which does not exist.
LogNotFoundException(String) - Constructor for class com.iplanet.log.LogNotFoundException
Throw a log exception when an application accesses a log which does not exist.
logout() - Method in class com.sun.identity.authentication.AuthContext
Logs out the user and also invalidates the SSO Token associated with this AuthContext.
LogPrivDeniedException - exception com.iplanet.log.LogPrivDeniedException.
LogException thrown when the access privilege is denied.
LogPrivDeniedException() - Constructor for class com.iplanet.log.LogPrivDeniedException
Throw a log exception when the access privilege is denied.
LogPrivDeniedException(String) - Constructor for class com.iplanet.log.LogPrivDeniedException
Throw a log exception when the access privilege is denied.
LogProfileException - exception com.iplanet.log.LogProfileException.
Log Exception thrown when access privilege is denied.
LogProfileException() - Constructor for class com.iplanet.log.LogProfileException
Throw a log exception when the access privilege is denied.
LogProfileException(String) - Constructor for class com.iplanet.log.LogProfileException
Throw a log exception when the access privilege is denied.
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.
LogReadExceedsMaxException - exception com.iplanet.log.LogReadExceedsMaxException.
Log Exception thrown when log size exceeds the maximum size defined in the log profile.
LogReadExceedsMaxException() - Constructor for class com.iplanet.log.LogReadExceedsMaxException
Throw a log exception when the retrieving log size exceeds the maximum size defined in the log profile..
LogReadExceedsMaxException(String) - Constructor for class com.iplanet.log.LogReadExceedsMaxException
Throw a log exception when the retrieving log size exceeds the maximum size defined in the log profile.
LogReadException - exception com.iplanet.log.LogReadException.
Log Exception thrown when an error is encountered in retrieving the log information.
LogReadException() - Constructor for class com.iplanet.log.LogReadException
Throw a log exception when the log infomation retrieval fails.
LogReadException(String) - Constructor for class com.iplanet.log.LogReadException
Throw a log exception when the log infomation retrieval fails.
LogRecord - class com.iplanet.log.LogRecord.
Deprecated. This class has been deprecated. Please use com.sun.identity.log.LogRecord.
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.
LogRecord(String, String) - Constructor for class com.iplanet.log.LogRecord
Deprecated. Constructs a Sun ONE Identity Server 5.1 LogRecord with the Type and Message.
LogRecord(String, String, int) - Constructor for class com.iplanet.log.LogRecord
Deprecated. Constructs a Sun ONE Identity Server 5.1 LogRecord with the Type, Message and LogType.
LogTypeException - exception com.iplanet.log.LogTypeException.
Log Exception thrown when log type error occurs.
LogTypeException() - Constructor for class com.iplanet.log.LogTypeException
Throw a log exception when log type error occurs.
LogTypeException(String) - Constructor for class com.iplanet.log.LogTypeException
Throw a log exception when log type error occurs.
LogWriteException - exception com.iplanet.log.LogWriteException.
Log Exception thrown when the log record submission fails
LogWriteException() - Constructor for class com.iplanet.log.LogWriteException
Throw a log exception when the log record submission fails.
LogWriteException(String) - Constructor for class com.iplanet.log.LogWriteException
Throw a log exception when the log record submission fails.
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.
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.
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.
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(Throwable, String, int) - Constructor for class com.sun.identity.policy.NameAlreadyExistsException
Constructor
NameIdentifier - class com.sun.identity.saml.assertion.NameIdentifier.
 
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(Throwable, String, int) - Constructor for class com.sun.identity.policy.NameNotFoundException
Constructor
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
NO_SUCH_SEGMENT_EXISTS - Static variable in class com.iplanet.log.LogException
no such log segment exists
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(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
 
NULL_LOCATION - Static variable in class com.iplanet.log.LogException
log jdbc driver null location
NULL_POINTER - Static variable in class com.iplanet.log.LogException
log jdbc null pointer
NullLocationException - exception com.iplanet.log.NullLocationException.
Log Exception thrown when the location is null.
NullLocationException() - Constructor for class com.iplanet.log.NullLocationException
Throw a log exception when the location is null.
NullLocationException(String) - Constructor for class com.iplanet.log.NullLocationException
Throw a log exception when the location is null.
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_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.
ORG - Static variable in interface com.sun.identity.saml.plugins.AccountMapper
Key to hold organization DN in returned map
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
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.
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.

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 class com.sun.identity.saml.common.SAMLConstants
 
passwordAuthMethods - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
PEOPLE_CONTAINER - Static variable in interface com.iplanet.am.sdk.AMObject
Represents a People Container object type
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
 
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_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_NAME - Static variable in class com.sun.identity.policy.PolicyManager
The service name for Policy component.
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.
This is a remote policy evaluator
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, 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
 
POSTURL - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
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.
PROFILE_ERROR - Static variable in class com.iplanet.log.LogException
log profile error
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
 

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_ACCESS_DENIED - Static variable in class com.iplanet.log.LogException
log retrieval privilege is denied
READ_ERROR - Static variable in class com.iplanet.log.LogException
log Retrieval error
READ_EXCEEDS_MAX - Static variable in class com.iplanet.log.LogException
log retrieval size (in bytes) exceeds the maximum allowed
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
ResourceManager - class com.sun.identity.policy.ResourceManager.
 
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 - 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_PROFILE - Static variable in interface com.iplanet.am.sdk.AMObject
Represents role profile Information
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(Runnable) - Method in class com.iplanet.am.util.ThreadPool
Runs the user-defined task.
rwLock - Static variable in class com.sun.identity.log.Logger
 

S

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_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 methid will be invoked when a service's schema has been changed.
SchemaException - exception com.sun.identity.sm.SchemaException.
 
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.
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.
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, 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.
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, 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.
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, 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.
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.
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, 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.
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, 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.
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, 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, 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.
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.
ServiceAlreadyExistsException - exception com.sun.identity.sm.ServiceAlreadyExistsException.
 
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.
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 - exception com.sun.identity.sm.ServiceNotFoundException.
 
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.
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
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.
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
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
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.AMDynamicGroup
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.
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.
setLogType(int) - Method in class com.iplanet.log.LogRecord
Deprecated. sets the log type to either ACCESS or ERROR
setMaxRecord(int) - Method in class com.sun.identity.log.LogQuery
setMaxRecord method sets maxRecord i.e.
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.
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.
setRoleType(int) - Method in interface com.iplanet.am.sdk.AMRole
Sets the type of the role.
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.
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.
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.
setURI(String) - Method in class com.sun.identity.sm.ServiceInstance
Sets the URI for the service instance.
setUserSessionProperty(String, String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Sets a property in the user session.
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.
SignatureProvider is an interface to be implemented to sign and verify xml signature
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(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.
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.
The class SiteAttributeList is an interface that 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 Atrifact 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.
SMSException - exception 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, 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)
SQL_ERROR - Static variable in class com.iplanet.log.LogException
log SQL error
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_MAX_TIMEOUT - Static variable in interface com.iplanet.sso.SSOTokenEvent
SSO Token maximum time out event
SSOException - exception 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(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
 
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, get, 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
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.
stopIdleThreads() - Method in class com.iplanet.am.util.ThreadPool
Stops all the idle threads in the pool.
store() - 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.
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.
ThreadPool is a generic thread pool that manages and recycles threads instead of creating them everytime some task needs to be run on a different thread.
ThreadPool(String, int, boolean, Debug) - Constructor for class com.iplanet.am.util.ThreadPool
Constructs a thread pool with the poolName and given number of threads.
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.
token - Variable in class com.iplanet.log.LogManager
Deprecated.  
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.iplanet.am.util.ThreadPool
Returns the string representation of this thread pool that includes the name, size and the number of currently idle threads
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
TRUSTED_SERVER_LIST - Static variable in class com.sun.identity.saml.common.SAMLConstants
 
TYPE_ERROR - Static variable in class com.iplanet.log.LogException
log type error
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.
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
Unassigns the given policies from this object.
unassignServices(Set) - Method in interface com.iplanet.am.sdk.AMUser
Unassigns services from the user.
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.
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.
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 - 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_COLLECTION - Static variable in class com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to user collection.
USER_ROLE - Static variable in interface com.iplanet.am.sdk.AMRole
Represents a User Role

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.
validateAttributes(Map) - Method in class com.sun.identity.sm.ServiceSchema
Determines whether each attribute in the attribute set is valid.
validateToken(SSOToken) - Method in class com.iplanet.sso.SSOTokenManager
Checks if the SSOToken is valid.
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(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.
WILDCARD_MATCH - Static variable in class com.sun.identity.policy.ResourceMatch
The WILDCARD_MATCH specifies the resources are wildcard match
WRITE_ACCESS_DENIED - Static variable in class com.iplanet.log.LogException
log submition privilege is denied
WRITE_ERROR - Static variable in class com.iplanet.log.LogException
log submission error
write(LogRecord, String) - Method in class com.iplanet.log.LogManager
Deprecated. Write a log record to a log.

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.

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