public class ApplicationSecurityDomain<T extends ApplicationSecurityDomain<T>> extends Object
| Constructor and Description | 
|---|
ApplicationSecurityDomain(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
Boolean | 
enableJacc()
Enable authorization using JACC 
 | 
T | 
enableJacc(Boolean value)
Enable authorization using JACC 
 | 
String | 
getKey()  | 
T | 
referencingDeployment(String value)
The deployments currently referencing this mapping 
 | 
List<String> | 
referencingDeployments()
The deployments currently referencing this mapping 
 | 
T | 
referencingDeployments(List<String> value)
The deployments currently referencing this mapping 
 | 
T | 
referencingDeployments(String... args)
The deployments currently referencing this mapping 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
String | 
securityDomain()
The Elytron security domain to be used by deployments that reference the
 mapped security domain 
 | 
T | 
securityDomain(String value)
The Elytron security domain to be used by deployments that reference the
 mapped security domain 
 | 
public ApplicationSecurityDomain(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Boolean enableJacc()
public List<String> referencingDeployments()
public T referencingDeployments(List<String> value)
public T referencingDeployment(String value)
public T referencingDeployments(String... args)
public String securityDomain()
Copyright © 2018 JBoss by Red Hat. All rights reserved.