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.id(String id)
          Sets the id attribute
 AuthConstraintType<T> AuthConstraintType.removeAllDescription()
          Removes the description element
 AuthConstraintType<T> AuthConstraintType.removeAllRoleName()
          Removes the role-name element
 AuthConstraintType<T> AuthConstraintType.removeId()
          Removes the id attribute
 AuthConstraintType<T> AuthConstraintType.roleName(String... values)
          Creates for all String objects representing role-name elements, a new role-name element
 



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