public class AutoLoginHandler extends Object implements CallbackHandler
Constructor and Description |
---|
AutoLoginHandler(Credentials credentials)
This is the constructor which takes in the username and password to send
the JAAS call.
|
public AutoLoginHandler(Credentials credentials)
credentials
- This is the object containing the login infopublic void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle
in interface CallbackHandler
IOException
UnsupportedCallbackException
Copyright © 2015–2022 SciJava. All rights reserved.