Package org.jboss.as.server.security
Class AdvancedSecurityMetaData
java.lang.Object
org.jboss.as.server.security.SecurityMetaData
org.jboss.as.server.security.AdvancedSecurityMetaData
Meta Data to be attached to a
DeploymentUnit or OperationContext to contain
information about the active security policy.- Author:
- Farah Juma
-
Field Summary
Fields inherited from class org.jboss.as.server.security.SecurityMetaData
ATTACHMENT_KEY, OPERATION_CONTEXT_ATTACHMENT_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.msc.service.ServiceNameGet theServiceNameof theHttpServerAuthenticationMechanismFactoryselected for use with this deployment or operation context.voidsetHttpServerAuthenticationMechanismFactory(org.jboss.msc.service.ServiceName httpServerAuthenticationMechanismFactory) Get theServiceNameof theHttpServerAuthenticationMechanismFactoryselected for use with this deployment or operation context.Methods inherited from class org.jboss.as.server.security.SecurityMetaData
getSecurityDomain, setSecurityDomain
-
Constructor Details
-
AdvancedSecurityMetaData
public AdvancedSecurityMetaData()
-
-
Method Details
-
getHttpServerAuthenticationMechanismFactory
public org.jboss.msc.service.ServiceName getHttpServerAuthenticationMechanismFactory()Get theServiceNameof theHttpServerAuthenticationMechanismFactoryselected for use with this deployment or operation context.- Returns:
- the
ServiceNameof theHttpServerAuthenticationMechanismFactoryselected for use with this deployment or operation context.
-
setHttpServerAuthenticationMechanismFactory
public void setHttpServerAuthenticationMechanismFactory(org.jboss.msc.service.ServiceName httpServerAuthenticationMechanismFactory) Get theServiceNameof theHttpServerAuthenticationMechanismFactoryselected for use with this deployment or operation context.
-