Searched defs:SSOTokenPrincipal (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DSSOTokenPrincipal.java25 * $Id: SSOTokenPrincipal.java,v 1.2 2009/11/12 18:37:35 veiming Exp $
38 public class SSOTokenPrincipal implements Principal, ISubjectable { class in inherits:Principal,ISubjectable
41 public SSOTokenPrincipal(SSOToken ssoToken) { method in class:SSOTokenPrincipal
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/
H A DSSOTokenPrincipal.java25 * $Id: SSOTokenPrincipal.java,v 1.2 2009/11/12 18:37:35 veiming Exp $
38 public class SSOTokenPrincipal implements Principal, ISubjectable { class in inherits:Principal,ISubjectable
41 public SSOTokenPrincipal(SSOToken ssoToken) { method in class:SSOTokenPrincipal
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DSSOTokenPrincipal.java25 * $Id: SSOTokenPrincipal.java,v 1.2 2008/06/25 05:42:05 qcheng Exp $
41 public class SSOTokenPrincipal implements Principal, Serializable { class in inherits:Principal,Serializable
45 * Creates <code>SSOTokenPrincipal</code> object
48 public SSOTokenPrincipal(String name) { method in class:SSOTokenPrincipal
56 * Returns the user name for this <code>SSOTokenPrincipal</code>.
58 * @return the user name for this <code>SSOTokenPrincipal</code>
65 * Returns a string representation of this <code>SSOTokenPrincipal</code>.
67 * @return a string representation of this <code>SSOTokenPrincipal</code>.
70 return("SSOTokenPrincipal: " + name);
80 * <code>SSOTokenPrincipal</cod
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DSSOTokenPrincipal.java25 * $Id: SSOTokenPrincipal.java,v 1.2 2008/06/25 05:42:05 qcheng Exp $
41 public class SSOTokenPrincipal implements Principal, Serializable { class in inherits:Principal,Serializable
45 * Creates <code>SSOTokenPrincipal</code> object
48 public SSOTokenPrincipal(String name) { method in class:SSOTokenPrincipal
56 * Returns the user name for this <code>SSOTokenPrincipal</code>.
58 * @return the user name for this <code>SSOTokenPrincipal</code>
65 * Returns a string representation of this <code>SSOTokenPrincipal</code>.
67 * @return a string representation of this <code>SSOTokenPrincipal</code>.
70 return("SSOTokenPrincipal: " + name);
80 * <code>SSOTokenPrincipal</cod
[all...]

Completed in 46 milliseconds