| Package | Description |
|---|---|
| br.eti.arthurgregorio.shiroee.auth | |
| br.eti.arthurgregorio.shiroee.realm |
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseAuthenticationMechanism
Basic implementation for authenticate users with local accounts on the
database.
|
class |
EmptyAuthenticationMechanism
A empty authentication mechanism to use when you don't want to bind the
LDAP/AD account to a local user to provide the permissions for authorization
|
| Constructor and Description |
|---|
JdbcSecurityRealm(AuthenticationMechanism<? extends UserDetails> mechanism)
The constructor
|
LdapSecurityRealm(LdapUserProvider ldapUserProvider,
AuthenticationMechanism mechanism)
The constructor
|
Copyright © 2018 Arthur Gregorio. All rights reserved.