Uses of Interface
com.iplanet.sso.SSOToken
-
Packages that use SSOToken Package Description com.iplanet.sso This package contains classes fro accessing the Single Sign On service and representing a SSOToken(Single Sign On) which contains the information related to session.com.iplanet.sso.providers.dpro This package contains classes that represent SSOProvidercom.sun.identity.authentication Provides interfaces and classes for writing a Remote Java client application to authenticate to OpenAM.com.sun.identity.authentication.server This package contains the classes that represent server side functionality such as the implementation of request for authenticating, user credential callbacks.com.sun.identity.authentication.spi Provides interfaces and classes for writing a supplemental authentication module to plug into OpenAM.com.sun.identity.idm Provides classes for accessing the Identity Repository interfaces.com.sun.identity.policy Provides classes for policy administration and evaluation.com.sun.identity.policy.interfaces Deprecated interfaces for writing custom Policy plugins for Conditions, Subjects, Referrals, ResponseProviders and Resources.com.sun.identity.saml2.plugins.scripted Contains classes to be used by the SAML2 scripted plugins.com.sun.identity.security Provides the classes to be used for performing privileged operations (like getting the OpenAM administrator's DN and password).com.sun.identity.sm Provides classes for accessing the Service Management Service (SMS).org.forgerock.am.identity.application org.forgerock.am.identity.domain org.forgerock.am.identity.persistence org.forgerock.openam.secrets The AM supporting classes for centrally configuring secrets.org.forgerock.openam.session.service Defines interfaces and classes for the Session Service.org.forgerock.openam.sts.tokengeneration.oidc This package contains classes defining OpenId Connect Token generation and claim mapping.org.forgerock.openam.sts.tokengeneration.saml2.statements This package contains classes defining the interfaces consumed to obtain the various statements contituting SAML2 assertions.org.forgerock.openam.upgrade Defines interfaces and classes to perform OpenAM system upgrade. -
-
Uses of SSOToken in com.iplanet.sso
Methods in com.iplanet.sso that return SSOToken Modifier and Type Method Description SSOTokenSSOTokenManager. createSSOToken(String tokenId)Creates a single sign on token from the single sign on token ID.SSOTokenSSOTokenManager. createSSOToken(String tokenId, String clientIP)Creates a single sign on token from the single sign on token ID.SSOTokenSSOTokenManager. createSSOToken(javax.servlet.http.HttpServletRequest request)Creates a single sign on token fromHttpServletRequestSSOTokenSSOTokenEvent. getToken()Returns theSSOTokenassociated with the SSO Token event.Methods in com.iplanet.sso with parameters of type SSOToken Modifier and Type Method Description StringSSOToken. dereferenceRestrictedTokenID(SSOToken requester, String restrictedId)Given a restricted token, returns the SSOTokenID of the master token can only be used if the requester is an app token.voidSSOTokenManager. destroyToken(SSOToken token)Destroys a single sign on token.voidSSOTokenManager. destroyToken(SSOToken destroyer, SSOToken destroyed)Destroys a single sign on token.SetSSOTokenManager. getValidSessions(SSOToken requester, String server)Returns a list of single sign on token objects which correspond to valid Sessions accessible to requester.booleanSSOTokenManager. isValidToken(SSOToken token)Returns true if a single sign on token is valid.booleanSSOTokenManager. isValidToken(SSOToken token, boolean resetIdleTime)Returns true if a single sign on token is valid, resetting the token's idle time if and only if the flag allows us to.voidSSOTokenManager. refreshSession(SSOToken token)Refresh the Session corresponding to the single sign on token from the Session Server.voidSSOTokenManager. validateToken(SSOToken token)Returns true if the single sign on token is valid. -
Uses of SSOToken in com.iplanet.sso.providers.dpro
Methods in com.iplanet.sso.providers.dpro that return types with arguments of type SSOToken Modifier and Type Method Description Set<SSOToken>SSOProviderImpl. getValidSessions(SSOToken requester, String server)Returns a list of single sign on token objects which correspond to valid Sessions accessible to requester.Methods in com.iplanet.sso.providers.dpro with parameters of type SSOToken Modifier and Type Method Description voidSSOProviderImpl. destroyToken(SSOToken destroyer, SSOToken destroyed)Destroys a single sign on token.Set<SSOToken>SSOProviderImpl. getValidSessions(SSOToken requester, String server)Returns a list of single sign on token objects which correspond to valid Sessions accessible to requester. -
Uses of SSOToken in com.sun.identity.authentication
Methods in com.sun.identity.authentication that return SSOToken Modifier and Type Method Description SSOTokenAuthContext. getSSOToken()Returns the Single-Sign-On (SSO) Token for the authenticated user.Constructors in com.sun.identity.authentication with parameters of type SSOToken Constructor Description AuthContext(SSOToken ssoToken)Constructs an instance ofAuthContextfor a given organization name, or sub organization name contained in the single sign on token.AuthContext(SSOToken ssoToken, boolean forceAuth)Constructs an instance ofAuthContextfor a given organization name, or sub organization name contained in the single sign on token. -
Uses of SSOToken in com.sun.identity.authentication.server
Methods in com.sun.identity.authentication.server that return SSOToken Modifier and Type Method Description SSOTokenAuthContextLocal. getSSOToken()Returns the Single-Sign-On (SSO) Token for the authenticated user.Single-Sign-On token can be used as the authenticated token. -
Uses of SSOToken in com.sun.identity.authentication.spi
Methods in com.sun.identity.authentication.spi that return SSOToken Modifier and Type Method Description SSOTokenAMLoginModule. getSSOSession()Returns an administration SSOToken for use the OpenAM APIs.Methods in com.sun.identity.authentication.spi that return types with arguments of type SSOToken Modifier and Type Method Description Set<SSOToken>AMLoginModule. getUserSessions(String userName)Returns the set of SSOTokens for a specified userMethods in com.sun.identity.authentication.spi with parameters of type SSOToken Modifier and Type Method Description voidAMPostAuthProcessInterface. onLoginSuccess(Map requestParamsMap, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, SSOToken ssoToken)Post processing on successful authentication.voidAMPostAuthProcessInterface. onLogout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, SSOToken ssoToken)Post processing on Logout. -
Uses of SSOToken in com.sun.identity.idm
Methods in com.sun.identity.idm with parameters of type SSOToken Modifier and Type Method Description abstract intIdRepo. addListener(SSOToken token, IdRepoListener listener)Adds a listener for changes in the repositoryabstract voidIdRepo. assignService(SSOToken token, IdType type, String name, String serviceName, SchemaType stype, Map<String,Set<String>> attrMap)This method is used to assign a service to the given identity.voidIdRepo. changePassword(SSOToken token, IdType type, String name, String attrName, String oldPassword, String newPassword)Changes password of identity.abstract StringIdRepo. create(SSOToken token, IdType type, String name, Map<String,Set<String>> attrMap)Creates an identity.abstract voidIdRepo. delete(SSOToken token, IdType type, String name)Deletes an identity.abstract Set<String>IdRepo. getAssignedServices(SSOToken token, IdType type, String name, Map<String,Set<String>> mapOfServicesAndOCs)Returns the set of services assigned to this identity.abstract Map<String,Set<String>>IdRepo. getAttributes(SSOToken token, IdType type, String name)Returns all attributes and values of name objectabstract Map<String,Set<String>>IdRepo. getAttributes(SSOToken token, IdType type, String name, Set<String> attrNames)Returns requested attributes and values of name object.abstract Map<String,byte[][]>IdRepo. getBinaryAttributes(SSOToken token, IdType type, String name, Set<String> attrNames)Returns requested binary attributes as an array of bytes.abstract Map<String,byte[][]>IdRepo. getBinaryServiceAttributes(SSOToken token, IdType type, String name, String serviceName, Set<String> attrNames)Returns the requested binary attribute values of the service attributes as an array of bytes.StringIdRepo. getFullyQualifiedName(SSOToken token, IdType type, String name)Returns the fully qualified name for the identity.static AMIdentityIdUtils. getIdentity(SSOToken token)static AMIdentityIdUtils. getIdentity(SSOToken token, String univId)abstract Set<String>IdRepo. getMembers(SSOToken token, IdType type, String name, IdType membersType)Returns the memberships of an identity.abstract Set<String>IdRepo. getMemberships(SSOToken token, IdType type, String name, IdType membershipType)Returns the memberships of an identity.abstract Map<String,Set<String>>IdRepo. getServiceAttributes(SSOToken token, IdType type, String name, String serviceName, Set<String> attrNames)Returns the attribute values of the service attributes.booleanIdRepo. isActive(SSOToken token, IdType type, String name)Returns true if thenameobject is active.abstract booleanIdRepo. isExists(SSOToken token, IdType type, String name)Returns true if thenameobject exists in the data store.abstract voidIdRepo. modifyMemberShip(SSOToken token, IdType type, String name, Set<String> members, IdType membersType, int operation)Modify membership of the identity.abstract voidIdRepo. modifyService(SSOToken token, IdType type, String name, String serviceName, SchemaType sType, Map<String,Set<String>> attrMap)Modifies the attribute values of the service attributes.abstract voidIdRepo. removeAttributes(SSOToken token, IdType type, String name, Set<String> attrNames)Removes the attributes from the identity.abstract com.sun.identity.idm.RepoSearchResultsIdRepo. search(SSOToken token, IdType type, org.forgerock.openam.utils.CrestQuery crestQuery, int maxTime, int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp, Map<String,Set<String>> avPairs, boolean recursive)Search for specific type of identities using a CrestQuery object instead of a string.abstract voidIdRepo. setActiveStatus(SSOToken token, IdType type, String name, boolean active)Sets the object's status toactive.abstract voidIdRepo. setAttributes(SSOToken token, IdType type, String name, Map<String,Set<String>> attributes, boolean isAdd)Set the values of attributes of the identity.abstract voidIdRepo. setBinaryAttributes(SSOToken token, IdType type, String name, Map<String,byte[][]> attributes, boolean isAdd)Set the values of binary attributes the identity.abstract voidIdRepo. unassignService(SSOToken token, IdType type, String name, String serviceName, Map<String,Set<String>> attrMap)If the service is already assigned to the identity then this method unassigns the service and removes the related attributes from the entry.Constructors in com.sun.identity.idm with parameters of type SSOToken Constructor Description AMIdentity(SSOToken token)Constructs a newAMIdentityinstance from the passed token.AMIdentity(SSOToken token, String universalId)Constructs a newAMIdentityinstance from the passed universal ID.AMIdentityRepository(SSOToken ssoToken, String realmName)Deprecated.Use the other constructorAMIdentityRepository(String, SSOToken)AMIdentityRepository(String realmName, SSOToken ssoToken)Instantiates a newAMIdentityRepository. -
Uses of SSOToken in com.sun.identity.policy
Methods in com.sun.identity.policy with parameters of type SSOToken Modifier and Type Method Description voidPolicy. addRealmSubject(SSOToken token, String subjectName, String realmName, boolean exclusive)Deprecated.Adds a reference in the policy to a Subject defined at the realm.PolicyDecisionPolicyEvaluator. getPolicyDecision(SSOToken token, String resourceName, Set actionNames, Map envParameters)Deprecated.Evaluates privileges of the user to perform the specified actions on the specified resource.ProxyPolicyEvaluatorProxyPolicyEvaluatorFactory. getProxyPolicyEvaluator(SSOToken token, String serviceType)Deprecated.Gets an instance ofProxyPolicyEvaluator.SetPolicyEvaluator. getResourceResults(SSOToken userToken, String resourceName, String scope, Map envParameters)Deprecated.Gets resource result objects given a resource name.booleanPolicyEvaluator. isAllowed(SSOToken token, String resourceName, String actionName, Map envParameters)Deprecated.Evaluates simple privileges of boolean type.voidPolicy. store(SSOToken token, String name)Deprecated.Stores the policy object in a persistent data store under the organization, sub-organization or a container object, specified as a parameter.Constructors in com.sun.identity.policy with parameters of type SSOToken Constructor Description PolicyManager(SSOToken token)Deprecated.Constructor forPolicyManagerfor the top (or root) organization.PolicyManager(SSOToken token, String name)Deprecated.Constructor forPolicyManagerfor the specified organization, sub organization or a container object. -
Uses of SSOToken in com.sun.identity.policy.interfaces
Methods in com.sun.identity.policy.interfaces with parameters of type SSOToken Modifier and Type Method Description ConditionDecisionCondition. getConditionDecision(SSOToken token, Map<String,Set<String>> env)Deprecated.Gets the decision computed by this condition object, based on theMapof environment parametersPolicyDecisionReferral. getPolicyDecision(SSOToken token, String resourceType, String resourceName, Set actionNames, Map envParameters)Deprecated.Gets policy resultsSetReferral. getResourceNames(SSOToken token, String serviceTypeName, String resourceName)Deprecated.Gets resource names that are exact matches, sub resources or wild card matches of argument resource name.MapResponseProvider. getResponseDecision(SSOToken token, Map env)Deprecated.Gets the response attributes computed by this ResponseProvider object, based on theSSOTokenandMapof environment parameters.ValidValuesReferral. getValidValues(SSOToken token)Deprecated.Gets the valid values for this referralValidValuesReferral. getValidValues(SSOToken token, String pattern)Deprecated.Gets the valid values for this referral matching a patternValidValuesSubject. getValidValues(SSOToken token)Deprecated.Returns a list of possible values for theSubject.ValidValuesSubject. getValidValues(SSOToken token, String pattern)Deprecated.Returns a list of possible values for theSubjectthat satisfy the givenpattern.SyntaxReferral. getValueSyntax(SSOToken token)Deprecated.Gets the syntax for the valueSyntaxSubject. getValueSyntax(SSOToken token)Deprecated.Returns the syntax of the values theSubjectimplementation can have.booleanSubject. isMember(SSOToken token)Deprecated.Determines if the user belongs to this instance of theSubjectobject. -
Uses of SSOToken in com.sun.identity.saml2.plugins.scripted
Methods in com.sun.identity.saml2.plugins.scripted with parameters of type SSOToken Modifier and Type Method Description SubjectIdpAdapterScriptHelper. getSubjectForToken(SSOToken sessionToken) -
Uses of SSOToken in com.sun.identity.security
Methods in com.sun.identity.security that return SSOToken Modifier and Type Method Description SSOTokenAppSSOTokenProvider. getAppSSOToken()Returns application single sign on token.SSOTokenAdminTokenAction. run() -
Uses of SSOToken in com.sun.identity.sm
Constructors in com.sun.identity.sm with parameters of type SSOToken Constructor Description OrganizationConfigManager(SSOToken token, String orgName)Constructor to obtain an instance ofOrganizationConfigManagerfor an organization by providing an authenticated identity of the user.ServiceConfigManager(SSOToken token, String serviceName, String version)Creates an instance ofServiceConfigManagerfor the given service and version.ServiceManager(SSOToken token)Creates an instance ofServiceManager.ServiceSchemaManager(SSOToken token, String serviceName, String version, org.forgerock.openam.services.datastore.DataStoreId dataStoreId, boolean isSaved)Creates an instance ofServiceSchemaManagerfor the given service and version pair. -
Uses of SSOToken in org.forgerock.am.identity.application
Methods in org.forgerock.am.identity.application with parameters of type SSOToken Modifier and Type Method Description IdentityIdentityFactory. create(SSOToken token, UniversalId universalId)Retrieves an instance ofIdentitybound to the passed token and universal id.IdentityStoreIdentityStoreFactory. create(String realm, SSOToken token)Creates aIdentityStoreinstance.AMIdentityLegacyIdentityService. getAmIdentity(SSOToken token, String identityName, IdType idType, String realm)Create anAMIdentityusing the specified information. -
Uses of SSOToken in org.forgerock.am.identity.domain
Methods in org.forgerock.am.identity.domain that return SSOToken Modifier and Type Method Description SSOTokenIdentity. getSSOToken()Get theSSOTokenwhich should be used to authorize operations against this identity.Methods in org.forgerock.am.identity.domain with parameters of type SSOToken Modifier and Type Method Description static UniversalIdUniversalId. of(SSOToken token)Creates a newUniversalIdinstance based of the passed token. -
Uses of SSOToken in org.forgerock.am.identity.persistence
Methods in org.forgerock.am.identity.persistence with parameters of type SSOToken Modifier and Type Method Description AMIdentityIdentityStore. createWithoutValidatingAttributes(SSOToken token, IdType type, String name, Map<String,Set<String>> attrs, String orgName)Create a new identity without validating the given attributes.IdSearchResultsIdentityStore. getSpecialIdentities(SSOToken token, IdType type, String orgName)Return the special identities for this realm for a given type. -
Uses of SSOToken in org.forgerock.openam.secrets
Methods in org.forgerock.openam.secrets with parameters of type SSOToken Modifier and Type Method Description static voidSecretsUtils. createKeyStorePurposeMapping(org.forgerock.openam.secrets.config.SecretIdRegistry secretIdRegistry, org.forgerock.openam.secrets.config.KeyStoreSecretStore keyStore, String purposeLabel, List<String> aliases, Optional<Realm> realm, SSOToken authorizationToken)Creates a global purpose and adds a mapping for it to the given key alias in the given keystore.default com.google.common.collect.Multimap<String,String>SecretIdProvider. getGlobalMultiInstanceSecretIds(SSOToken authorizationToken)Returns the secret IDs used by global multi-instance services, e.g.default com.google.common.collect.Multimap<String,String>SecretIdProvider. getRealmMultiInstanceSecretIds(SSOToken authorizationToken, Realm realm)Returns the secret IDs used by realm level multi-instance services, e.g. -
Uses of SSOToken in org.forgerock.openam.session.service
Methods in org.forgerock.openam.session.service with parameters of type SSOToken Modifier and Type Method Description voidSessionTimeoutHandler. onIdleTimeout(SSOToken token)Executed on idle timeoutvoidSessionTimeoutHandler. onMaxTimeout(SSOToken token)Executed on max timeout -
Uses of SSOToken in org.forgerock.openam.sts.tokengeneration.oidc
Methods in org.forgerock.openam.sts.tokengeneration.oidc with parameters of type SSOToken Modifier and Type Method Description Map<String,String>OpenIdConnectTokenClaimMapper. getCustomClaims(SSOToken token, Map<String,String> claimMap) -
Uses of SSOToken in org.forgerock.openam.sts.tokengeneration.saml2.statements
Methods in org.forgerock.openam.sts.tokengeneration.saml2.statements with parameters of type SSOToken Modifier and Type Method Description List<AttributeStatement>AttributeStatementsProvider. get(SSOToken ssoToken, SAML2Config saml2Config, AttributeMapper attributeMapper)Invoked to obtain the List of AttributeStatement instances to be included in the generated SAML2 assertion.List<AuthzDecisionStatement>AuthzDecisionStatementsProvider. get(SSOToken ssoToken, SAML2Config config)List<Attribute>AttributeMapper. getAttributes(SSOToken token, Map<String,String> attributeMap)Gets a list of populated SAML2 Attribute instances. -
Uses of SSOToken in org.forgerock.openam.upgrade
Methods in org.forgerock.openam.upgrade with parameters of type SSOToken Modifier and Type Method Description static voidUpgradeUtils. addAttributeToSchema(String serviceName, String subSchemaName, String schemaType, Node attributeSchemaNode, SSOToken adminToken)Adds new attribute schema to an existing service.static voidUpgradeUtils. removeAttributeSchema(String serviceName, String subSchemaName, String schemaType, String attributeName, SSOToken adminToken)Remove an attribute schema from an existing service.static voidUpgradeUtils. replaceAttributeSchema(String serviceName, String subSchemaName, String schemaType, String attributeName, SSOToken adminToken, Node attributeSchemaNode)Replace an attribute schema from an existing service with the new one
-