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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentity.java25 * $Id: AMIdentity.java,v 1.37 2009/11/20 23:52:54 ww203982 Exp $
66 * constructing <code> AMIdentity </code> objects by using
74 * AMIdentity id = idrepo.getRealmIdentity();
78 * The <code>id</code> returned above is the AMIdentity object of the user's
80 * using AMIdentityRepository also return AMIdentity objects. The type of an
102 public class AMIdentity { class
125 * Constructor for the <code>AMIdentity</code> object.
135 public AMIdentity(SSOToken ssotoken) throws SSOException, IdRepoException { method in class:AMIdentity
142 * Constructor for the <code>AMIdentity</code> object.
155 public AMIdentity(SSOToke method in class:AMIdentity
160 public AMIdentity(DN universalId, SSOToken ssotoken) throws IdRepoException { method in class:AMIdentity
202 public AMIdentity(SSOToken token, String name, IdType type, String orgName, String amsdkdn) { method in class:AMIdentity
206 public AMIdentity(DN amsdkdn, SSOToken token, String name, IdType type, String orgName) { method in class:AMIdentity
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentity.java25 * $Id: AMIdentity.java,v 1.37 2009/11/20 23:52:54 ww203982 Exp $
67 * constructing <code> AMIdentity </code> objects by using
75 * AMIdentity id = idrepo.getRealmIdentity();
79 * The <code>id</code> returned above is the AMIdentity object of the user's
81 * using AMIdentityRepository also return AMIdentity objects. The type of an
103 public class AMIdentity { class
126 * Constructor for the <code>AMIdentity</code> object.
136 public AMIdentity(SSOToken ssotoken) throws SSOException, IdRepoException { method in class:AMIdentity
143 * Constructor for the <code>AMIdentity</code> object.
156 public AMIdentity(SSOToke method in class:AMIdentity
161 public AMIdentity(DN universalId, SSOToken ssotoken) throws IdRepoException { method in class:AMIdentity
203 public AMIdentity(SSOToken token, String name, IdType type, String orgName, String amsdkdn) { method in class:AMIdentity
207 public AMIdentity(DN amsdkdn, SSOToken token, String name, IdType type, String orgName) { method in class:AMIdentity
[all...]

Completed in 58 milliseconds