public class AuthorizationConfiguration extends Object implements ConfigurationInfo
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<Boolean> |
ENABLED |
static AttributeDefinition<Set> |
ROLES |
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
attributes() |
boolean |
enabled() |
boolean |
equals(Object obj) |
ElementDefinition |
getElementDefinition() |
int |
hashCode() |
Set<String> |
roles() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitsubElementspublic static final AttributeDefinition<Boolean> ENABLED
public static final AttributeDefinition<Set> ROLES
public ElementDefinition getElementDefinition()
getElementDefinition in interface BaseConfigurationInfoElementDefinition of the configuration.public boolean enabled()
public AttributeSet attributes()
attributes in interface BaseConfigurationInfoAttributeSet declared by the configuration.Copyright © 2021 JBoss by Red Hat. All rights reserved.