Class DefaultAuthenticationCallbackHandler
- java.lang.Object
-
- io.streamthoughts.azkarra.http.security.jaas.spi.DefaultAuthenticationCallbackHandler
-
- All Implemented Interfaces:
CallbackHandler
public class DefaultAuthenticationCallbackHandler extends Object implements CallbackHandler
-
-
Constructor Summary
Constructors Constructor Description DefaultAuthenticationCallbackHandler()
Creates a newDefaultAuthenticationCallbackHandler
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(Callback[] callbacks)
void
setAuthentication(Authentication authentication)
-
-
-
Constructor Detail
-
DefaultAuthenticationCallbackHandler
public DefaultAuthenticationCallbackHandler()
Creates a newDefaultAuthenticationCallbackHandler
instance.
-
-
Method Detail
-
setAuthentication
public void setAuthentication(Authentication authentication)
-
handle
public void handle(Callback[] callbacks) throws UnsupportedCallbackException
- Specified by:
handle
in interfaceCallbackHandler
- Throws:
UnsupportedCallbackException
-
-