public final class EmptyAuthenticationMechanism extends Object implements AuthenticationMechanism
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyAuthenticationMechanism.EmptyUser
Simple implementation of empty user details done only to not let the
authentication process in the LDAP/AD stop
|
| Constructor and Description |
|---|
EmptyAuthenticationMechanism() |
| Modifier and Type | Method and Description |
|---|---|
UserDetails |
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
|
public UserDetails getAccount(String username)
Realm that you
want to use for authenticationgetAccount in interface AuthenticationMechanismusername - public Set<String> getPermissions(String username)
getPermissions in interface AuthenticationMechanismusername - Copyright © 2018 Arthur Gregorio. All rights reserved.