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

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

Uses of SecurityConstraintType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return SecurityConstraintType
 SecurityConstraintType<WebAppDescriptor> WebAppDescriptor.createSecurityConstraint()
          Creates a new security-constraint element
 SecurityConstraintType<WebAppDescriptor> WebAppDescriptor.getOrCreateSecurityConstraint()
          If not already created, a new security-constraint element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type SecurityConstraintType
 List<SecurityConstraintType<WebAppDescriptor>> WebAppDescriptor.getAllSecurityConstraint()
          Returns all security-constraint elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return SecurityConstraintType
 SecurityConstraintType<WebAppType<T>> WebAppType.createSecurityConstraint()
          Creates a new security-constraint element
 SecurityConstraintType<WebFragmentType<T>> WebFragmentType.createSecurityConstraint()
          Creates a new security-constraint element
 SecurityConstraintType<T> SecurityConstraintType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 SecurityConstraintType<WebAppType<T>> WebAppType.getOrCreateSecurityConstraint()
          If not already created, a new security-constraint element will be created and returned.
 SecurityConstraintType<WebFragmentType<T>> WebFragmentType.getOrCreateSecurityConstraint()
          If not already created, a new security-constraint element will be created and returned.
 SecurityConstraintType<T> SecurityConstraintType.id(String id)
          Sets the id attribute
 SecurityConstraintType<T> SecurityConstraintType.removeAllDisplayName()
          Removes the display-name element
 SecurityConstraintType<T> SecurityConstraintType.removeAllWebResourceCollection()
          Removes all web-resource-collection elements
 SecurityConstraintType<T> SecurityConstraintType.removeAuthConstraint()
          Removes the auth-constraint element
 SecurityConstraintType<T> SecurityConstraintType.removeId()
          Removes the id attribute
 SecurityConstraintType<T> SecurityConstraintType.removeUserDataConstraint()
          Removes the user-data-constraint element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type SecurityConstraintType
 WebResourceCollectionType<SecurityConstraintType<T>> SecurityConstraintType.createWebResourceCollection()
          Creates a new web-resource-collection element
 List<SecurityConstraintType<WebAppType<T>>> WebAppType.getAllSecurityConstraint()
          Returns all security-constraint elements
 List<SecurityConstraintType<WebFragmentType<T>>> WebFragmentType.getAllSecurityConstraint()
          Returns all security-constraint elements
 List<WebResourceCollectionType<SecurityConstraintType<T>>> SecurityConstraintType.getAllWebResourceCollection()
          Returns all web-resource-collection elements
 AuthConstraintType<SecurityConstraintType<T>> SecurityConstraintType.getOrCreateAuthConstraint()
          If not already created, a new auth-constraint element with the given value will be created.
 UserDataConstraintType<SecurityConstraintType<T>> SecurityConstraintType.getOrCreateUserDataConstraint()
          If not already created, a new user-data-constraint element with the given value will be created.
 WebResourceCollectionType<SecurityConstraintType<T>> SecurityConstraintType.getOrCreateWebResourceCollection()
          If not already created, a new web-resource-collection element will be created and returned.
 

Uses of SecurityConstraintType in org.jboss.shrinkwrap.descriptor.api.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return SecurityConstraintType
 SecurityConstraintType<WebFragmentDescriptor> WebFragmentDescriptor.createSecurityConstraint()
          Creates a new security-constraint element
 SecurityConstraintType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateSecurityConstraint()
          If not already created, a new security-constraint element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type SecurityConstraintType
 List<SecurityConstraintType<WebFragmentDescriptor>> WebFragmentDescriptor.getAllSecurityConstraint()
          Returns all security-constraint elements
 



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