org.nees.auth
Class AssumedAuthenticIdentity

java.lang.Object
  extended byorg.nees.auth.AuthenticIdentity
      extended byorg.nees.auth.AssumedAuthenticIdentity

public class AssumedAuthenticIdentity
extends AuthenticIdentity

This is an implementation of AuthenticIdentity that is based on asserting the user's DN insecurely.


Constructor Summary
AssumedAuthenticIdentity(java.lang.String assertedDN)
           
 
Method Summary
 java.lang.String getDistinguishedName()
           
 
Methods inherited from class org.nees.auth.AuthenticIdentity
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssumedAuthenticIdentity

public AssumedAuthenticIdentity(java.lang.String assertedDN)
Method Detail

getDistinguishedName

public java.lang.String getDistinguishedName()
Specified by:
getDistinguishedName in class AuthenticIdentity