Package org.jboss.as.server.security
Class AdvancedSecurityMetaData
- java.lang.Object
-
- org.jboss.as.server.security.SecurityMetaData
-
- org.jboss.as.server.security.AdvancedSecurityMetaData
-
public class AdvancedSecurityMetaData extends SecurityMetaData
Meta Data to be attached to aDeploymentUnitorOperationContextto 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 Constructor Description AdvancedSecurityMetaData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.service.ServiceNamegetHttpServerAuthenticationMechanismFactory()Get 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
-
-
-
-
Method Detail
-
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.
-
-