| Interface | Description |
|---|---|
| AuthenticationMechanism<T> |
The definition for creating authentication mechanisms to authenticate users
on the realms of Shiro
|
| Class | Description |
|---|---|
| Authenticator |
The basic authenticator, with this class you can authenticate the users and
logout them.
|
| Credential |
The credential, this class is only a DTO to use on the authentication
process.
|
| DatabaseAuthenticationMechanism |
Basic implementation for authenticate users with local accounts on the
database.
|
| 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
|
| PasswordEncoder |
The bcryp passord service implementation.
|
Copyright © 2018 Arthur Gregorio. All rights reserved.