| Interface | Description |
|---|---|
| ConsoleWrapper<T> |
Wrap the console commands
|
| DomainCallbackHandler |
An extension of CallbackHandler to allow the supported callbacks to be identified.
|
| SubjectSupplemental |
Interface for services responsible for supplementing the contents of the Subject representing
the authenticated user with additional values.
|
| Class | Description |
|---|---|
| AddPropertiesUser |
A command line utility to add new users to the mgmt-users.properties files.
|
| DomainManagementPrincipal |
Base class for Principals define in DomainManagement.
|
| FileKeystoreService |
A service to handle loading Keystores from file so that the Keystore can be injected ready for SSLContext creation.
|
| JaasAuthenticationResourceDefinition |
ResourceDefinition for a management security realm's jaas-based authentication resource. |
| JaasCallbackHandler |
A CallbackHandler verifying users usernames and passwords by using a JAAS LoginContext.
|
| JavaConsole |
Describe the purpose
|
| KeystoreAttributes |
Utility class to hold some
AttributeDefinitions used in different resources. |
| LdapAuthenticationResourceDefinition |
ResourceDefinition for a management security realm's LDAP-based authentication resource. |
| ManagementUtil |
Utility methods related to the management API for security realms.
|
| PasswordCredential |
A credential object to store the username and password in the Subject after the JAAS authentication.
|
| PropertiesAuthenticationResourceDefinition |
ResourceDefinition for a management security realm's properties-file-based authentication resource. |
| PropertiesAuthorizationResourceDefinition |
ResourceDefinition for a management security realm's properties-file-based authorization resource. |
| PropertiesCallbackHandler |
A CallbackHandler obtaining the users and their passwords from a properties file.
|
| PropertiesFileLoader |
The base class for services depending on loading a properties file, loads the properties on
start up and re-loads as required where updates to the file are detected.
|
| PropertiesFileResourceDefinition |
ResourceDefinition for a management security realm references to property files. |
| PropertiesSubjectSupplemental | |
| RealmRole | |
| RealmUser |
The Principal used to represent the name of an authenticated user.
|
| SecretIdentityService |
A simple identity service for an identity represented by a single secret or password.
|
| SecretServerIdentityResourceDefinition |
ResourceDefinition for a management security realm's "secret" server identity resource. |
| SecurityRealmAddHandler |
Handler to add security realm definitions and register the service.
|
| SecurityRealmChildAddHandler |
Add handler for a child resource of a management security realm.
|
| SecurityRealmChildRemoveHandler |
Remove handler for a child resource of a management security realm.
|
| SecurityRealmChildWriteAttributeHandler |
Attribute write handler for a child resource of a management security realm.
|
| SecurityRealmRemoveHandler |
Handler to remove security realm definitions and remove the service.
|
| SecurityRealmResourceDefinition |
ResourceDefinition for a management security realm resource. |
| SecurityRealmService |
The service representing the security realm, this service will be injected into any management interfaces
requiring any of the capabilities provided by the realm.
|
| SSLIdentityService |
Service to handle managing the SSL Identity of a security realm.
|
| SSLServerIdentityResourceDefinition |
ResourceDefinition for a management security realm's SSL-based server identity resource. |
| SubjectCallback |
A callback for a CallbackHandler to either user a supplied Subject or return the Subject used internally by the
CallbackHandler.
|
| TruststoreAuthenticationResourceDefinition |
ResourceDefinition for a management security realm's truststore-based authentication resource. |
| UserAddHandler |
Add step handler for a user resource in the users-in-domain-config authentication mechanism.
|
| UserDomainCallbackHandler |
A CallbackHandler for users defined within the domain mode.
|
| UserLdapCallbackHandler |
A CallbackHandler for users within an LDAP directory.
|
| UserRemoveHandler |
Remove handler for for a user resource in the users-in-domain-config authentication mechanism.
|
| UserResourceDefinition |
ResourceDefinition for a individual user resource in the management security realm's
domain-configuration-user-registry-based authentication mechanism. |
| UserWriteAttributeHandler |
Attribute write step handler for a user resource in the users-in-domain-config authentication mechanism.
|
| WhoAmIOperation |
The OperationStepHandler for the whoami operation.
|
| XmlAuthenticationResourceDefinition |
ResourceDefinition for a management security realm's domain-configuration-user-registry-based authentication resource. |
| Enum | Description |
|---|---|
| AddPropertiesUser.Interactiveness |
| Exception | Description |
|---|---|
| UserNotFoundException |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.