org.nees.repo.chef.auth
Class ChefAuthenticIdentity

java.lang.Object
  extended byorg.nees.auth.AuthenticIdentity
      extended byorg.nees.auth.grid.GridAuthenticIdentity
          extended byorg.nees.auth.grid.MyProxyAuthenticIdentity
              extended byorg.nees.repo.chef.auth.ChefAuthenticIdentity
All Implemented Interfaces:
LoginIdentity

public class ChefAuthenticIdentity
extends MyProxyAuthenticIdentity

Get a CHEF authentic identity


Constructor Summary
ChefAuthenticIdentity(org.ietf.jgss.GSSCredential cred, java.lang.String uid)
           
 
Method Summary
 boolean hasCredential()
          A CHEF user may not have a credential, so you will need to check this method before attempting to use the credential.
 
Methods inherited from class org.nees.auth.grid.MyProxyAuthenticIdentity
getLoginName
 
Methods inherited from class org.nees.auth.grid.GridAuthenticIdentity
getCredential, getDistinguishedName, getGlobusCredential
 
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

ChefAuthenticIdentity

public ChefAuthenticIdentity(org.ietf.jgss.GSSCredential cred,
                             java.lang.String uid)
Method Detail

hasCredential

public boolean hasCredential()
A CHEF user may not have a credential, so you will need to check this method before attempting to use the credential.