public interface AuthService<R> extends AuthDecoder<R>
| Modifier and Type | Method and Description |
|---|---|
AuthContext<R> |
auth(User<R> user) |
R |
encode(String... roleNames)
Returns the encoded representation of a set of
Roles. |
void |
refresh() |
void |
start() |
decodeCopyright © 2018. All rights reserved.