Searched defs:getName (Results 276 - 300 of 1310) sorted by relevance

<<11121314151617181920>>

/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/authz/
H A DAgentOnlyAuthzModule.java50 public String getName() { method in class:AgentOnlyAuthzModule
56 String userId = token.getPrincipal().getName();
H A DResourceOwnerOrSuperUserAuthzModule.java60 public String getName() { method in class:ResourceOwnerOrSuperUserAuthzModule
H A DSpecialAndAdminUserOnlyAuthzModule.java54 public String getName() { method in class:SpecialAndAdminUserOnlyAuthzModule
60 String userId = token.getPrincipal().getName();
H A DSpecialOrAdminOrAgentAuthzModule.java59 public String getName() { method in class:SpecialOrAdminOrAgentAuthzModule
65 String userId = token.getPrincipal().getName();
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/ui/gui/list/
H A DImageListEntry.java45 public String getName() { method in class:ImageListEntry
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DNameValuePair.java74 public String getName() { method in class:NameValuePair
94 return "NameValuePair" + "[" + getName() + "=" + getValue() + "]";
/forgerock/jee-agents-v3.5/jee-agents-tomcat/jee-agents-tomcat-v6/src/main/java/com/sun/identity/agents/tomcat/v6/
H A DAmTomcatUser.java54 * Method getName
60 public String getName() { method in class:AmTomcatUser
65 * Method getName
96 return getName();
/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DDevicePrintModulePrincipal.java57 public String getName() { method in class:DevicePrintModulePrincipal
69 .append(DevicePrintModulePrincipal.class.getName())
99 if (this.getName().equals(that.getName())) {
/forgerock/openam-v13/openam-authentication/openam-auth-ad/src/main/java/com/sun/identity/authentication/modules/ad/
H A DADPrincipal.java51 public String getName() { method in class:ADPrincipal
89 return this.getName().equals(that.getName());
/forgerock/openam-v13/openam-authentication/openam-auth-adaptive/src/main/java/org/forgerock/openam/authentication/modules/adaptive/
H A DAdaptivePrincipal.java51 public String getName() { method in class:AdaptivePrincipal
/forgerock/openam-v13/openam-authentication/openam-auth-anonymous/src/main/java/com/sun/identity/authentication/modules/anonymous/
H A DAnonymousAuthPrincipal.java52 public String getName() { method in class:AnonymousAuthPrincipal
93 return this.getName().equals(that.getName());
/forgerock/openam-v13/openam-authentication/openam-auth-application/src/main/java/com/sun/identity/authentication/modules/application/
H A DApplicationPrincipal.java51 public String getName() { method in class:ApplicationPrincipal
90 return this.getName().equals(that.getName());
/forgerock/openam-v13/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCertAuthPrincipal.java51 public String getName() { method in class:CertAuthPrincipal
89 return this.getName().equals(that.getName());
/forgerock/openam-v13/openam-authentication/openam-auth-datastore/src/main/java/com/sun/identity/authentication/modules/datastore/
H A DDataStorePrincipal.java51 public String getName() { method in class:DataStorePrincipal
89 return this.getName().equals(that.getName());
/forgerock/openam-v13/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DOATHPrincipal.java45 public String getName() { method in class:OATHPrincipal
87 if (this.getName().equals(that.getName())) {
/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPPrincipal.java60 public String getName() { method in class:HOTPPrincipal
103 if (this.getName().equals(that.getName())) {
/forgerock/openam-v13/openam-authentication/openam-auth-httpbasic/src/main/java/com/sun/identity/authentication/modules/httpbasic/
H A DHTTPBasicPrincipal.java52 public String getName() { method in class:HTTPBasicPrincipal
90 return this.getName().equals(that.getName());
/forgerock/openam-v13/openam-authentication/openam-auth-jdbc/src/main/java/com/sun/identity/authentication/modules/jdbc/
H A DJDBCPrincipal.java51 public String getName() { method in class:JDBCPrincipal
90 return this.getName().equals(that.getName());
/forgerock/openam-v13/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAPPrincipal.java54 public String getName() { method in class:LDAPPrincipal
93 return this.getName().equals(that.getName());
/forgerock/openam-v13/openam-authentication/openam-auth-membership/src/main/java/com/sun/identity/authentication/modules/membership/
H A DMembershipPrincipal.java72 public String getName() { method in class:MembershipPrincipal
112 return this.getName().equals(that.getName());
/forgerock/openam-v13/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDNPrincipal.java55 public String getName() { method in class:MSISDNPrincipal
94 return this.getName().equals(that.getName());
/forgerock/openam-v13/openam-authentication/openam-auth-nt/src/main/java/com/sun/identity/authentication/modules/nt/
H A DNTPrincipal.java56 public String getName() { method in class:NTPrincipal
94 return this.getName().equals(that.getName());
/forgerock/openam-v13/openam-authentication/openam-auth-oath/src/main/java/org/forgerock/openam/authentication/modules/oath/
H A DOATHPrincipal.java53 public String getName() { method in class:OATHPrincipal
95 if (this.getName().equals(that.getName())) {
/forgerock/openam-v13/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuthPrincipal.java39 public String getName() { method in class:OAuthPrincipal
/forgerock/openam-v13/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUSPrincipal.java70 public String getName() { method in class:RADIUSPrincipal
108 if (this.getName().equals(that.getName())) {

Completed in 85 milliseconds

<<11121314151617181920>>