A C D E F G H I L M O P Q R S T U _

A

addAliasForUser(String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
addAliasForUser will store a mapping from the given federation context id and username to the given alias.
addAliasForUser(String, String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
addAliasForUser will store a mapping from the given federation context id and username to the given alias.
addAliasForUser(String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
addAliasForUser will store a mapping from the given federation context id and username to the given alias.
addAliasForUser(String, String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
addAliasForUser will store a mapping from the given federation context id and username to the given alias.
addAttribute(Attribute) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Adds the given Attribute to the list of attributes.
addAttribute(Attribute) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Adds the given Attribute to the list of attributes.
addAttribute(Attribute) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
Adds the given Attribute to the list of attributes.
addAttribute(Attribute) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
Adds the given Attribute to the list of attributes.
addAttributeElements(Element) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
 
addAttributeElements(Element) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
 
addAttributeElements(Element) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
 
addAttributeElements(Element) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
 
addAttributeStatement(AttributeStatement) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Adds the given AttributeStatement to the list of AttributeStatements.
addAttributeStatement(AttributeStatement) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Adds the given AttributeStatement to the list of AttributeStatements.
addAttributeValues(Object[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Adds additional attribute values to this Attribute object based on the Object[] passed in.
addAttributeValues(Object[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Adds additional attribute values to this Attribute object based on the Object[] passed in.
addContextAttribute(Attribute) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Adds the given Attribute to the list of ContextAttributes
addContextAttribute(Attribute) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Adds the given Attribute to the list of ContextAttributes
addGroup(Group) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Adds the given group.
addGroup(Group) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Adds the given group.
addGroup(Group) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
addGroup(Group) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
addPrincipalAttribute(Attribute) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Add a principalAttribute to this STSUniversalUser.
addPrincipalAttribute(Attribute) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Add a principalAttribute to this STSUniversalUser.
ALIAS_TYPE_OLD - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
 
ALIAS_TYPE_OLD - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
 
ALIAS_TYPE_PARTNER - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
 
ALIAS_TYPE_PARTNER - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
 
ALIAS_TYPE_SELF - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
 
ALIAS_TYPE_SELF - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
 
associate(String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Associates the attribute key-value pair to authorization grant state ID.
associate(String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Associates the attribute key-value pair to authorization grant state ID.
Attribute - Class in com.tivoli.am.fim.trustserver.sts.uuser
Represents an STS Universal User attribute while providing methods to transform to and from XML.
Attribute - Class in com.tivoli.am.fim.trustserver.sts.uuser
Represents an STS Universal User attribute while providing methods to transform to and from XML.
Attribute(String, String, String[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Constructs an Attribute object using a name, type and an array of String values.
Attribute(String, String, String) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Constructs an Attribute object using a name, type and a single value.
Attribute(String, String, List) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Constructs an Attribute object using a name, type and a list of values, typically Strings.
Attribute(String, String, String, List) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Constructs an Attribute object using a name, nickname, type and a list of values, typically Strings.
Attribute(String, String, String, String[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Constructs an Attribute object using a name, type, nickname and an array of String values.
Attribute(String, String, String, Node[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Constructs an Attribute object using a name, type, nickname and an array of Nodes.
Attribute(String, String, String, String[], Node[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Constructs an Attribute object using a name, type, nickname, an array of Nodes and a String array of values.
Attribute(String, String, Node[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Constructs an Attribute object using a name, type, and an array of Nodes.
Attribute(String, String, String[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Constructs an Attribute object using a name, type and an array of String values.
Attribute(String, String, String) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Constructs an Attribute object using a name, type and a single value.
Attribute(String, String, List) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Constructs an Attribute object using a name, type and a list of values, typically Strings.
Attribute(String, String, String, List) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Constructs an Attribute object using a name, nickname, type and a list of values, typically Strings.
Attribute(String, String, String, String[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Constructs an Attribute object using a name, type, nickname and an array of String values.
Attribute(String, String, String, Node[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Constructs an Attribute object using a name, type, nickname and an array of Nodes.
Attribute(String, String, String, String[], Node[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Constructs an Attribute object using a name, type, nickname, an array of Nodes and a String array of values.
Attribute(String, String, Node[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Constructs an Attribute object using a name, type, and an array of Nodes.
Attribute_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
 
Attribute_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
 
Attribute_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
 
Attribute_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
 
AttributeContainer - Class in com.tivoli.am.fim.trustserver.sts.uuser
Container for Attributes.
AttributeContainer - Class in com.tivoli.am.fim.trustserver.sts.uuser
Container for Attributes.
AttributeContainer() - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Constructs an AttributeContainer object.
AttributeContainer(Attribute[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Constructs an AttributeContainer using an array of Attribute objects.
AttributeContainer() - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Constructs an AttributeContainer object.
AttributeContainer(Attribute[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Constructs an AttributeContainer using an array of Attribute objects.
AttributeContainer_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
 
AttributeContainer_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
 
AttributeContainer_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
 
AttributeContainer_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
 
AttributeList - Class in com.tivoli.am.fim.trustserver.sts.uuser
Represents the AttributeList which is a container of attributes.
AttributeList - Class in com.tivoli.am.fim.trustserver.sts.uuser
Represents the AttributeList which is a container of attributes.
AttributeList(Attribute[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.AttributeList
 
AttributeList(Attribute[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.AttributeList
 
AttributeList_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeList
 
AttributeList_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeList
 
AttributeList_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeList
 
AttributeList_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeList
 
attributesFromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Adds the Attributes from the Element to this AttributeContainer.
attributesFromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Adds the Attributes from the Element to this AttributeContainer.
AttributeStatement - Class in com.tivoli.am.fim.trustserver.sts.uuser
Represents the AttributeStatement which is a container of attributes.
AttributeStatement - Class in com.tivoli.am.fim.trustserver.sts.uuser
Represents the AttributeStatement which is a container of attributes.
AttributeStatement() - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
Construct an empty AttributeStatement
AttributeStatement(Attribute[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
Construct an AttributeStatement with an array of Attributes
AttributeStatement() - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
Construct an empty AttributeStatement
AttributeStatement(Attribute[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
Construct an AttributeStatement with an array of Attributes
AttributeStatement_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
 
AttributeStatement_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
 
AttributeStatement_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
 
AttributeStatement_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
 

C

clear() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This method when called will reset and clear all data in the STSUniversalUser.
clear() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This method when called will reset and clear all data in the STSUniversalUser.
clear() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Clears this AttributeContainer.
clear() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Clears this AttributeContainer.
clear() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
clear() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
clearAttributeList() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This method when called will reset and clear all data in the AttributeList
clearAttributeList() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This method when called will reset and clear all data in the AttributeList
clearAttributeStatements() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This method when called will reset and clear all data in the AttributeStatements
clearAttributeStatements() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This method when called will reset and clear all data in the AttributeStatements
clearContextAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This method when called will reset and clear all data in the ContextAttributes
clearContextAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This method when called will reset and clear all data in the ContextAttributes
clearGroupList() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This method when called will reset and clear all data in the GroupList
clearGroupList() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This method when called will reset and clear all data in the GroupList
clearPrincipal() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This method when called will reset and clear all data in the Principal
clearPrincipal() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This method when called will reset and clear all data in the Principal
clearRequestSecurityToken() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This method when called will reset and clear all data in the RequestSecurityToken
clearRequestSecurityToken() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This method when called will reset and clear all data in the RequestSecurityToken
clone() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Clone method to copy an Attribute object.
clone() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Clone method to copy an Attribute object.
com.tivoli.am.fim.trustserver.sts - package com.tivoli.am.fim.trustserver.sts
 
com.tivoli.am.fim.trustserver.sts.oauth20 - package com.tivoli.am.fim.trustserver.sts.oauth20
 
com.tivoli.am.fim.trustserver.sts.utilities - package com.tivoli.am.fim.trustserver.sts.utilities
 
com.tivoli.am.fim.trustserver.sts.uuser - package com.tivoli.am.fim.trustserver.sts.uuser
 
ContextAttributes - Class in com.tivoli.am.fim.trustserver.sts.uuser
Represents the ContextAttributes which is a container of attributes.
ContextAttributes - Class in com.tivoli.am.fim.trustserver.sts.uuser
Represents the ContextAttributes which is a container of attributes.
ContextAttributes() - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.ContextAttributes
Construct an empty ContextAttributes object.
ContextAttributes(Attribute[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.ContextAttributes
Construct a ContextAttributes object with an array of Attributes.
ContextAttributes() - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.ContextAttributes
Construct an empty ContextAttributes object.
ContextAttributes(Attribute[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.ContextAttributes
Construct a ContextAttributes object with an array of Attributes.
ContextAttributes_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.ContextAttributes
 
ContextAttributes_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.ContextAttributes
 
ContextAttributes_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.ContextAttributes
 
ContextAttributes_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.ContextAttributes
 
copy(STSUniversalUser) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Performs a shallow copy (by reference) of the given STSUniversalUser object's members
copy(STSUniversalUser) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Performs a shallow copy (by reference) of the given STSUniversalUser object's members

D

deleteGrant(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Delete an OAuth grant from the cache.
deleteGrant(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Delete an OAuth grant from the cache.
deleteToken(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Delete an OAuth token from the cache.
deleteToken(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Delete an OAuth token from the cache.
disassociate(String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Disassociates the attribute key-value pair from the authorization grant state ID.
disassociate(String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Disassociates the attribute key-value pair from the authorization grant state ID.

E

expectExpiredPassword() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns TRUE if the incoming HTTP request included a form field indicating that the user's password is known to be expired

This is for use with a point of contact server such as WebSEAL that delegates password change to USC.
expectExpiredPassword() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns TRUE if the incoming HTTP request included a form field indicating that the user's password is known to be expired

This is for use with a point of contact server such as WebSEAL that delegates password change to USC.

F

fromJSON(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Populates an STSUniversalUser from JSON (in the form of an String).
fromJSON(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Populates an STSUniversalUser from JSON (in the form of an String).
fromXML(Node) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Populates an STSUniversalUser from XML (in the form of an org.w3c.dom.Node).
fromXML(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Populates an STSUniversalUser from XML (in the form of an org.w3c.dom.Node).
fromXML(Document) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Populates the STSUniversalUser from XML (in the form of an org.w3c.dom.Document).
fromXML(Element) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Builds the STSUniversalUser based on the given org.w3c.dom.Node.
fromXML(Node) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Populates an STSUniversalUser from XML (in the form of an org.w3c.dom.Node).
fromXML(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Populates an STSUniversalUser from XML (in the form of an org.w3c.dom.Node).
fromXML(Document) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Populates the STSUniversalUser from XML (in the form of an org.w3c.dom.Document).
fromXML(Element) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Builds the STSUniversalUser based on the given org.w3c.dom.Node.
fromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns an Attribute object from an org.w3c.dom.Element.
fromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns an Attribute object from an org.w3c.dom.Element.
fromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeList
 
fromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeList
 
fromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
Converts XML (in the form of an org.w3c.dom.Element object) into an AttributeStatement.
fromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
Converts XML (in the form of an org.w3c.dom.Element object) into an AttributeStatement.
fromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.ContextAttributes
Converts XML (in the form of an org.w3c.dom.Element object) into an ContextAttributes object.
fromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.ContextAttributes
Converts XML (in the form of an org.w3c.dom.Element object) into an ContextAttributes object.
fromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.Group
Create a Group object from XML (in the form of an org.w3c.dom.Element).
fromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.Group
Create a Group object from XML (in the form of an org.w3c.dom.Element).
fromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
fromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
fromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.Principal
 
fromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.Principal
 
fromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.RequestSecurityToken
Creates a RequestSecurityToken object from an org.w3c.dom.Element object.
fromXml(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.uuser.RequestSecurityToken
Creates a RequestSecurityToken object from an org.w3c.dom.Element object.

G

generateHmacSecretKey(int) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Generate Hmac Secret Key for the length specified.
generateHmacSecretKey(int) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Generate Hmac Secret Key for the length specified.
getAllCookies() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a Map consisting of String, String[] of all cookie names and values contained in the incoming HTTP request

Attribute type: USC_USERAGENT_COOKIE_TYPE
getAllCookies() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a Map consisting of String, String[] of all cookie names and values contained in the incoming HTTP request

Attribute type: USC_USERAGENT_COOKIE_TYPE
getAllHTTPHeaders() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
Returns a Map consisting of String, String[] of all HTTP names and values contained in the incoming request.
getAllHTTPHeaders() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
Returns a Map consisting of String, String[] of all HTTP names and values contained in the incoming request.
getAllHTTPHeaders() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a Map consisting of String, String[] of all HTTP names and values contained in the incoming request.
getAllHTTPHeaders() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a Map consisting of String, String[] of all HTTP names and values contained in the incoming request.
getAssociation(String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Get an attribute value associated with the given state ID and attibute key.
getAssociation(String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Get an attribute value associated with the given state ID and attibute key.
getAssociationKeys(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Get all the attribute keys associated with the given authorization grant state ID.
getAssociationKeys(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Get all the attribute keys associated with the given authorization grant state ID.
getAttributeByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Returns an Attribute from this AttributeContainer based on the AttributeName string provided.
getAttributeByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Returns an Attribute from this AttributeContainer based on the AttributeName string provided.
getAttributeByNameAndType(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Returns an Attribute from this AttributeContainer based on the name string and type string provided.
getAttributeByNameAndType(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Returns an Attribute from this AttributeContainer based on the name string and type string provided.
getAttributeContainer() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Return the AttributeContainer associated with this STSUniversalUser.
getAttributeContainer() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Return the AttributeContainer associated with this STSUniversalUser.
getAttributeIterator() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Returns an Iterator over the values in this Attribute container.
getAttributeIterator() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Returns an Iterator over the values in this Attribute container.
getAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns an Iterator that references all the Attributes in the AttributeList.
getAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns an Iterator that references all the Attributes in the AttributeList.
getAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Returns an Attribute array containing this AttributeContainers Attribute objects.
getAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Returns an Attribute array containing this AttributeContainers Attribute objects.
getAttributesByType(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Returns an array of attributes from this AttributeContainer based on the specified attribute type
getAttributesByType(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Returns an array of attributes from this AttributeContainer based on the specified attribute type
getAttributeStatements() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns an Iterator that references all the AtributStatements
getAttributeStatements() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns an Iterator that references all the AtributStatements
getAttributeValueByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns an Attribute value of this STSUniversalUser based on the name provided.
getAttributeValueByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns an Attribute value of this STSUniversalUser based on the name provided.
getAttributeValueByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Return the first attribute value as a String based on the attribute name String provided.
getAttributeValueByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Return the first attribute value as a String based on the attribute name String provided.
getAttributeValueByNameAndType(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Return the first attribute value as a String based on the attribute name and type provided.
getAttributeValueByNameAndType(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Return the first attribute value as a String based on the attribute name and type provided.
getAttributeValues() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns a list of attribute values for this Attribute.
getAttributeValues() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns a list of attribute values for this Attribute.
getAttributeValuesByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Returns a String array of attribute values based on the attribute name String provided.
getAttributeValuesByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Returns a String array of attribute values based on the attribute name String provided.
getAttributeValuesByNameAndType(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Returns Attribute values as a String array from this AttributeContainer based on the name string and type string provided.
getAttributeValuesByNameAndType(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Returns Attribute values as a String array from this AttributeContainer based on the name string and type string provided.
getAuthenticatedGroups() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns any groups associated with the identity authenticated by the point of contact.
getAuthenticatedGroups() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns any groups associated with the identity authenticated by the point of contact.
getAuthenticatedUserID() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the identity authenticated by the point of contact.
getAuthenticatedUserID() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the identity authenticated by the point of contact.
getBody() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
 
getBody() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
 
getCAPTCHAErrorMessageFlag() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Consumed by the demonstration Captcha module.
getCAPTCHAErrorMessageFlag() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Consumed by the demonstration Captcha module.
getClientId() - Method in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
Return the client ID of the authorization grant.
getClientId() - Method in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
Return the client ID of the authorization grant.
getCode() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
 
getCode() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
 
getContextAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Retrieve the Context atrributes container
getContextAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Retrieve the Context atrributes container
getContextAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
Returns the underlying ContextAttributes object.
getContextAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
Returns the underlying ContextAttributes object.
getContextAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the underlying ContextAttributes object.
getContextAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the underlying ContextAttributes object.
getContextAttributesAttributeContainer() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns the ContextAttributes AttributeContainer of this STSUniversalUser.
getContextAttributesAttributeContainer() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns the ContextAttributes AttributeContainer of this STSUniversalUser.
getCookieValuesByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a specific cookie value contained in the incoming HTTP request Returns null if not found

Attribute type: USC_USERAGENT_COOKIE_TYPE
getCookieValuesByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a specific cookie value contained in the incoming HTTP request Returns null if not found

Attribute type: USC_USERAGENT_COOKIE_TYPE
getCurrentTimeStringUTC() - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Returns the current time in UTC in XML format.
getCurrentTimeStringUTC() - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Returns the current time in UTC in XML format.
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns the name of this Attribute element.
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns the name of this Attribute element.
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Used when transforming between xml and object.
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Used when transforming between xml and object.
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeList
 
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeList
 
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
 
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
 
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.ContextAttributes
Returns the name of this ContextAttributes object as a String.
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.ContextAttributes
Returns the name of this ContextAttributes object as a String.
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Group
Returns the name of this type of Element as a String.
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Group
Returns the name of this type of Element as a String.
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Principal
 
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Principal
 
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.RequestSecurityToken
Return the name of this Element as a String.
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.RequestSecurityToken
Return the name of this Element as a String.
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Subject
Returns the element name of this Subject.
getElementName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Subject
Returns the element name of this Subject.
getEmailAddress() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the email address supplied by the end user

Attribute type: USC_USER_INPUT_TYPE
getEmailAddress() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the email address supplied by the end user

Attribute type: USC_USER_INPUT_TYPE
getEmailAddressConfirm() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the email address confirmation supplied by the end user

Attribute type: USC_USER_INPUT_TYPE
getEmailAddressConfirm() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the email address confirmation supplied by the end user

Attribute type: USC_USER_INPUT_TYPE
getFormat() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Subject
get the value of the format attribute that will be used in creation of the SAML 1.x NameIdentifier format
getFormat() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Subject
get the value of the format attribute that will be used in creation of the SAML 1.x NameIdentifier format
getGrants(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Get the grants associated with the given username.
getGrants(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Get the grants associated with the given username.
getGroupIterator() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
getGroupIterator() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
getGroups() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns an Iterator that references all the Groups in the GroupList.
getGroups() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns an Iterator that references all the Groups in the GroupList.
getGroups() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
getGroups() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
getHeaderKeys() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
Get all the keys in the header.
getHeaderKeys() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
Get all the keys in the header.
getHeaderValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
Get all the header values associated with given key.
getHeaderValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
Get all the header values associated with given key.
getHTTPHeaderValuesByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
Returns a specific header value contained in the incoming HTTP request Returns null if not found

Attribute type: OTP_USERAGENT_HTTPHEADER_TYPE
getHTTPHeaderValuesByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
Returns a specific header value contained in the incoming HTTP request Returns null if not found

Attribute type: OTP_USERAGENT_HTTPHEADER_TYPE
getHTTPHeaderValuesByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a specific header value contained in the incoming HTTP request Returns null if not found

Attribute type: USC_USERAGENT_HTTPHEADER_TYPE
getHTTPHeaderValuesByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a specific header value contained in the incoming HTTP request Returns null if not found

Attribute type: USC_USERAGENT_HTTPHEADER_TYPE
getId() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
Returns the id of this AttributeStatement.
getId() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
Returns the id of this AttributeStatement.
getIDMappingExtCache() - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
 
getIDMappingExtCache() - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
 
getMaxValues() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
getMaxValues() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
getName() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
getName() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
getName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns the name of this Attribute object.
getName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns the name of this Attribute object.
getName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Group
Returns the name of this Group.
getName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Group
Returns the name of this Group.
getName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Subject
Get the attribute that is to b used as the value of the SAML 1.x NameIdentifier element.
getName() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Subject
Get the attribute that is to b used as the value of the SAML 1.x NameIdentifier element.
getNewPassword() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the new password supplied by the end user

Attribute type: USC_USER_INPUT_TYPE
getNewPassword() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the new password supplied by the end user

Attribute type: USC_USER_INPUT_TYPE
getNewPasswordConfirm() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the new password confirmation supplied by the end user in a form field.
getNewPasswordConfirm() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the new password confirmation supplied by the end user in a form field.
getNickname() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns the nickname of this Attribute object.
getNickname() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns the nickname of this Attribute object.
getNodeValues() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns the node values of this Attribute as a String[].
getNodeValues() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns the node values of this Attribute as a String[].
getNonce() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the nonce supplied by the end user

Attribute type: USC_USER_INPUT_TYPE
getNonce() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the nonce supplied by the end user

Attribute type: USC_USER_INPUT_TYPE
getNumberOfAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns the number of Attributes in the AttributeList
getNumberOfAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns the number of Attributes in the AttributeList
getNumberOfAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Returns the number of Attributes in this AttributeContainer.
getNumberOfAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Returns the number of Attributes in this AttributeContainer.
getNumberOfGroups() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns the number of groups in the GroupList.
getNumberOfGroups() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns the number of groups in the GroupList.
getOperationID() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the USC operation id being performed.
getOperationID() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the USC operation id being performed.
getOTPEntityGroup(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Return the first entity group that its name or id matches the specified federation identifier.
getOTPEntityGroup(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Return the first entity group that its name or id matches the specified federation identifier.
getPassword() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the current password supplied by the end user

Attribute type: USC_USER_INPUT_TYPE
getPassword() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the current password supplied by the end user

Attribute type: USC_USER_INPUT_TYPE
getPreferEncryption() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns whether this Attribute object prefers encryption or not.
getPreferEncryption() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns whether this Attribute object prefers encryption or not.
getPrincipalAttributeContainer() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Return the PrincipalAttributeContainer associated with this STSUniversalUser.
getPrincipalAttributeContainer() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Return the PrincipalAttributeContainer associated with this STSUniversalUser.
getPrincipalAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns an Iterator that references all the Principal Attributes in the Principal.
getPrincipalAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns an Iterator that references all the Principal Attributes in the Principal.
getPrincipalAttributeValueByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns a Principal Attribute value of this STSUniversalUser based on the name provided.
getPrincipalAttributeValueByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns a Principal Attribute value of this STSUniversalUser based on the name provided.
getPrincipalDomain() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This is a convenience method for retrieving the first Principal attribute value that has the name="domain".
getPrincipalDomain() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This is a convenience method for retrieving the first Principal attribute value that has the name="domain".
getPrincipalName() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This is a convenience method for retrieving the first Principal attribute value that has the name="name".
getPrincipalName() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This is a convenience method for retrieving the first Principal attribute value that has the name="name".
getPrincipalRegistryID() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This is a convenience method for retrieving the first Principal attribute value that has the name="registryid".
getPrincipalRegistryID() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This is a convenience method for retrieving the first Principal attribute value that has the name="registryid".
getPrincipalUUID() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This is a convenience method for retrieving the first Principal attribute value that has the name="uuid".
getPrincipalUUID() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This is a convenience method for retrieving the first Principal attribute value that has the name="uuid".
getQueryServiceAttributes(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Recursively find any claims elements.
getQueryServiceAttributes(Element) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Recursively find any claims elements.
getRegistryInputAttributesMap() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a Map consisting of String, String[] of all input CAs containing attributes to be added to the registry.
getRegistryInputAttributesMap() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a Map consisting of String, String[] of all input CAs containing attributes to be added to the registry.
getRequestContextAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_REQUEST_CONTEXT_TYPE
These are attributes provided the point of contact server or TFIM such as the authenticated user id.
getRequestContextAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_REQUEST_CONTEXT_TYPE
These are attributes provided the point of contact server or TFIM such as the authenticated user id.
getRequestSecurityToken() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Return the RequestSecurityToken associated with this STSUniversalUser.
getRequestSecurityToken() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Return the RequestSecurityToken associated with this STSUniversalUser.
getRequestSecurityTokenAttributeByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns a RequestSecurityTokenAttribute based on the name provided.
getRequestSecurityTokenAttributeByName(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns a RequestSecurityTokenAttribute based on the name provided.
getRequestSecurityTokenAttributeContainer() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Return the RequestSecurityTokenAttributeContainer associated with this STSUniversalUser.
getRequestSecurityTokenAttributeContainer() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Return the RequestSecurityTokenAttributeContainer associated with this STSUniversalUser.
getRequestSecurityTokenAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns an Iterator that references all the attributes of the RequestSecurityToken element
getRequestSecurityTokenAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns an Iterator that references all the attributes of the RequestSecurityToken element
getResourceBundle() - Method in exception com.tivoli.am.fim.trustserver.sts.STSModuleException
 
getResourceBundle() - Method in exception com.tivoli.am.fim.trustserver.sts.STSModuleException
 
getSPSOutputAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_SPS_OUTPUT_TYPE
These are attributes provided by the SPS for consumption by the STS.
getSPSOutputAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_SPS_OUTPUT_TYPE
These are attributes provided by the SPS for consumption by the STS.
getSPSSessionData(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Retrieves a String value from the user's Single Sign-on Protocol Service (SPS) session based on a key
getSPSSessionData(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Retrieves a String value from the user's Single Sign-on Protocol Service (SPS) session based on a key
getSPSSessionID() - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Returns an id that is guaranteed to be consistent across multiple federation contexts within the Single Sign-On Protocol Service (SPS).
getSPSSessionID() - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Returns an id that is guaranteed to be consistent across multiple federation contexts within the Single Sign-On Protocol Service (SPS).
getStateId() - Method in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
Return the state ID of the authorization grant.
getStateId() - Method in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
Return the state ID of the authorization grant.
getSTSInternalAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_STS_INTERNAL_TYPE
These attributes are provided by STS modules for consumption only by other STS modules.
getSTSInternalAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_STS_INTERNAL_TYPE
These attributes are provided by STS modules for consumption only by other STS modules.
getSTSInternalEntityAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_INTERNAL_ENTITY_TYPE
These attributes are used only between STS modules to communicate information about entity management operations.
getSTSInternalEntityAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_INTERNAL_ENTITY_TYPE
These attributes are used only between STS modules to communicate information about entity management operations.
getSTSInternalRegistryInputAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_STS_INTERNAL_REGISTRY_INPUT_TYPE
These are attributes to be added to the registry.
getSTSInternalRegistryInputAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_STS_INTERNAL_REGISTRY_INPUT_TYPE
These are attributes to be added to the registry.
getSTSInternalRegistryOutputAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_STS_INTERNAL_REGISTRY_OUTPUT_TYPE
These are attributes to be retrieved from the registry.
getSTSInternalRegistryOutputAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_STS_INTERNAL_REGISTRY_OUTPUT_TYPE
These are attributes to be retrieved from the registry.
getSTSInternalSecretQuestionAttr() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a string representing the registry attribute name to use for secret question lookups.
getSTSInternalSecretQuestionAttr() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a string representing the registry attribute name to use for secret question lookups.
getSTSInternalSecretQuestionOutcome() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the outcome of a secret question validation operation.
getSTSInternalSecretQuestionOutcome() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the outcome of a secret question validation operation.
getSTSInternalSkipPasswordCheckFlag() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Indicates to downstream STS modules to not perform password checking when performing certain operations, such as password update.
getSTSInternalSkipPasswordCheckFlag() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Indicates to downstream STS modules to not perform password checking when performing certain operations, such as password update.
getSTSInternalValidator() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a string representing the type of validation being performed to the messaging STS.
getSTSInternalValidator() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a string representing the type of validation being performed to the messaging STS.
getSTSMacrosMap() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSMacrosMap() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTP() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTP() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPFormatted() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPFormatted() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPHint() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPHint() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodDeliveryAttribute() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodDeliveryAttribute() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodDeliveryAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodDeliveryAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodDeliveryType() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodDeliveryType() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodDeliveryTypes() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodDeliveryTypes() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodIDs() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodIDs() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodLabels() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodLabels() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodOTPType() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodOTPType() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodOTPTypes() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodOTPTypes() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodUserInfoType() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodUserInfoType() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodUserInfoTypes() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPMethodUserInfoTypes() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPSessionID() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOTPSessionID() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getSTSOutputAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_STS_OUTPUT_TYPE
These are attributes provided by STS modules for consumption by the SPS.
getSTSOutputAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_STS_OUTPUT_TYPE
These are attributes provided by STS modules for consumption by the SPS.
getSTSOutputPageID() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the page that should be returned to the client.
getSTSOutputPageID() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the page that should be returned to the client.
getSTSOutputRedirectURL() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a URL to which the client should be redirected.
getSTSOutputRedirectURL() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a URL to which the client should be redirected.
getSTSOutputTerminateSession() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Attribute type: USC_STS_OUTPUT_TYPE
getSTSOutputTerminateSession() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Attribute type: USC_STS_OUTPUT_TYPE
getSubject() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
getSubject Retrieves the optional Subject for this AttributeStatement or null
getSubject() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
getSubject Retrieves the optional Subject for this AttributeStatement or null
getTimeStringUTC(int, int, int, int, int, int) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Constructs a time string in XML format based on the specified year, month, day, hour, minute and second.
getTimeStringUTC(int, int, int, int, int, int) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Constructs a time string in XML format based on the specified year, month, day, hour, minute and second.
getTokens(String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Get the tokens associated with the given username and client ID
getTokens(String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Get the tokens associated with the given username and client ID
getType() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
getType() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
getType() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns the type of this Attribute object.
getType() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns the type of this Attribute object.
getType() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Group
Returns the type of this Group object.
getType() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Group
Returns the type of this Group object.
getUserAgentAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_USERAGENT_TYPE
These are attributes provided indirectly by the end user in the incoming HTTP request such as IP address and URI.
getUserAgentAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_USERAGENT_TYPE
These are attributes provided indirectly by the end user in the incoming HTTP request such as IP address and URI.
getUseragentCharEncoding() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
Returns the char-encoding http header value of the incoming HTTP request

Attribute type: OTP_USERAGENT_TYPE
getUseragentCharEncoding() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
Returns the char-encoding http header value of the incoming HTTP request

Attribute type: OTP_USERAGENT_TYPE
getUseragentCharEncoding() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the char-encoding http header value of the incoming HTTP request

Attribute type: USC_USERAGENT_TYPE
getUseragentCharEncoding() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the char-encoding http header value of the incoming HTTP request

Attribute type: USC_USERAGENT_TYPE
getUseragentHost() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the hostname of the client making the request

Attribute type: USC_USERAGENT_TYPE
getUseragentHost() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the hostname of the client making the request

Attribute type: USC_USERAGENT_TYPE
getUseragentIPAddress() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the ip address of the client making the request

Attribute type: USC_USERAGENT_TYPE
getUseragentIPAddress() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the ip address of the client making the request

Attribute type: USC_USERAGENT_TYPE
getUseragentMethod() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the http method of the client making the request

Attribute type: USC_USERAGENT_TYPE
getUseragentMethod() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the http method of the client making the request

Attribute type: USC_USERAGENT_TYPE
getUseragentQuery() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the query string component of the URI requested by the client

Attribute type: USC_USERAGENT_TYPE
getUseragentQuery() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the query string component of the URI requested by the client

Attribute type: USC_USERAGENT_TYPE
getUseragentTransport() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the http transport of the client making the request

Attribute type: USC_USERAGENT_TYPE
getUseragentTransport() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the http transport of the client making the request

Attribute type: USC_USERAGENT_TYPE
getUseragentURI() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the URI requested by the client

Attribute type: USC_USERAGENT_TYPE
getUseragentURI() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the URI requested by the client

Attribute type: USC_USERAGENT_TYPE
getUserID() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the user id supplied by the end user

Attribute type: USC_USER_INPUT_TYPE
getUserID() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the user id supplied by the end user

Attribute type: USC_USER_INPUT_TYPE
getUserInputAttributesMap() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a Map consisting of String, String[] of all CAs containing user input.
getUserInputAttributesMap() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns a Map consisting of String, String[] of all CAs containing user input.
getUserInputAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_USER_INPUT_TYPE
These are attributes provided directly by the end user.
getUserInputAttributeValues(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of values for attributes with the type:
USC_USER_INPUT_TYPE
These are attributes provided directly by the end user.
getUserLocale() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
Return the client's preferred locale, if defined, or the default locale if not.
getUserLocale() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
Return the client's preferred locale, if defined, or the default locale if not.
getUserLocale() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Return the client's preferred locale, if defined, or the default locale if not.
getUserLocale() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Return the client's preferred locale, if defined, or the default locale if not.
getUserLocales() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
Returns the array of Locales provided by the servletRequest.
getUserLocales() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
Returns the array of Locales provided by the servletRequest.
getUserLocales() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of Locales provided by the servletRequest.
getUserLocales() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the array of Locales provided by the servletRequest.
getUserOTP() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getUserOTP() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getUserOTPMethodID() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getUserOTPMethodID() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
getUserRecoverableError() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Indicates if the STS has determined that a user recoverable error has occurred.
getUserRecoverableError() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Indicates if the STS has determined that a user recoverable error has occurred.
getUserRecoverableErrorAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the set of attributes involved in a user-recoverable error

Attribute type: USC_STS_OUTPUT_TYPE
getUserRecoverableErrorAttributes() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the set of attributes involved in a user-recoverable error

Attribute type: USC_STS_OUTPUT_TYPE
getUserRecoverableErrorMessage() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the error message for a user-recoverable error

Attribute type: USC_STS_OUTPUT_TYPE
getUserRecoverableErrorMessage() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Returns the error message for a user-recoverable error

Attribute type: USC_STS_OUTPUT_TYPE
getValidationURL() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
The URL that will be used to perform the validation operation.
getValidationURL() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
The URL that will be used to perform the validation operation.
getValues() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns the values of this Attribute as a String[].
getValues() - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns the values of this Attribute as a String[].
Grant - Class in com.tivoli.am.fim.trustserver.sts.oauth20
Represents an OAuth Grant
Grant - Class in com.tivoli.am.fim.trustserver.sts.oauth20
Represents an OAuth Grant
Grant(String, String, boolean) - Constructor for class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
Initialize this Grant with the specified parameters.
Grant(String, String, boolean) - Constructor for class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
Initialize this Grant with the specified parameters.
GRANT_CLIENT_ID - Static variable in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
 
GRANT_CLIENT_ID - Static variable in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
 
Grant_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
 
Grant_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
 
Grant_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
 
Grant_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
 
GRANT_STATE_ID - Static variable in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
 
GRANT_STATE_ID - Static variable in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
 
GRANT_TOKEN_ENABLED - Static variable in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
 
GRANT_TOKEN_ENABLED - Static variable in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
 
Group - Class in com.tivoli.am.fim.trustserver.sts.uuser
The Group structure contains attributes and a required name and optional type.
Group - Class in com.tivoli.am.fim.trustserver.sts.uuser
The Group structure contains attributes and a required name and optional type.
Group(String, String, Attribute[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Group
Construct a Group object using a name, type and an array of Attribute objects.
Group(String, String, Attribute[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Group
Construct a Group object using a name, type and an array of Attribute objects.
Group_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Group
 
Group_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Group
 
Group_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Group
 
Group_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Group
 
GroupList - Class in com.tivoli.am.fim.trustserver.sts.uuser
Represents the GroupList
GroupList - Class in com.tivoli.am.fim.trustserver.sts.uuser
Represents the GroupList
GroupList(Group[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
GroupList(Group[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
GroupList_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
GroupList_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
GroupList_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
GroupList_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 

H

httpGet(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
HTTP client GET method.
httpGet(String, Map, String, String, String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
HTTP client GET method.
httpGet(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
HTTP client GET method.
httpGet(String, Map, String, String, String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
HTTP client GET method.
httpPost(String, Map) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
HTTP client POST method.
httpPost(String, Map, Map, String, String, String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
HTTP client POST method.
httpPost(String, Map) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
HTTP client POST method.
httpPost(String, Map, Map, String, String, String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
HTTP client POST method.
HttpResponse - Class in com.tivoli.am.fim.trustserver.sts.utilities
This class stores the code and body of a HTTP response.
HttpResponse - Class in com.tivoli.am.fim.trustserver.sts.utilities
This class stores the code and body of a HTTP response.
HttpResponse() - Constructor for class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
 
HttpResponse(HttpResponse) - Constructor for class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
 
HttpResponse() - Constructor for class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
 
HttpResponse(HttpResponse) - Constructor for class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
 
HttpResponse_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
 
HttpResponse_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
 
HttpResponse_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
 
HttpResponse_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
 

I

IDMappingExtUtils - Class in com.tivoli.am.fim.trustserver.sts.utilities
Implementation for STS Mapping Extension Functions.
IDMappingExtUtils - Class in com.tivoli.am.fim.trustserver.sts.utilities
Implementation for STS Mapping Extension Functions.
IDMappingExtUtils() - Constructor for class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
 
IDMappingExtUtils() - Constructor for class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
 
IDMappingExtUtils_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
 
IDMappingExtUtils_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
 
IDMappingExtUtils_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
 
IDMappingExtUtils_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
 
isEnabled() - Method in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
Return whether the authorization grant is enabled.
isEnabled() - Method in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
Return whether the authorization grant is enabled.
isOptional() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
isOptional() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 

L

log - Static variable in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
 
log - Static variable in class com.tivoli.am.fim.trustserver.sts.oauth20.Grant
 
log - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
 
log - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
 
lookupAliasesForUserAsDelimitedString(String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Returns the list of aliases associated with a given username within a given federation context id.
lookupAliasesForUserAsDelimitedString(String, String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Returns the list of aliases associated with a given username within a given federation context id.
lookupAliasesForUserAsDelimitedString(String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Returns the list of aliases associated with a given username within a given federation context id.
lookupAliasesForUserAsDelimitedString(String, String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Returns the list of aliases associated with a given username within a given federation context id.
lookupAliasesForUserAsStringArray(String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Returns the list of aliases associated with a given username within a given federation context id.
lookupAliasesForUserAsStringArray(String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Returns the list of aliases associated with a given username within a given federation context id.
lookupAliasesForUserAsStringArray(String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Returns the list of aliases associated with a given username within a given federation context id.
lookupAliasesForUserAsStringArray(String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Returns the list of aliases associated with a given username within a given federation context id.
lookupUserFromAlias(String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Finds and returns the user associated with the given alias within the given federation context id (scope of the alias->username mapping).
lookupUserFromAlias(String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Finds and returns the user associated with the given alias within the given federation context id (scope of the alias->username mapping).
lookupUserFromAlias(String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Finds and returns the user associated with the given alias within the given federation context id (scope of the alias->username mapping).
lookupUserFromAlias(String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Finds and returns the user associated with the given alias within the given federation context id (scope of the alias->username mapping).

M

main(String[]) - Static method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
STSUniversalUser test application.
main(String[]) - Static method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
STSUniversalUser test application.
maskSTSUUString(String) - Static method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Masks hidden data in a String that contains STSUU elements.
maskSTSUUString(String) - Static method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Masks hidden data in a String that contains STSUU elements.
MAX_VALUES_UNDEFINED - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
MAX_VALUES_UNDEFINED - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
MAX_VALUES_UNLIMITED - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
MAX_VALUES_UNLIMITED - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 

O

OAuthMappingExtUtils - Class in com.tivoli.am.fim.trustserver.sts.utilities
Implementation of STS Mapping Extension Functions for OAuth.
OAuthMappingExtUtils - Class in com.tivoli.am.fim.trustserver.sts.utilities
Implementation of STS Mapping Extension Functions for OAuth.
OAuthMappingExtUtils() - Constructor for class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
 
OAuthMappingExtUtils() - Constructor for class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
 
OAuthMappingExtUtils_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
 
OAuthMappingExtUtils_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
 
OAuthMappingExtUtils_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
 
OAuthMappingExtUtils_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
 
OTPContextAttributesHelper - Class in com.tivoli.am.fim.trustserver.sts.utilities
Utility class that provides accessor methods for context attributes used by User Self Care.
OTPContextAttributesHelper - Class in com.tivoli.am.fim.trustserver.sts.utilities
Utility class that provides accessor methods for context attributes used by User Self Care.
OTPContextAttributesHelper(STSUniversalUser) - Constructor for class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
OTPContextAttributesHelper(ContextAttributes) - Constructor for class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
This class will throw a NullPointerException if created with null input.
OTPContextAttributesHelper(STSUniversalUser) - Constructor for class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
OTPContextAttributesHelper(ContextAttributes) - Constructor for class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
This class will throw a NullPointerException if created with null input.
OTPContextAttributesHelper_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
OTPContextAttributesHelper_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
OTPContextAttributesHelper_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
OTPContextAttributesHelper_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 

P

parseQueryServiceAttributes(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Recursively searches the XML contained in the passed-in string looking for elements which have this format: <fimqs:Attribute xmlns:fimqs="urn:ibm:names:ITFIM:queryservice" name="openid.sreg.email" type="whatever&quote optional="true" /> If it finds elements that match this qname, they will be added to the result set.
parseQueryServiceAttributes(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Recursively searches the XML contained in the passed-in string looking for elements which have this format: <fimqs:Attribute xmlns:fimqs="urn:ibm:names:ITFIM:queryservice" name="openid.sreg.email" type="whatever&quote optional="true" /> If it finds elements that match this qname, they will be added to the result set.
parseRequestedClaims(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Recursively searches the XML contained in the passed-in string looking for elements which have this format: <wsid:ClaimType xmlns:wsid="http://schemas.xmlsoap.org/ws/2005/05/identity" Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname" Optional="true" /> If it finds elements that match this qname, they will be added to the result set.
parseRequestedClaims(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Recursively searches the XML contained in the passed-in string looking for elements which have this format: <wsid:ClaimType xmlns:wsid="http://schemas.xmlsoap.org/ws/2005/05/identity" Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname" Optional="true" /> If it finds elements that match this qname, they will be added to the result set.
Principal - Class in com.tivoli.am.fim.trustserver.sts.uuser
Represents the Principal object which is composed of attributes.
Principal - Class in com.tivoli.am.fim.trustserver.sts.uuser
Represents the Principal object which is composed of attributes.
Principal(Attribute[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Principal
 
Principal(Attribute[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Principal
 
Principal_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Principal
 
Principal_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Principal
 
Principal_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Principal
 
Principal_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Principal
 

Q

QueryServiceAttribute - Class in com.tivoli.am.fim.trustserver.sts.utilities
Provides a utility class for managing attributes for query service requests to the TFIM trust service.
QueryServiceAttribute - Class in com.tivoli.am.fim.trustserver.sts.utilities
Provides a utility class for managing attributes for query service requests to the TFIM trust service.

R

removeAliasForUser(String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
removeAliasForUser will remove a mapping from the given federation context id and username for the given alias.
removeAliasForUser(String, String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
removeAliasForUser will remove a mapping from the given federation context id and username for the given alias.
removeAliasForUser(String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
removeAliasForUser will remove a mapping from the given federation context id and username for the given alias.
removeAliasForUser(String, String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
removeAliasForUser will remove a mapping from the given federation context id and username for the given alias.
removeAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Remove the attributes that match the given name and type, to match a attribute with no type pass null as the type. if * is passed for both name and type ALL attributes are removed.
removeAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Remove the attributes that match the given name and type, to match a attribute with no type pass null as the type. if * is passed for both name and type ALL attributes are removed.
removeAttribute(Attribute) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Removes an Attribute from this AttributeContainer based on the Attribute provided (Matches on the name and type).
removeAttribute(Attribute) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Removes an Attribute from this AttributeContainer based on the Attribute provided (Matches on the name and type).
removeAttributeByNameAndType(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Removes an Attribute from this AttributeContainer based on the name string and type string provided.
removeAttributeByNameAndType(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Removes an Attribute from this AttributeContainer based on the name string and type string provided.
removeAttributes(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Return attributes that match name and type.
removeAttributes(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Return attributes that match name and type.
removeContextAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
Removes a context attribute.
removeContextAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
Removes a context attribute.
removeContextAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Removes a context attribute.
removeContextAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Removes a context attribute.
removeGroup(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Remove the groups that match the given name and type, to match a group with no type pass null as the type. if * is passed for both name and type ALL groups are removed.
removeGroup(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Remove the groups that match the given name and type, to match a group with no type pass null as the type. if * is passed for both name and type ALL groups are removed.
removeGroups(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
Remove any groups that match the input name and type.
removeGroups(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
Remove any groups that match the input name and type.
removePrincipalAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Remove the attributes that match the given name and type, to match a attribute with no type pass null as the type. if * is passed for both name and type ALL attributes are removed.
removePrincipalAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Remove the attributes that match the given name and type, to match a attribute with no type pass null as the type. if * is passed for both name and type ALL attributes are removed.
removeSecretKey(String, String, String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Stores the secret key for a user given the secretKeyName, secretKeyNamespace and secretKeyDatatype.
removeSecretKey(String, String, String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Stores the secret key for a user given the secretKeyName, secretKeyNamespace and secretKeyDatatype.
removeSPSSessionData(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Removes a String value from the user's Single Sign-on Protocol Service (SPS) session based on a key
removeSPSSessionData(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Removes a String value from the user's Single Sign-on Protocol Service (SPS) session based on a key
RequestSecurityToken - Class in com.tivoli.am.fim.trustserver.sts.uuser
A RequestSecurityToken is an AttributeContainer which contains an array of Attribute objects.
RequestSecurityToken - Class in com.tivoli.am.fim.trustserver.sts.uuser
A RequestSecurityToken is an AttributeContainer which contains an array of Attribute objects.
RequestSecurityToken(Attribute[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.RequestSecurityToken
Construct a RequestSecurityToken using an array of Attribute objects.
RequestSecurityToken(Attribute[]) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.RequestSecurityToken
Construct a RequestSecurityToken using an array of Attribute objects.
RequestSecurityToken_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.RequestSecurityToken
 
RequestSecurityToken_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.RequestSecurityToken
 
RequestSecurityToken_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.RequestSecurityToken
 
RequestSecurityToken_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.RequestSecurityToken
 
retrieveSecretKey(String, String, String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Stores the secret key for a user given the secretKeyName, secretKeyNamespace and secretKeyDatatype.
retrieveSecretKey(String, String, String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Stores the secret key for a user given the secretKeyName, secretKeyNamespace and secretKeyDatatype.

S

setAttribute(String, String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Sets an Attribute in this AttributeContainer based on the name, type and String array of values provided.
setAttribute(String, String, String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Sets an Attribute in this AttributeContainer based on the name, type and String array of values provided.
setAttribute(String, String, Node[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Set attributes in this AttributeContainer based on the name, type and Node array values provided.
setAttribute(String, String, String, String[], Node[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Set attributes in this AttributeContainer based on the name, type and Node array values provided.
setAttribute(String, String, String, Node[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Set attributes in this AttributeContainer based on the name, type, nickname and Node array values provided.
setAttribute(Attribute) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Sets an attribute in this AttributeContainer based on the Attribute provided.
setAttribute(String, String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Sets an Attribute in this AttributeContainer based on the name, type and String array of values provided.
setAttribute(String, String, String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Sets an Attribute in this AttributeContainer based on the name, type and String array of values provided.
setAttribute(String, String, Node[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Set attributes in this AttributeContainer based on the name, type and Node array values provided.
setAttribute(String, String, String, String[], Node[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Set attributes in this AttributeContainer based on the name, type and Node array values provided.
setAttribute(String, String, String, Node[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Set attributes in this AttributeContainer based on the name, type, nickname and Node array values provided.
setAttribute(Attribute) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Sets an attribute in this AttributeContainer based on the Attribute provided.
setAttributes(Attribute[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Sets the attributes in this AttributeContainer using the supplied Attribute array.
setAttributes(Attribute[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Sets the attributes in this AttributeContainer using the supplied Attribute array.
setAttributeValues(Object[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Sets the attribute values for this Attribute object based on the Object[] passed in.
setAttributeValues(List) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Sets the attribute values for this Attribute object based on the list passed in.
setAttributeValues(Object[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Sets the attribute values for this Attribute object based on the Object[] passed in.
setAttributeValues(List) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Sets the attribute values for this Attribute object based on the list passed in.
setAuthenticatedGroups(String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setAuthenticatedGroups(String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setAuthenticatedUserID(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setAuthenticatedUserID(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setBody(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
 
setBody(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
 
setCAPTCHAErrorMessageFlag(boolean) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the SPS.
setCAPTCHAErrorMessageFlag(boolean) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the SPS.
setCode(int) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
 
setCode(int) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
 
setContextAttributes(ContextAttributes) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Sets the ContextAttributes
setContextAttributes(ContextAttributes) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Sets the ContextAttributes
setCookie(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setCookie(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setCredentialAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setCredentialAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setCredentialAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setCredentialAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setEmailAddress(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setEmailAddress(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setEmailAddressConfirm(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setEmailAddressConfirm(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setFormat(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Subject
Set the value of the format attribute from the SAML 1.x NameIdentifier.
setFormat(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Subject
Set the value of the format attribute from the SAML 1.x NameIdentifier.
setGroups(Group[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
setGroups(Group[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
setHeaders(Map) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
Set the response header.
setHeaders(Map) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.HttpResponse
Set the response header.
setHTTPHeader(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
This is intended for use by the SPS.
setHTTPHeader(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
This is intended for use by the SPS.
setHTTPHeader(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setHTTPHeader(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setId(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
Sets the id of this AttributeStatement.
setId(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
Sets the id of this AttributeStatement.
setLocales(Locale[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
This is intended for use by the SPS.
setLocales(Locale[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
This is intended for use by the SPS.
setLocales(Locale[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setLocales(Locale[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setMaxValues(int) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
setMaxValues(int) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
setMultiValuedContextAttribute(String, String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Add a new arbitrary context attribute.
setMultiValuedContextAttribute(String, String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Add a new arbitrary context attribute.
setName(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
setName(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
setName(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Sets the name of this Attribute object.
setName(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Sets the name of this Attribute object.
setName(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Group
Set the name of this Group.
setName(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Group
Set the name of this Group.
setName(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Subject
Set the value of the name attribute
setName(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Subject
Set the value of the name attribute
setNewPassword(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setNewPassword(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setNewPasswordConfirm(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setNewPasswordConfirm(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setNickname(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Sets the nickname of this Attribute object.
setNickname(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Sets the nickname of this Attribute object.
setNodeValues(Node[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Sets the attributes for this Attribute object using a Node[] of values.
setNodeValues(Node[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Sets the attributes for this Attribute object using a Node[] of values.
setNonce(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setNonce(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setObligationContextAttribute(String, String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
This is intended for use by the SPS.
setObligationContextAttribute(String, String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
This is intended for use by the SPS.
setOperationID(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setOperationID(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setOptional(boolean) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
setOptional(boolean) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
setOTPCallbackAuthenticationLevel(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setOTPCallbackAuthenticationLevel(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setPassword(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setPassword(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setPrincipalDomain(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This is a convenience method for creating a Principal attribute with the name="domain" type=null and value=principalDomain.
setPrincipalDomain(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This is a convenience method for creating a Principal attribute with the name="domain" type=null and value=principalDomain.
setPrincipalName(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This is a convenience method for updating a Principal attribute with the name="name" type= and value=principalName.
setPrincipalName(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This is a convenience method for updating a Principal attribute with the name="name" type= and value=principalName.
setPrincipalRegistryID(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This is a convenience method for creating a Principal attribute with the name="registryid" type=null and value=principalID.
setPrincipalRegistryID(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This is a convenience method for creating a Principal attribute with the name="registryid" type=null and value=principalID.
setPrincipalUUID(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This is a convenience method for creating a Principal attribute with the name="uuid" type=null and value=principalUUID.
setPrincipalUUID(String) - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
This is a convenience method for creating a Principal attribute with the name="uuid" type=null and value=principalUUID.
setRequestContextAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_REQUEST_CONTEXT_TYPE


This is intended for use by the SPS.
setRequestContextAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_REQUEST_CONTEXT_TYPE


This is intended for use by the SPS.
setRequestContextAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_REQUEST_CONTEXT_TYPE


This is intended for use by the SPS.
setRequestContextAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_REQUEST_CONTEXT_TYPE


This is intended for use by the SPS.
setSPSOutputAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_SPS_OUTPUT_TYPE
This must be only used by the SPS.
setSPSOutputAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_SPS_OUTPUT_TYPE
This must be only used by the SPS.
setSPSOutputAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_SPS_OUTPUT_TYPE
This must be only used by the SPS.
setSPSOutputAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_SPS_OUTPUT_TYPE
This must be only used by the SPS.
setSPSSessionData(String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Stores a key/value String pair in the user's Single Sign-on Protocol Service (SPS) session
setSPSSessionData(String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Stores a key/value String pair in the user's Single Sign-on Protocol Service (SPS) session
setSTSInternalAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_INTERNAL_TYPE
This must be only used by the STS.
setSTSInternalAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_INTERNAL_TYPE
This must be only used by the STS.
setSTSInternalAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_INTERNAL_TYPE
This must be only used by the STS.
setSTSInternalAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_INTERNAL_TYPE
This must be only used by the STS.
setSTSInternalEntityAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_INTERNAL_ENTITY_TYPE
This must be only used by the STS.
setSTSInternalEntityAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_INTERNAL_ENTITY_TYPE
This must be only used by the STS.
setSTSInternalEntityAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_INTERNAL_ENTITY_TYPE
This must be only used by the STS.
setSTSInternalEntityAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_INTERNAL_ENTITY_TYPE
This must be only used by the STS.
setSTSInternalRegistryInputAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_INTERNAL_REGISTRY_INPUT_TYPE
This must be only used by the STS.
setSTSInternalRegistryInputAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_INTERNAL_REGISTRY_INPUT_TYPE
This must be only used by the STS.
setSTSInternalRegistryInputAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_INTERNAL_REGISTRY_INPUT_TYPE
This must be only used by the STS.
setSTSInternalRegistryInputAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_INTERNAL_REGISTRY_INPUT_TYPE
This must be only used by the STS.
setSTSInternalRegistryOutputAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_INTERNAL_REGISTRY_OUTPUT_TYPE
This must be only used by the STS.
setSTSInternalRegistryOutputAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_INTERNAL_REGISTRY_OUTPUT_TYPE
This must be only used by the STS.
setSTSInternalRegistryOutputAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_INTERNAL_REGISTRY_OUTPUT_TYPE
This must be only used by the STS.
setSTSInternalRegistryOutputAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_INTERNAL_REGISTRY_OUTPUT_TYPE
This must be only used by the STS.
setSTSInternalSecretQuestionAttr(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setSTSInternalSecretQuestionAttr(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setSTSInternalSecretQuestionOutcome(boolean) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setSTSInternalSecretQuestionOutcome(boolean) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setSTSInternalSkipPasswordCheck(boolean) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setSTSInternalSkipPasswordCheck(boolean) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setSTSInternalValidator(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setSTSInternalValidator(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setSTSOTP(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setSTSOTP(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setSTSOTPMethodDeliveryAttribute(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setSTSOTPMethodDeliveryAttribute(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setSTSOTPMethodDeliveryType(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setSTSOTPMethodDeliveryType(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setSTSOTPMethodOTPType(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setSTSOTPMethodOTPType(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setSTSOTPMethodUserInfoType(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setSTSOTPMethodUserInfoType(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setSTSOTPOperationID(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setSTSOTPOperationID(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setSTSOTPSessionID(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setSTSOTPSessionID(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setSTSOutputAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_OUTPUT_TYPE
This must be only used by the STS.
setSTSOutputAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_OUTPUT_TYPE
This must be only used by the STS.
setSTSOutputAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_OUTPUT_TYPE
This must be only used by the STS.
setSTSOutputAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_STS_OUTPUT_TYPE
This must be only used by the STS.
setSTSOutputPageID(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setSTSOutputPageID(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setSTSOutputRedirectURL(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setSTSOutputRedirectURL(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setSTSOutputTerminateSession() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setSTSOutputTerminateSession() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setSubject(Subject) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
setSubject Sets the Subject for this AttributeStatement.
setSubject(Subject) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeStatement
setSubject Sets the Subject for this AttributeStatement.
setType(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
setType(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
setType(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Sets the type of this Attribute object.
setType(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Sets the type of this Attribute object.
setType(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Group
Set the type of this Group.
setType(String) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Group
Set the type of this Group.
setUserAgentAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_USERAGENT_TYPE


This is intended for use by the SPS.
setUserAgentAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_USERAGENT_TYPE


This is intended for use by the SPS.
setUserAgentAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_USERAGENT_TYPE


This is intended for use by the SPS.
setUserAgentAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_USERAGENT_TYPE


This is intended for use by the SPS.
setUseragentCharEncoding(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
This is intended for use by the SPS.
setUseragentCharEncoding(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
This is intended for use by the SPS.
setUseragentCharEncoding(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setUseragentCharEncoding(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setUseragentHost(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setUseragentHost(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setUseragentIPAddress(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setUseragentIPAddress(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setUseragentMethod(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setUseragentMethod(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setUseragentQuery(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setUseragentQuery(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setUseragentTransport(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setUseragentTransport(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setUseragentURI(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setUseragentURI(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setUserID(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setUserID(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This is intended for use by the SPS.
setUserInputAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
Sets an attribute with the type:
OTP_USER_INPUT_TYPE


This is intended for use by the SPS.
setUserInputAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setUserInputAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
Sets an attribute with the type:
OTP_USER_INPUT_TYPE


This is intended for use by the SPS.
setUserInputAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.OTPContextAttributesHelper
 
setUserInputAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_USER_INPUT_TYPE


This is intended for use by the SPS.
setUserInputAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_USER_INPUT_TYPE


This is intended for use by the SPS.
setUserInputAttribute(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_USER_INPUT_TYPE


This is intended for use by the SPS.
setUserInputAttribute(String, String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
Sets an attribute with the type:
USC_USER_INPUT_TYPE


This is intended for use by the SPS.
setUserRecoverableError(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setUserRecoverableError(String, Collection) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setUserRecoverableError(String, String[]) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setUserRecoverableError(String, Collection) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the STS.
setValidationURL(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the SPS.
setValidationURL(String) - Method in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This must be only used by the SPS.
setValues(String[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Sets the attribute values for this Attribute object.
setValues(String[]) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Sets the attribute values for this Attribute object.
storeSecretKey(String, String, String, String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Stores the secret key for a user given the secretKeyName, secretKeyNamespace and secretKeyDatatype.
storeSecretKey(String, String, String, String, String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Stores the secret key for a user given the secretKeyName, secretKeyNamespace and secretKeyDatatype.
STSModuleException - Exception in com.tivoli.am.fim.trustserver.sts
Exceptions thrown by the STS modules.
STSModuleException - Exception in com.tivoli.am.fim.trustserver.sts
Exceptions thrown by the STS modules.
STSModuleException(STSErrorCode, FIMLogger, String, String, Object[], Throwable) - Constructor for exception com.tivoli.am.fim.trustserver.sts.STSModuleException
Constructs a new exception which uses a message template to display the exception information to the caller using the message key and arguments.
STSModuleException(STSErrorCode, FIMLogger, String, String, Object[]) - Constructor for exception com.tivoli.am.fim.trustserver.sts.STSModuleException
Constructs a new exception which uses a message template to display the exception information to the caller using the message key and arguments.
STSModuleException(FIMLogger, String, Throwable) - Constructor for exception com.tivoli.am.fim.trustserver.sts.STSModuleException
Constructs a new exception which was thrown from within the specified method, with the specified cause and logs to the specified logger.
STSModuleException(String) - Constructor for exception com.tivoli.am.fim.trustserver.sts.STSModuleException
Constructs a new exception with the specified message.
STSModuleException(String, Throwable) - Constructor for exception com.tivoli.am.fim.trustserver.sts.STSModuleException
Constructs a new exception with the specified cause and message.
STSModuleException(STSErrorCode, FIMLogger, String, String, Object[], Throwable) - Constructor for exception com.tivoli.am.fim.trustserver.sts.STSModuleException
Constructs a new exception which uses a message template to display the exception information to the caller using the message key and arguments.
STSModuleException(STSErrorCode, FIMLogger, String, String, Object[]) - Constructor for exception com.tivoli.am.fim.trustserver.sts.STSModuleException
Constructs a new exception which uses a message template to display the exception information to the caller using the message key and arguments.
STSModuleException(FIMLogger, String, Throwable) - Constructor for exception com.tivoli.am.fim.trustserver.sts.STSModuleException
Constructs a new exception which was thrown from within the specified method, with the specified cause and logs to the specified logger.
STSModuleException(String) - Constructor for exception com.tivoli.am.fim.trustserver.sts.STSModuleException
Constructs a new exception with the specified message.
STSModuleException(String, Throwable) - Constructor for exception com.tivoli.am.fim.trustserver.sts.STSModuleException
Constructs a new exception with the specified cause and message.
STSModuleException_java_copyright - Static variable in exception com.tivoli.am.fim.trustserver.sts.STSModuleException
 
STSModuleException_java_copyright - Static variable in exception com.tivoli.am.fim.trustserver.sts.STSModuleException
 
STSModuleException_java_sourceCodeID - Static variable in exception com.tivoli.am.fim.trustserver.sts.STSModuleException
 
STSModuleException_java_sourceCodeID - Static variable in exception com.tivoli.am.fim.trustserver.sts.STSModuleException
 
STSUniversalUser - Class in com.tivoli.am.fim.trustserver.sts
Java representation of STSUniversalUser schema.
STSUniversalUser - Class in com.tivoli.am.fim.trustserver.sts
Java representation of STSUniversalUser schema.
STSUniversalUser(Node) - Constructor for class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Constructs a STSUniversalUser containing the data specified in the given org.w3c.dom.Node.
STSUniversalUser() - Constructor for class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Constructs an empty STSUniversalUser.
STSUniversalUser(Node) - Constructor for class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Constructs a STSUniversalUser containing the data specified in the given org.w3c.dom.Node.
STSUniversalUser() - Constructor for class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Constructs an empty STSUniversalUser.
STSUniversalUser_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
 
STSUniversalUser_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
 
STSUniversalUser_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
 
STSUniversalUser_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
 
Subject - Class in com.tivoli.am.fim.trustserver.sts.uuser
Represents an STS Subject element of the STSUniversalUser/AdditionalAttributeStatement transform to and from XML.
Subject - Class in com.tivoli.am.fim.trustserver.sts.uuser
Represents an STS Subject element of the STSUniversalUser/AdditionalAttributeStatement transform to and from XML.
Subject(String, String) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Subject
Constructor from a name and SAML name format
Subject(String, String) - Constructor for class com.tivoli.am.fim.trustserver.sts.uuser.Subject
Constructor from a name and SAML name format
subStringAfterLast(String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Returns the substring of text after the last occurence of chars.
subStringAfterLast(String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Returns the substring of text after the last occurence of chars.
subStringBeforeLast(String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Returns the substring of text before the last occurence of chars.
subStringBeforeLast(String, String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Returns the substring of text before the last occurence of chars.

T

throwSTSException(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Used to throw STS Messages from XLST/Javascript mapping rules.
throwSTSException(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Used to throw STS Messages from XLST/Javascript mapping rules.
throwSTSException(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Used to throw STS Messages from XLST/Javascript mapping rules.
throwSTSException(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Used to throw STS Messages from XLST/Javascript mapping rules.
throwSTSUserMessageException(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Used to throw STSUserMessageException from XSLT/Javascript mapping rules The error message of this exception is displayed in the response to the client.
throwSTSUserMessageException(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Used to throw STSUserMessageException from XSLT/Javascript mapping rules The error message of this exception is displayed in the response to the client.
throwSTSUserMessageException(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Used to throw STS Messages from XLST/Javascript mapping rules.
throwSTSUserMessageException(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.OAuthMappingExtUtils
Used to throw STS Messages from XLST/Javascript mapping rules.
toClearTextString() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Produces the same string as toString except any password attribute will be in the clear
toClearTextString() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Produces the same string as toString except any password attribute will be in the clear
toJSON() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns this STSUniversalUser as JSON in the form of an String.
toJSON() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns this STSUniversalUser as JSON in the form of an String.
toString() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns a String representation of this STSUniversalUser object.
toString() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns a String representation of this STSUniversalUser object.
toString() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
toString() - Method in class com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
 
toXML() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns this STSUniversalUser as XML in the form of an org.w3c.dom.Document object.
toXML() - Method in class com.tivoli.am.fim.trustserver.sts.STSUniversalUser
Returns this STSUniversalUser as XML in the form of an org.w3c.dom.Document object.
toXml(Document) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns this Attribute as an org.w3c.dom.Element.
toXml(Document) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Attribute
Returns this Attribute as an org.w3c.dom.Element.
toXml(Document) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Converts this AttributeContainer to XML in the form of an org.w3c.dom.Element object.
toXml(Document) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
Converts this AttributeContainer to XML in the form of an org.w3c.dom.Element object.
toXml(Document) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Group
Convert this Group object into XML (in the form of an org.w3c.dom.Element object).
toXml(Document) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Group
Convert this Group object into XML (in the form of an org.w3c.dom.Element object).
toXml(Document) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
toXml(Document) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.GroupList
 
toXml(Document) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Subject
Returns an XML representation of this Subject as an org.w3c.dom.Element object.
toXml(Document) - Method in class com.tivoli.am.fim.trustserver.sts.uuser.Subject
Returns an XML representation of this Subject as an org.w3c.dom.Element object.
traceString(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Provides a convenient tracing mechanism for XSLT authors.
traceString(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Provides a convenient tracing mechanism for XSLT authors.
translatePPID(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Tranlates a base64 encoded PPID string into a friendly display format according to the Information Card specifications.
translatePPID(String) - Static method in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
Tranlates a base64 encoded PPID string into a friendly display format according to the Information Card specifications.

U

USCContextAttributesHelper - Class in com.tivoli.am.fim.trustserver.sts.utilities
Utility class that provides accessor methods for context attributes used by User Self Care.
USCContextAttributesHelper - Class in com.tivoli.am.fim.trustserver.sts.utilities
Utility class that provides accessor methods for context attributes used by User Self Care.
USCContextAttributesHelper(ContextAttributes) - Constructor for class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This class will throw a NullPointerException if created with null input.
USCContextAttributesHelper(ContextAttributes) - Constructor for class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
This class will throw a NullPointerException if created with null input.
USCContextAttributesHelper_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
 
USCContextAttributesHelper_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
 
USCContextAttributesHelper_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
 
USCContextAttributesHelper_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.USCContextAttributesHelper
 

_

_cache - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
 
_cache - Static variable in class com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtUtils
 
_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Subject
 
_java_copyright - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Subject
 
_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Subject
 
_java_sourceCodeID - Static variable in class com.tivoli.am.fim.trustserver.sts.uuser.Subject
 

A C D E F G H I L M O P Q R S T U _