Searched defs:SSOToken (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/sso/
H A DSSOToken.java25 * $Id: SSOToken.java,v 1.4 2009/01/16 10:43:14 manish_rustagi Exp $
37 * The <code>SSOToken</code> class represents a "single sign on"(SSO) token.
46 public interface SSOToken { interface
187 * if the SSOToken is not VALID and if
236 * Returns true if the SSOTokenID associated with this SSOToken is a
254 public String dereferenceRestrictedTokenID(SSOToken requester, String restrictedId)
/forgerock/openam/openam-shared/src/main/java/com/iplanet/sso/
H A DSSOToken.java25 * $Id: SSOToken.java,v 1.4 2009/01/16 10:43:14 manish_rustagi Exp $
37 * The <code>SSOToken</code> class represents a "single sign on"(SSO) token.
46 public interface SSOToken { interface
187 * if the SSOToken is not VALID and if
236 * Returns true if the SSOTokenID associated with this SSOToken is a
254 public String dereferenceRestrictedTokenID(SSOToken requester, String restrictedId)

Completed in 28 milliseconds