Package | Description |
---|---|
org.jboss.as.domain.management.plugin | |
org.jboss.as.domain.management.security |
Modifier and Type | Interface and Description |
---|---|
interface |
AuthenticationPlugIn<T extends Credential>
The interface to be implemented by a plug-in providing identity information during the authentication process.
|
interface |
Identity<T extends Credential>
Representation of the Identity returned from the AuthenticationProvider.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ValidatePasswordCredential
An interface to be implemented by a credential that validates a password rather than supplying a password.
|
Modifier and Type | Class and Description |
---|---|
class |
DigestCredential
A Credential containing a hash of the users password along with the username and realm name.
|
class |
PasswordCredential
A Credential representing a plain text password.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationPlugIn<Credential> |
PlugInProvider.loadAuthenticationPlugIn(String name)
Return an authentication plug-in for the specified name or null if this PlugInProvider does not recognise the name.
|
Identity<Credential> |
AbstractPlugIn.loadIdentity(String userName,
String realm) |
Modifier and Type | Method and Description |
---|---|
AuthenticationPlugIn<Credential> |
PlugInLoaderService.loadAuthenticationPlugIn(String name) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.