T - the parameter to determine wich type of detais we want to returnpublic interface AuthenticationMechanism<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getAccount(String username)
Provide the necessary data for the account to the
Realm that you
want to use for authentication |
Set<String> |
getPermissions(String username)
Provide a list of permissions for the given username
|
Copyright © 2018 Arthur Gregorio. All rights reserved.