Class GSSAcceptorLoginModule.UsernamePasswordCallbackHandler
java.lang.Object
net.shibboleth.idp.authn.spnego.impl.GSSAcceptorLoginModule.UsernamePasswordCallbackHandler
- All Implemented Interfaces:
CallbackHandler
- Enclosing class:
- GSSAcceptorLoginModule
private class GSSAcceptorLoginModule.UsernamePasswordCallbackHandler
extends Object
implements CallbackHandler
A JAAS username and password CallbackHandler.
This is only used in the case that a keytab isn't.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUsernamePasswordCallbackHandler
(String theName, String thePassword) Constructor. -
Method Summary
-
Field Details
-
name
The name to use. -
password
The password to use.
-
-
Constructor Details
-
UsernamePasswordCallbackHandler
Constructor.- Parameters:
theName
- the name to usethePassword
- the password to use
-
-
Method Details
-
handle
- Specified by:
handle
in interfaceCallbackHandler
- Throws:
IOException
UnsupportedCallbackException
-