| Package | Description |
|---|---|
| br.eti.arthurgregorio.shiroee.auth | |
| br.eti.arthurgregorio.shiroee.config.jdbc | |
| br.eti.arthurgregorio.shiroee.realm |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
UserDetails |
DatabaseAuthenticationMechanism.getAccount(String username)
Provide the necessary data for the account to the
Realm that you
want to use for authentication |
UserDetails |
EmptyAuthenticationMechanism.getAccount(String username)
Provide the necessary data for the account to the
Realm that you
want to use for authentication |
| Modifier and Type | Method and Description |
|---|---|
Optional<UserDetails> |
UserDetailsProvider.findUserDetailsByUsername(String username)
Retrieve from a unknow datasource (mostly a database connection) the user
account details
|
| Constructor and Description |
|---|
JdbcSecurityRealm(AuthenticationMechanism<? extends UserDetails> mechanism)
The constructor
|
Copyright © 2018 Arthur Gregorio. All rights reserved.