public static class ManagementCoreService.ManagementCoreServiceResources extends Object
Constructor and Description |
---|
ManagementCoreServiceResources() |
Modifier and Type | Method and Description |
---|---|
AuditAccess |
auditAccess()
The management audit logging top-level resource.
|
AuthorizationAccess |
authorizationAccess()
The access control definitions defining the access management
restrictions.
|
ConfigurationChangesService |
configurationChangesService()
Service to store and list configuration changes.
|
HTTPInterfaceManagementInterface |
httpInterfaceManagementInterface()
Configuration of the server's HTTP management interface
|
IdentityAccess |
identityAccess()
Identity definition for management actions.
|
LdapConnection |
ldapConnection(String key) |
List<LdapConnection> |
ldapConnections()
Get the list of LdapConnection resources
|
ManagementOperationsService |
managementOperationsService()
Execution of management operations.
|
NativeInterfaceManagementInterface |
nativeInterfaceManagementInterface()
Configuration of the server's native management interface
|
NativeRemotingInterfaceManagementInterface |
nativeRemotingInterfaceManagementInterface()
Configuration of the server's native management interface using a
connector from the remoting subsystem.
|
SecurityRealm |
securityRealm(String key) |
List<SecurityRealm> |
securityRealms()
Get the list of SecurityRealm resources
|
public List<SecurityRealm> securityRealms()
public SecurityRealm securityRealm(String key)
public List<LdapConnection> ldapConnections()
public LdapConnection ldapConnection(String key)
public NativeRemotingInterfaceManagementInterface nativeRemotingInterfaceManagementInterface()
public AuditAccess auditAccess()
public NativeInterfaceManagementInterface nativeInterfaceManagementInterface()
public ManagementOperationsService managementOperationsService()
public ConfigurationChangesService configurationChangesService()
public HTTPInterfaceManagementInterface httpInterfaceManagementInterface()
public IdentityAccess identityAccess()
public AuthorizationAccess authorizationAccess()
Copyright © 2019 JBoss by Red Hat. All rights reserved.