/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/ |
H A D | SPAccountMapper.java | 61 public String getIdentity(RequestSecurityTokenResponse rstr, method in interface:SPAccountMapper
|
H A D | DefaultLibrarySPAccountMapper.java | 92 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 D | SPAccountMapper.java | 61 public String getIdentity(RequestSecurityTokenResponse rstr, method in interface:SPAccountMapper
|
H A D | DefaultLibrarySPAccountMapper.java | 92 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 D | AttributeAuthorityMapper.java | 92 public Object getIdentity(HttpServletRequest request, method in interface:AttributeAuthorityMapper
|
H A D | DefaultAttributeAuthorityMapper.java | 97 public Object getIdentity(HttpServletRequest request, method in class:DefaultAttributeAuthorityMapper 101 return AttributeQueryUtil.getIdentity(attrQuery,
|
H A D | IDPAccountMapper.java | 77 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 D | SPAccountMapper.java | 60 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 D | X509SubjectAttributeAuthorityMapper.java | 98 public Object getIdentity(HttpServletRequest request, method in class:X509SubjectAttributeAuthorityMapper
|
H A D | DefaultIDPAccountMapper.java | 119 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 D | OpenAMResourceOwner.java | 98 public AMIdentity getIdentity() { method in class:OpenAMResourceOwner
|
H A D | OpenAMClientRegistrationStore.java | 90 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 D | ClientResourceManager.java | 58 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 D | BaseIdentityActivity.java | 45 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 D | UserDevicesDao.java | 69 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 D | ResourceOwner.java | 94 public AMIdentity getIdentity() { method in class:ResourceOwner
|
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/rest/ |
H A D | ClientResourceManager.java | 58 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 D | UserDevicesDao.java | 74 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 D | AttributeAuthorityMapper.java | 92 public Object getIdentity(HttpServletRequest request, method in interface:AttributeAuthorityMapper
|
H A D | DefaultAttributeAuthorityMapper.java | 97 public Object getIdentity(HttpServletRequest request, method in class:DefaultAttributeAuthorityMapper 101 return AttributeQueryUtil.getIdentity(attrQuery,
|
H A D | IDPAccountMapper.java | 77 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 D | SPAccountMapper.java | 60 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 D | X509SubjectAttributeAuthorityMapper.java | 98 public Object getIdentity(HttpServletRequest request, method in class:X509SubjectAttributeAuthorityMapper
|
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/ |
H A D | AuditHistory.java | 89 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 D | ScriptIdentityRepository.java | 53 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);
|