ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.webcommon30.AuthConstraintType

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

Uses of AuthConstraintType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return AuthConstraintType
 AuthConstraintType<T> AuthConstraintType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 AuthConstraintType<SecurityConstraintType<T>> SecurityConstraintType.getOrCreateAuthConstraint()
          If not already created, a new auth-constraint element with the given value will be created.
 AuthConstraintType<T> AuthConstraintType.removeAllDescription()
          Removes the description element
 AuthConstraintType<T> AuthConstraintType.removeAllRoleName()
          Removes the role-name element
 AuthConstraintType<T> AuthConstraintType.roleName(String... values)
          Creates for all String objects representing role-name elements, a new role-name element
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.