Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jbossweb60.ServletSecurityType

Packages that use ServletSecurityType
org.jboss.shrinkwrap.descriptor.api.jbossweb60 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of ServletSecurityType in org.jboss.shrinkwrap.descriptor.api.jbossweb60
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return ServletSecurityType
 ServletSecurityType<T> ServletSecurityType.emptyRoleSemantic(String emptyRoleSemantic)
          Sets the empty-role-semantic element
 ServletSecurityType<ServletType<T>> ServletType.getOrCreateServletSecurity()
          If not already created, a new servlet-security element with the given value will be created.
 ServletSecurityType<AnnotationType<T>> AnnotationType.getOrCreateServletSecurity()
          If not already created, a new servlet-security element with the given value will be created.
 ServletSecurityType<T> ServletSecurityType.removeAllHttpMethodConstraint()
          Removes all http-method-constraint elements
 ServletSecurityType<T> ServletSecurityType.removeAllRolesAllowed()
          Removes the roles-allowed element
 ServletSecurityType<T> ServletSecurityType.removeEmptyRoleSemantic()
          Removes the empty-role-semantic element
 ServletSecurityType<T> ServletSecurityType.removeTransportGuarantee()
          Removes the transport-guarantee attribute
 ServletSecurityType<T> ServletSecurityType.rolesAllowed(String... values)
          Creates for all String objects representing roles-allowed elements, a new roles-allowed element
 ServletSecurityType<T> ServletSecurityType.transportGuarantee(String transportGuarantee)
          Sets the transport-guarantee element
 ServletSecurityType<T> ServletSecurityType.transportGuarantee(TransportGuaranteeType transportGuarantee)
          Sets the transport-guarantee element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return types with arguments of type ServletSecurityType
 HttpMethodConstraintType<ServletSecurityType<T>> ServletSecurityType.createHttpMethodConstraint()
          Creates a new http-method-constraint element
 List<HttpMethodConstraintType<ServletSecurityType<T>>> ServletSecurityType.getAllHttpMethodConstraint()
          Returns all http-method-constraint elements
 HttpMethodConstraintType<ServletSecurityType<T>> ServletSecurityType.getOrCreateHttpMethodConstraint()
          If not already created, a new http-method-constraint element will be created and returned.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.