Searched defs:getIdentity (Results 1 - 25 of 61) sorted by relevance

123

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DSPAccountMapper.java61 public String getIdentity(RequestSecurityTokenResponse rstr, method in interface:SPAccountMapper
H A DDefaultLibrarySPAccountMapper.java92 public String getIdentity( method in class:DefaultLibrarySPAccountMapper
137 "DefaultLibrarySPAccountMapper.getIdentity(Assertion):" +
146 "DefaultLibrarySPAccountMapper.getIdentity(Assertion): " +
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DSPAccountMapper.java61 public String getIdentity(RequestSecurityTokenResponse rstr, method in interface:SPAccountMapper
H A DDefaultLibrarySPAccountMapper.java92 public String getIdentity( method in class:DefaultLibrarySPAccountMapper
137 "DefaultLibrarySPAccountMapper.getIdentity(Assertion):" +
146 "DefaultLibrarySPAccountMapper.getIdentity(Assertion): " +
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DAttributeAuthorityMapper.java92 public Object getIdentity(HttpServletRequest request, method in interface:AttributeAuthorityMapper
H A DDefaultAttributeAuthorityMapper.java97 public Object getIdentity(HttpServletRequest request, method in class:DefaultAttributeAuthorityMapper
101 return AttributeQueryUtil.getIdentity(attrQuery,
H A DIDPAccountMapper.java77 public String getIdentity(ManageNameIDRequest manageNameIDRequest, String hostEntityID, String realm) method in interface:IDPAccountMapper
91 public String getIdentity(NameID nameID, String hostEntityID, String remoteEntityID, String realm) method in interface:IDPAccountMapper
H A DSPAccountMapper.java60 public String getIdentity(Assertion assertion, String hostEntityID, String realm) throws SAML2Exception; method in interface:SPAccountMapper
74 public String getIdentity(ManageNameIDRequest manageNameIDRequest, String hostEntityID, String realm) method in interface:SPAccountMapper
H A DX509SubjectAttributeAuthorityMapper.java98 public Object getIdentity(HttpServletRequest request, method in class:X509SubjectAttributeAuthorityMapper
H A DDefaultIDPAccountMapper.java119 public String getIdentity(NameID nameID, String hostEntityID, String remoteEntityID, String realm) method in class:DefaultIDPAccountMapper
139 debug.message("DefaultIDPAccountMapper.getIdentity: realm = " + realm + ", hostEntityID = " + hostEntityID
147 debug.error("DefaultIDPAccountMapper.getIdentity(NameIDMappingRequest): ", dse);
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMResourceOwner.java98 public AMIdentity getIdentity() { method in class:OpenAMResourceOwner
H A DOpenAMClientRegistrationStore.java90 return new OpenAMClientRegistration(getIdentity(clientId, realm, request), pemDecoder, resolverService,
101 return new OpenAMClientRegistration(getIdentity(clientId, normalisedRealm), pemDecoder, resolverService,
105 private AMIdentity getIdentity(String uName, String realm) throws InvalidClientException { method in class:OpenAMClientRegistrationStore
106 return getIdentity(uName, realm, null);
110 private AMIdentity getIdentity(String uName, String realm, OAuth2Request request) throws InvalidClientException { method in class:OpenAMClientRegistrationStore
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/rest/
H A DClientResourceManager.java58 private AMIdentity getIdentity(String uName, String realm) throws InternalServerErrorException { method in class:ClientResourceManager
101 ids.add(getIdentity(id, realm));
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/baseactivities/
H A DBaseIdentityActivity.java45 protected final Identity getIdentity() { method in class:BaseIdentityActivity
54 identity = identityModel.getIdentity(identityReference);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/
H A DUserDevicesDao.java69 final AMIdentity identity = getIdentity(username, realm);
100 final AMIdentity identity = getIdentity(username, realm);
132 private AMIdentity getIdentity(String userName, String realm) throws InternalServerErrorException { method in class:UserDevicesDao
149 throw new IdRepoException("getIdentity : User " + userName + " is not found");
151 throw new IdRepoException("getIdentity : More than one user found for the userName " + userName);
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DResourceOwner.java94 public AMIdentity getIdentity() { method in class:ResourceOwner
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/rest/
H A DClientResourceManager.java58 private AMIdentity getIdentity(String uName, String realm) throws InternalServerErrorException { method in class:ClientResourceManager
101 ids.add(getIdentity(id, realm));
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/
H A DUserDevicesDao.java74 final AMIdentity identity = getIdentity(username, realm);
109 final AMIdentity identity = getIdentity(username, realm);
141 private AMIdentity getIdentity(String userName, String realm) throws InternalServerErrorException { method in class:UserDevicesDao
158 throw new IdRepoException("getIdentity : User " + userName + " is not found");
160 throw new IdRepoException("getIdentity : More than one user found for the userName " + userName);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DAttributeAuthorityMapper.java92 public Object getIdentity(HttpServletRequest request, method in interface:AttributeAuthorityMapper
H A DDefaultAttributeAuthorityMapper.java97 public Object getIdentity(HttpServletRequest request, method in class:DefaultAttributeAuthorityMapper
101 return AttributeQueryUtil.getIdentity(attrQuery,
H A DIDPAccountMapper.java77 public String getIdentity(ManageNameIDRequest manageNameIDRequest, String hostEntityID, String realm) method in interface:IDPAccountMapper
91 public String getIdentity(NameID nameID, String hostEntityID, String remoteEntityID, String realm) method in interface:IDPAccountMapper
H A DSPAccountMapper.java60 public String getIdentity(Assertion assertion, String hostEntityID, String realm) throws SAML2Exception; method in interface:SPAccountMapper
74 public String getIdentity(ManageNameIDRequest manageNameIDRequest, String hostEntityID, String realm) method in interface:SPAccountMapper
H A DX509SubjectAttributeAuthorityMapper.java98 public Object getIdentity(HttpServletRequest request, method in class:X509SubjectAttributeAuthorityMapper
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DAuditHistory.java89 AMIdentity identity = getIdentity(context);
109 AMIdentity identity = getIdentity(context);
132 private AMIdentity getIdentity(Context context) { method in class:AuditHistory
135 return IdUtils.getIdentity(user, realm);
/forgerock/openam-v13/openam-authentication/openam-auth-scripted/src/main/java/org/forgerock/openam/authentication/modules/scripted/
H A DScriptIdentityRepository.java53 ScriptedIdentity amIdentity = getIdentity(userName);
69 ScriptedIdentity amIdentity = getIdentity(userName);
83 ScriptedIdentity amIdentity = getIdentity(userName);
96 private ScriptedIdentity getIdentity(String userName) { method in class:ScriptIdentityRepository
109 DEBUG.error("ScriptedModule.getIdentity : User " + userName + " is not found");
111 DEBUG.error("ScriptedModule.getIdentity : More than one user found for the userName " + userName);
116 DEBUG.error("ScriptedModule.getIdentity : Error searching Identities with username : " + userName, e);
118 DEBUG.error("ScriptedModule.getIdentity : Module exception : ", e);

Completed in 227 milliseconds

123