ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return SecurityConstraintType
 SecurityConstraintType<PortletAppType<T>> PortletAppType.createSecurityConstraint()
          Creates a new security-constraint element
 SecurityConstraintType<PortletDescriptor> PortletDescriptor.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<PortletAppType<T>> PortletAppType.getOrCreateSecurityConstraint()
          If not already created, a new security-constraint element will be created and returned.
 SecurityConstraintType<PortletDescriptor> PortletDescriptor.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.removeId()
          Removes the id attribute
 SecurityConstraintType<T> SecurityConstraintType.removePortletCollection()
          Removes the portlet-collection element
 SecurityConstraintType<T> SecurityConstraintType.removeUserDataConstraint()
          Removes the user-data-constraint element
 

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return types with arguments of type SecurityConstraintType
 List<SecurityConstraintType<PortletAppType<T>>> PortletAppType.getAllSecurityConstraint()
          Returns all security-constraint elements
 List<SecurityConstraintType<PortletDescriptor>> PortletDescriptor.getAllSecurityConstraint()
          Returns all security-constraint elements
 PortletCollectionType<SecurityConstraintType<T>> SecurityConstraintType.getOrCreatePortletCollection()
          If not already created, a new portlet-collection 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.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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