Package org.flasby.security
Interface MyAuthProvider.AuthHandler<T extends org.springframework.security.core.Authentication>
-
- Enclosing class:
- MyAuthProvider
public static interface MyAuthProvider.AuthHandler<T extends org.springframework.security.core.Authentication>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.security.core.Authentication
handle(T authentication)
-
-
-
Method Detail
-
handle
org.springframework.security.core.Authentication handle(T authentication)
-
-