Package org.jboss.as.web.common
Class AdvancedSecurityMetaData
- java.lang.Object
-
- org.jboss.as.server.security.SecurityMetaData
-
- org.jboss.as.web.common.AdvancedSecurityMetaData
-
public class AdvancedSecurityMetaData extends org.jboss.as.server.security.SecurityMetaDataMeta Data to be attached to aDeploymentUnitto contain information about the active security policy. Note: This applies to security backed by WildFly Elytron only not legacy security.- Author:
- Farah Juma
-
-
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.voidsetHttpServerAuthenticationMechanismFactory(org.jboss.msc.service.ServiceName httpServerAuthenticationMechanismFactory)Get theServiceNameof theHttpServerAuthenticationMechanismFactoryselected for use with this deployment.
-
-
-
Method Detail
-
getHttpServerAuthenticationMechanismFactory
public org.jboss.msc.service.ServiceName getHttpServerAuthenticationMechanismFactory()
Get theServiceNameof theHttpServerAuthenticationMechanismFactoryselected for use with this deployment.- Returns:
- the
ServiceNameof theHttpServerAuthenticationMechanismFactoryselected for use with this deployment.
-
setHttpServerAuthenticationMechanismFactory
public void setHttpServerAuthenticationMechanismFactory(org.jboss.msc.service.ServiceName httpServerAuthenticationMechanismFactory)
Get theServiceNameof theHttpServerAuthenticationMechanismFactoryselected for use with this deployment.
-
-