org.apache.zookeeper
Class Login
java.lang.Object
org.apache.zookeeper.Login
public class Login
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
callbackHandler
public CallbackHandler callbackHandler
Login
public Login(String loginContextName,
CallbackHandler callbackHandler)
throws LoginException
- LoginThread constructor. The constructor starts the thread used
to periodically re-login to the Kerberos Ticket Granting Server.
- Parameters:
loginContextName - name of section in JAAS file that will be use to login.
Passed as first param to javax.security.auth.login.LoginContext().callbackHandler - Passed as second param to javax.security.auth.login.LoginContext().
- Throws:
LoginException - Thrown if authentication fails.
startThreadIfNeeded
public void startThreadIfNeeded()
shutdown
public void shutdown()
getSubject
public Subject getSubject()
getLoginContextName
public String getLoginContextName()
Copyright © 2013 The Apache Software Foundation