public class ManagementCoreService<T extends ManagementCoreService<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ManagementCoreService.ManagementCoreServiceResources
Child mutators for ManagementCoreService
|
Constructor and Description |
---|
ManagementCoreService() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
T |
auditAccess()
The management audit logging top-level resource.
|
T |
auditAccess(AuditAccess value)
The management audit logging top-level resource.
|
T |
auditAccess(AuditAccessConsumer consumer)
The management audit logging top-level resource.
|
T |
auditAccess(AuditAccessSupplier supplier)
The management audit logging top-level resource.
|
T |
authorizationAccess()
The access control definitions defining the access management
restrictions.
|
T |
authorizationAccess(AuthorizationAccess value)
The access control definitions defining the access management
restrictions.
|
T |
authorizationAccess(AuthorizationAccessConsumer consumer)
The access control definitions defining the access management
restrictions.
|
T |
authorizationAccess(AuthorizationAccessSupplier supplier)
The access control definitions defining the access management
restrictions.
|
T |
configurationChangesService()
Service to store and list configuration changes.
|
T |
configurationChangesService(ConfigurationChangesService value)
Service to store and list configuration changes.
|
T |
configurationChangesService(ConfigurationChangesServiceConsumer consumer)
Service to store and list configuration changes.
|
T |
configurationChangesService(ConfigurationChangesServiceSupplier supplier)
Service to store and list configuration changes.
|
String |
getKey() |
T |
httpInterfaceManagementInterface()
Configuration of the server's HTTP management interface
|
T |
httpInterfaceManagementInterface(HTTPInterfaceManagementInterface value)
Configuration of the server's HTTP management interface
|
T |
httpInterfaceManagementInterface(HTTPInterfaceManagementInterfaceConsumer consumer)
Configuration of the server's HTTP management interface
|
T |
httpInterfaceManagementInterface(HTTPInterfaceManagementInterfaceSupplier supplier)
Configuration of the server's HTTP management interface
|
T |
identityAccess()
Identity definition for management actions.
|
T |
identityAccess(IdentityAccess value)
Identity definition for management actions.
|
T |
identityAccess(IdentityAccessConsumer consumer)
Identity definition for management actions.
|
T |
identityAccess(IdentityAccessSupplier supplier)
Identity definition for management actions.
|
T |
ldapConnection(LdapConnection value)
Add the LdapConnection object to the list of subresources
|
T |
ldapConnection(LdapConnectionSupplier supplier)
Install a supplied LdapConnection object to the list of subresources
|
T |
ldapConnection(String childKey)
Create and configure a LdapConnection object to the list of subresources
|
T |
ldapConnection(String childKey,
LdapConnectionConsumer consumer)
Create and configure a LdapConnection object to the list of subresources
|
T |
ldapConnections(List<LdapConnection> value)
Add all LdapConnection objects to this subresource
|
T |
managementOperationsService()
Execution of management operations.
|
T |
managementOperationsService(ManagementOperationsService value)
Execution of management operations.
|
T |
managementOperationsService(ManagementOperationsServiceConsumer consumer)
Execution of management operations.
|
T |
managementOperationsService(ManagementOperationsServiceSupplier supplier)
Execution of management operations.
|
T |
nativeInterfaceManagementInterface()
Configuration of the server's native management interface
|
T |
nativeInterfaceManagementInterface(NativeInterfaceManagementInterface value)
Configuration of the server's native management interface
|
T |
nativeInterfaceManagementInterface(NativeInterfaceManagementInterfaceConsumer consumer)
Configuration of the server's native management interface
|
T |
nativeInterfaceManagementInterface(NativeInterfaceManagementInterfaceSupplier supplier)
Configuration of the server's native management interface
|
T |
nativeRemotingInterfaceManagementInterface()
Configuration of the server's native management interface using a
connector from the remoting subsystem.
|
T |
nativeRemotingInterfaceManagementInterface(NativeRemotingInterfaceManagementInterface value)
Configuration of the server's native management interface using a
connector from the remoting subsystem.
|
T |
nativeRemotingInterfaceManagementInterface(NativeRemotingInterfaceManagementInterfaceConsumer consumer)
Configuration of the server's native management interface using a
connector from the remoting subsystem.
|
T |
nativeRemotingInterfaceManagementInterface(NativeRemotingInterfaceManagementInterfaceSupplier supplier)
Configuration of the server's native management interface using a
connector from the remoting subsystem.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
T |
securityRealm(SecurityRealm value)
Add the SecurityRealm object to the list of subresources
|
T |
securityRealm(SecurityRealmSupplier supplier)
Install a supplied SecurityRealm object to the list of subresources
|
T |
securityRealm(String childKey)
Create and configure a SecurityRealm object to the list of subresources
|
T |
securityRealm(String childKey,
SecurityRealmConsumer consumer)
Create and configure a SecurityRealm object to the list of subresources
|
T |
securityRealms(List<SecurityRealm> value)
Add all SecurityRealm objects to this subresource
|
ManagementCoreService.ManagementCoreServiceResources |
subresources() |
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public ManagementCoreService.ManagementCoreServiceResources subresources()
public T securityRealms(List<SecurityRealm> value)
value
- List of SecurityRealm objects.public T securityRealm(SecurityRealm value)
value
- The SecurityRealm to addpublic T securityRealm(String childKey, SecurityRealmConsumer consumer)
key
- The key for the SecurityRealm resourceconfig
- The SecurityRealmConsumer to usepublic T securityRealm(String childKey)
key
- The key for the SecurityRealm resourcepublic T securityRealm(SecurityRealmSupplier supplier)
public T ldapConnections(List<LdapConnection> value)
value
- List of LdapConnection objects.public T ldapConnection(LdapConnection value)
value
- The LdapConnection to addpublic T ldapConnection(String childKey, LdapConnectionConsumer consumer)
key
- The key for the LdapConnection resourceconfig
- The LdapConnectionConsumer to usepublic T ldapConnection(String childKey)
key
- The key for the LdapConnection resourcepublic T ldapConnection(LdapConnectionSupplier supplier)
public T nativeRemotingInterfaceManagementInterface(NativeRemotingInterfaceManagementInterface value)
public T nativeRemotingInterfaceManagementInterface(NativeRemotingInterfaceManagementInterfaceConsumer consumer)
public T nativeRemotingInterfaceManagementInterface()
public T nativeRemotingInterfaceManagementInterface(NativeRemotingInterfaceManagementInterfaceSupplier supplier)
public T auditAccess(AuditAccess value)
public T auditAccess(AuditAccessConsumer consumer)
public T auditAccess()
public T auditAccess(AuditAccessSupplier supplier)
public T nativeInterfaceManagementInterface(NativeInterfaceManagementInterface value)
public T nativeInterfaceManagementInterface(NativeInterfaceManagementInterfaceConsumer consumer)
public T nativeInterfaceManagementInterface()
public T nativeInterfaceManagementInterface(NativeInterfaceManagementInterfaceSupplier supplier)
public T managementOperationsService(ManagementOperationsService value)
public T managementOperationsService(ManagementOperationsServiceConsumer consumer)
public T managementOperationsService()
public T managementOperationsService(ManagementOperationsServiceSupplier supplier)
public T configurationChangesService(ConfigurationChangesService value)
public T configurationChangesService(ConfigurationChangesServiceConsumer consumer)
public T configurationChangesService()
public T configurationChangesService(ConfigurationChangesServiceSupplier supplier)
public T httpInterfaceManagementInterface(HTTPInterfaceManagementInterface value)
public T httpInterfaceManagementInterface(HTTPInterfaceManagementInterfaceConsumer consumer)
public T httpInterfaceManagementInterface()
public T httpInterfaceManagementInterface(HTTPInterfaceManagementInterfaceSupplier supplier)
public T identityAccess(IdentityAccess value)
public T identityAccess(IdentityAccessConsumer consumer)
public T identityAccess()
public T identityAccess(IdentityAccessSupplier supplier)
public T authorizationAccess(AuthorizationAccess value)
public T authorizationAccess(AuthorizationAccessConsumer consumer)
public T authorizationAccess()
public T authorizationAccess(AuthorizationAccessSupplier supplier)
Copyright © 2019 JBoss by Red Hat. All rights reserved.