org.nees.auth.grid
Class GridAuthenticationMethod

java.lang.Object
  extended byorg.nees.auth.AuthenticationMethod
      extended byorg.nees.auth.grid.GridAuthenticationMethod

public class GridAuthenticationMethod
extends AuthenticationMethod


Constructor Summary
GridAuthenticationMethod()
           
 
Method Summary
 AuthenticIdentity getIdentity()
          Get the default proxy
 AuthenticIdentity getIdentity(java.lang.Object sessionKey)
          In this case, the "session key" is the GSSCredential.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridAuthenticationMethod

public GridAuthenticationMethod()
Method Detail

getIdentity

public AuthenticIdentity getIdentity(java.lang.Object sessionKey)
                              throws AuthenticationException
In this case, the "session key" is the GSSCredential.

Overrides:
getIdentity in class AuthenticationMethod
Parameters:
sessionKey - an object representing the authentication session.
Returns:
the user's authentic identity.
Throws:
AuthenticationException

getIdentity

public AuthenticIdentity getIdentity()
                              throws AuthenticationException
Get the default proxy

Specified by:
getIdentity in class AuthenticationMethod
Returns:
the user's authentic identity.
Throws:
AuthenticationException