Searched defs:equals (Results 101 - 125 of 1034) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPPrincipal.java89 public boolean equals(Object o) { 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.java76 public boolean equals(Object o) { 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.java76 public boolean equals(Object o) { 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.java79 public boolean equals(Object o) { 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.java98 public boolean equals(Object o) { 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.java80 public boolean equals(Object o) { 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.java80 public boolean equals(Object o) { 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.java81 public boolean equals(Object o) { 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.java43 public boolean equals(Object obj) { method in class:OAuthPrincipal
51 if ((this.name == null) ? (other.name != null) : !this.name.equals(other.name)) {
/forgerock/openam-v13/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUSPrincipal.java94 public boolean equals(Object o) { method in class:RADIUSPrincipal
108 if (this.getName().equals(that.getName())) {
H A DRADIUSServer.java75 public boolean equals(Object obj) { method in class:RADIUSServer
80 //if they aren't both null, or they aren't equals
81 if ((this.host == null) ? (other.host != null) : !this.host.equals(other.host)) {
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2Principal.java71 public boolean equals(Object o) { method in class:SAML2Principal
85 return this.getName().equals(that.getName());
/forgerock/openam-v13/openam-authentication/openam-auth-scripted/src/main/java/org/forgerock/openam/authentication/modules/scripted/
H A DScriptedPrinciple.java52 public boolean equals(Object o) { method in class:ScriptedPrinciple
58 if (name != null ? !name.equals(that.name) : that.name != null) return false;
/forgerock/openam-v13/openam-authentication/openam-auth-securid/src/main/java/com/sun/identity/authentication/modules/securid/
H A DSecurIDPrincipal.java90 public boolean equals(Object o) { method in class:SecurIDPrincipal
101 if (this.getName().equals(that.getName()))
/forgerock/openam-v13/openam-authentication/openam-auth-windowsdesktopsso/src/main/java/com/sun/identity/authentication/modules/windowsdesktopsso/
H A DWindowsDesktopSSOPrincipal.java76 public boolean equals(Object obj) { method in class:WindowsDesktopSSOPrincipal
90 if (name.equals(wtp.getName())) {
/forgerock/openam-v13/openam-distribution/src/main/amserver/samples/server/source/com/sun/identity/samples/authentication/spi/providers/
H A DSamplePrincipal.java74 public boolean equals(Object o) { method in class:SamplePrincipal
82 return this.getName().equals(that.getName());
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DJwtPrincipal.java48 public boolean equals(final Object o) { method in class:JwtPrincipal
58 return jwt.toString().equals(principal.jwt.toString());
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/model/json/
H A DResourceSet.java55 public boolean equals(Object o) { method in class:ResourceSet
64 return excluded.equals(that.excluded) && included.equals(that.included);
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/nodecontext/
H A DContextKey.java62 public final boolean equals(Object object) { method in class:ContextKey
63 return super.equals(object);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/source/com/sun/identity/authentication/oblix/
H A DOblixPrincipal.java75 public boolean equals(Object o) { method in class:OblixPrincipal
89 return this.getName().equals(that.getName());
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/authentication/siteminder/
H A DSMPrincipal.java78 public boolean equals(Object o) { method in class:SMPrincipal
92 return this.getName().equals(that.getName());
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/authentication/modules/federation/
H A DFederationPrincipal.java85 public boolean equals(Object o) { method in class:FederationPrincipal
97 if (this.getName().equals(that.getName())) {
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/authentication/modules/sae/
H A DSAEPrincipal.java90 public boolean equals(Object o) { method in class:SAEPrincipal
101 if (this.getName().equals(that.getName()))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DOpendsJmxPrincipal.java54 public boolean equals(Object another) method in class:OpendsJmxPrincipal
56 return authID.equals(another);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DOperationContext.java120 public boolean equals(Object obj) method in class:OperationContext
125 return this.csn.equals(ctx.getCSN())
126 && this.entryUUID.equals(ctx.getEntryUUID());

Completed in 83 milliseconds

1234567891011>>