public class ApplicationSecurityDomain<T extends ApplicationSecurityDomain<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationSecurityDomain.ApplicationSecurityDomainResources
Child mutators for ApplicationSecurityDomain
|
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
|
Boolean |
enableJaspi()
Enable JASPI authentication for the associated deployments.
|
T |
enableJaspi(Boolean value)
Enable JASPI authentication for the associated deployments.
|
String |
getKey() |
String |
httpAuthenticationFactory()
The HTTP Authentication Factory to be used by deployments that reference
the mapped security domain.
|
T |
httpAuthenticationFactory(String value)
The HTTP Authentication Factory to be used by deployments that reference
the mapped security domain.
|
Boolean |
integratedJaspi()
Should integrated JASPI be used or allow AsHoc identity creation.
|
T |
integratedJaspi(Boolean value)
Should integrated JASPI be used or allow AsHoc identity creation.
|
Boolean |
overrideDeploymentConfig()
Should the authentication configuration in the deployment be overridden
by the factory.
|
T |
overrideDeploymentConfig(Boolean value)
Should the authentication configuration in the deployment be overridden
by the factory.
|
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 SecurityDomain to be used by deployments that reference the mapped
security domain.
|
T |
securityDomain(String value)
The SecurityDomain to be used by deployments that reference the mapped
security domain.
|
T |
singleSignOnSetting()
An SSO authentication mechanism configuration.
|
T |
singleSignOnSetting(SingleSignOnSetting value)
An SSO authentication mechanism configuration.
|
T |
singleSignOnSetting(SingleSignOnSettingConsumer consumer)
An SSO authentication mechanism configuration.
|
T |
singleSignOnSetting(SingleSignOnSettingSupplier supplier)
An SSO authentication mechanism configuration.
|
ApplicationSecurityDomain.ApplicationSecurityDomainResources |
subresources() |
public ApplicationSecurityDomain(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public ApplicationSecurityDomain.ApplicationSecurityDomainResources subresources()
public T singleSignOnSetting(SingleSignOnSetting value)
public T singleSignOnSetting(SingleSignOnSettingConsumer consumer)
public T singleSignOnSetting()
public T singleSignOnSetting(SingleSignOnSettingSupplier supplier)
public Boolean enableJacc()
public Boolean enableJaspi()
public T enableJaspi(Boolean value)
public String httpAuthenticationFactory()
public T httpAuthenticationFactory(String value)
public Boolean integratedJaspi()
public T integratedJaspi(Boolean value)
public Boolean overrideDeploymentConfig()
public T overrideDeploymentConfig(Boolean value)
public List<String> referencingDeployments()
public T referencingDeployments(List<String> value)
public T referencingDeployment(String value)
public T referencingDeployments(String... args)
public String securityDomain()
Copyright © 2019 JBoss by Red Hat. All rights reserved.