Interface | Description |
---|---|
CallbackHandlerService |
The interface to be implemented by all services supplying callback handlers.
|
RealmPrincipal |
An extension of a
Principal for principals that also have a realm name to uniquely identify them. |
SubjectSupplementalService |
Interface to be implemented by services supplying SubjectSupplemental implementations.
|
Class | Description |
---|---|
AbstractPlugInAuthResourceDefinition |
The resource definition for the plug-in definition within both the authentication and authorization sections of the security
realm definition.
|
AdvancedUserSearchResourceDefintion |
A
ResourceDefinition for advanced searches for a users distinguished name. |
AuthorizationValidatingHandler |
A
OperationStepHandler to validate the number of authorization definitions for a security realm. |
BaseLdapGroupSearchResource |
A base
ResourceDefinition for group search definitions in LDAP. |
BaseLdapUserSearchResource |
A base
ResourceDefinition for user to dn search definitions in LDAP. |
CallbackHandlerService.ServiceUtil | |
ClientCertCallbackHandler |
A CallbackHandler for Client Cert authentication.
|
ClientCertCallbackHandler.ServiceUtil | |
GroupToPrincipalResourceDefinition |
A
ResourceDefinition for group searches where the group references the principal. |
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.
|
JaasCallbackHandler.ServiceUtil | |
KerberosAuthenticationResourceDefinition |
ResourceDefinition for a management security realm's Kerberos-based authentication resource. |
KerberosCallbackHandler |
A CallbackHandler for Kerberos authentication.
|
KerberosCallbackHandler.ServiceUtil | |
KerberosServerIdentityResourceDefinition |
A
ResourceDefinition for a server's Kerberos identity. |
KeystoreAttributes |
Utility class to hold some
AttributeDefinition s used in different resources. |
KeytabResourceDefinition |
A
ResourceDefinition for a single Keytab representing a single Kerberos Principal / identity. |
KeytabService |
A service used for loading Kerberos keytabs.
|
KeytabService.ServiceUtil | |
KeytabTestHandler |
The
OperationStepHandler to test a keytab can successfully be used to obtain a Kerberos ticket. |
LdapAuthenticationResourceDefinition |
ResourceDefinition for a management security realm's LDAP-based authentication resource. |
LdapAuthorizationResourceDefinition |
ResourceDefinition for a management security realm's LDAP-based Authorization resource. |
LdapCacheResourceDefinition |
ResourceDefinition for a LDAP caching. |
LdapGroupSearcherFactory |
Factory for supplying LDAP searches for groups.
|
LdapResourceDefinition |
ResourceDefinition for a management security realm's LDAP-based Authentication / Authorization resource. |
LdapSubjectSupplementalService |
A
SubjectSupplemental for loading a users groups from LDAP. |
LdapSubjectSupplementalService.ServiceUtil | |
LocalAuthenticationResourceDefinition |
ResourceDefinition for a security realm's local 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.
|
PlugInAuthenticationCallbackHandler |
CallbackHandlerService to integrate the plug-ins.
|
PlugInAuthenticationCallbackHandler.ServiceUtil | |
PlugInAuthenticationResourceDefinition |
The authentication specific definition of the Plug-In resource.
|
PlugInAuthorizationResourceDefinition |
The authorization specific definition of the Plug-In resource.
|
PlugInLoaderService |
Service responsible for loading plug-ins as needed.
|
PlugInLoaderService.ServiceUtil | |
PlugInResourceDefinition |
The resource definition for how modules containing realm plug-ins are referenced.
|
PlugInSubjectSupplemental |
The
SubjectSupplementalService for Plug-Ins |
PlugInSubjectSupplemental.ServiceUtil | |
PrincipalToGroupResourceDefinition |
A
ResourceDefinition for group searches where the principal references the group. |
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.
|
PropertiesCallbackHandler.ServiceUtil | |
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 | |
PropertiesSubjectSupplemental.ServiceUtil | |
PropertyResourceDefinition |
Resource definition to represent a property.
|
ProviderTrustManagerService |
Extension of
AbstractTrustManagerService to load the KeyStore using a specified provider. |
SecretIdentityService |
A simple identity service for an identity represented by a single secret or password.
|
SecretIdentityService.ServiceUtil | |
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.
|
SSLContextService |
Service to handle the creation of a single SSLContext based on the injected key and trust managers.
|
SSLContextService.ServiceUtil | |
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.
|
SubjectSupplementalService.ServiceUtil | |
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 model.
|
UserDomainCallbackHandler.ServiceUtil | |
UserIsDnResourceDefintion |
A
ResourceDefinition for user searches where the
supplied name is the users DN. |
UserLdapCallbackHandler |
A CallbackHandler for users within an LDAP directory.
|
UserLdapCallbackHandler.ServiceUtil | |
UserPropertiesFileLoader |
An extension of
PropertiesFileLoader that is realm aware. |
UserRemoveHandler |
Remove handler for for a user resource in the users-in-domain-config authentication mechanism.
|
UserResourceDefinition |
ResourceDefinition for an individual user resource in the management security realm's
domain-configuration-user-registry-based authentication mechanism. |
UserSearchResourceDefintion |
A
ResourceDefinition for standard searches for a users distinguished name. |
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 |
---|---|
BaseLdapGroupSearchResource.GroupName | |
BaseLdapGroupSearchResource.GroupSearchType | |
BaseLdapUserSearchResource.UserSearchType | |
LdapCacheResourceDefinition.CacheFor |
Exception | Description |
---|---|
UserNotFoundException |
Copyright © 2023 JBoss by Red Hat. All rights reserved.