public class SecurityManager<T extends SecurityManager<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SecurityManager.SecurityManagerResources
Child mutators for SecurityManager
|
Constructor and Description |
---|
SecurityManager() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
T |
defaultDeploymentPermissions()
The permissions that are to be granted to deployments
|
T |
defaultDeploymentPermissions(DefaultDeploymentPermissions value)
The permissions that are to be granted to deployments
|
T |
defaultDeploymentPermissions(DefaultDeploymentPermissionsConsumer consumer)
The permissions that are to be granted to deployments
|
T |
defaultDeploymentPermissions(DefaultDeploymentPermissionsSupplier supplier)
The permissions that are to be granted to deployments
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
SecurityManager.SecurityManagerResources |
subresources() |
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public SecurityManager.SecurityManagerResources subresources()
public T defaultDeploymentPermissions(DefaultDeploymentPermissions value)
public T defaultDeploymentPermissions(DefaultDeploymentPermissionsConsumer consumer)
public T defaultDeploymentPermissions()
public T defaultDeploymentPermissions(DefaultDeploymentPermissionsSupplier supplier)
Copyright © 2019 JBoss by Red Hat. All rights reserved.