public class ClassicAuthorization<T extends ClassicAuthorization<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ClassicAuthorization.ClassicAuthorizationResources
Child mutators for ClassicAuthorization
|
Constructor and Description |
---|
ClassicAuthorization() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
T |
policyModule(PolicyModule value)
Add the PolicyModule object to the list of subresources
|
T |
policyModule(PolicyModuleSupplier supplier)
Install a supplied PolicyModule object to the list of subresources
|
T |
policyModule(String childKey)
Create and configure a PolicyModule object to the list of subresources
|
T |
policyModule(String childKey,
PolicyModuleConsumer consumer)
Create and configure a PolicyModule object to the list of subresources
|
T |
policyModules(List<PolicyModule> value)
Add all PolicyModule objects to this subresource
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
ClassicAuthorization.ClassicAuthorizationResources |
subresources() |
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public ClassicAuthorization.ClassicAuthorizationResources subresources()
public T policyModules(List<PolicyModule> value)
value
- List of PolicyModule objects.public T policyModule(PolicyModule value)
value
- The PolicyModule to addpublic T policyModule(String childKey, PolicyModuleConsumer consumer)
key
- The key for the PolicyModule resourceconfig
- The PolicyModuleConsumer to usepublic T policyModule(String childKey)
key
- The key for the PolicyModule resourcepublic T policyModule(PolicyModuleSupplier supplier)
Copyright © 2019 JBoss by Red Hat. All rights reserved.