ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.webcommon30
Interface AuthConstraintType<T>

All Superinterfaces:
Child<T>

public interface AuthConstraintType<T>
extends Child<T>

This interface defines the contract for the auth-constraintType xsd type

Since:
Generation date :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 AuthConstraintType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 List<String> getAllDescription()
          Returns all description elements
 List<String> getAllRoleName()
          Returns all role-name elements
 AuthConstraintType<T> removeAllDescription()
          Removes the description element
 AuthConstraintType<T> removeAllRoleName()
          Removes the role-name element
 AuthConstraintType<T> roleName(String... values)
          Creates for all String objects representing role-name elements, a new role-name element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

AuthConstraintType<T> description(String... values)
Creates for all String objects representing description elements, a new description element

Parameters:
values - list of description objects
Returns:
the current instance of AuthConstraintType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

AuthConstraintType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of AuthConstraintType

roleName

AuthConstraintType<T> roleName(String... values)
Creates for all String objects representing role-name elements, a new role-name element

Parameters:
values - list of role-name objects
Returns:
the current instance of AuthConstraintType

getAllRoleName

List<String> getAllRoleName()
Returns all role-name elements

Returns:
list of role-name

removeAllRoleName

AuthConstraintType<T> removeAllRoleName()
Removes the role-name element

Returns:
the current instance of AuthConstraintType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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