org.nees.auth
Class AuthenticIdentity

java.lang.Object
  extended byorg.nees.auth.AuthenticIdentity
Direct Known Subclasses:
AssumedAuthenticIdentity, GridAuthenticIdentity

public abstract class AuthenticIdentity
extends java.lang.Object

Represents an identity authenticated by some arbitrary method.

See Also:
AuthenticationMethod

Constructor Summary
AuthenticIdentity()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
abstract  java.lang.String getDistinguishedName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticIdentity

public AuthenticIdentity()
Method Detail

getDistinguishedName

public abstract java.lang.String getDistinguishedName()

equals

public boolean equals(java.lang.Object other)

hashCode

public int hashCode()