org.nees.repo.chef.auth
Class ChefAuthenticationMethod

java.lang.Object
  extended byorg.nees.repo.chef.auth.ChefAuthenticationMethod

public class ChefAuthenticationMethod
extends java.lang.Object

Get a CHEF authentic identity


Constructor Summary
ChefAuthenticationMethod()
           
 
Method Summary
 AuthenticIdentity getIdentity()
           
 AuthenticIdentity getIdentity(java.lang.Object runData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChefAuthenticationMethod

public ChefAuthenticationMethod()
Method Detail

getIdentity

public AuthenticIdentity getIdentity()
                              throws AuthenticationException
Throws:
AuthenticationException

getIdentity

public AuthenticIdentity getIdentity(java.lang.Object runData)
                              throws AuthenticationException
Throws:
AuthenticationException