Interface | Description |
---|---|
AuthenticationPlugIn<T extends Credential> |
The interface to be implemented by a plug-in providing identity information during the authentication process.
|
AuthorizationPlugIn |
Interface to be implemented by a plug-in providing role information used for authorization decisions.
|
Credential |
The credential to use to authenticate the remote user.
|
Identity<T extends Credential> |
Representation of the Identity returned from the AuthenticationProvider.
|
PlugInConfigurationSupport |
Optional Interface to be implemented by plug-ins to receive configuration and a shared state Map before being used to load
identity information.
|
PlugInProvider |
The interface to be implemented by a Plug-In provider which is providing plug-in implementations for use with the security
realms.
|
ValidatePasswordCredential |
An interface to be implemented by a credential that validates a password rather than supplying a password.
|
Class | Description |
---|---|
AbstractPlugIn |
An abstract plug-in implementation that can be extended as an alternative to implementing the interfaces.
|
DigestCredential |
A Credential containing a hash of the users password along with the username and realm name.
|
PasswordCredential |
A Credential representing a plain text password.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.