Class AuthenticationCallback<T extends Authentication>
- java.lang.Object
-
- io.streamthoughts.azkarra.http.security.jaas.spi.AuthenticationCallback<T>
-
- All Implemented Interfaces:
Callback
public class AuthenticationCallback<T extends Authentication> extends Object implements Callback
-
-
Constructor Summary
Constructors Constructor Description AuthenticationCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getAuthentication()
void
setAuthentication(T authentication)
-