|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthConstraintType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.webcommon30 | Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webcommon30 | Provides the implementation classes as defined in the schema web-common_3_0.xsd |
Uses of AuthConstraintType in org.jboss.shrinkwrap.descriptor.api.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return AuthConstraintType | |
---|---|
AuthConstraintType<SecurityConstraintType<T>> |
SecurityConstraintType.authConstraint()
If not already created, a new auth-constraint element will be created and returned. |
AuthConstraintType<T> |
AuthConstraintType.removeAllDescription()
Removes the description element |
AuthConstraintType<T> |
AuthConstraintType.removeAllRoleName()
Removes the role-name element |
AuthConstraintType<T> |
AuthConstraintType.setDescription(java.lang.String description)
Creates a new description element |
AuthConstraintType<T> |
AuthConstraintType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
AuthConstraintType<T> |
AuthConstraintType.setRoleName(java.lang.String roleName)
Creates a new role-name element |
AuthConstraintType<T> |
AuthConstraintType.setRoleNameList(java.lang.String... values)
Creates for all String objects representing role-name elements,
a new role-name element |
Uses of AuthConstraintType in org.jboss.shrinkwrap.descriptor.impl.webcommon30 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that implement AuthConstraintType | |
---|---|
class |
AuthConstraintTypeImpl<T>
This class implements the auth-constraintType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return AuthConstraintType | |
---|---|
AuthConstraintType<SecurityConstraintType<T>> |
SecurityConstraintTypeImpl.authConstraint()
If not already created, a new auth-constraint element will be created and returned. |
AuthConstraintType<T> |
AuthConstraintTypeImpl.removeAllDescription()
Removes the description element |
AuthConstraintType<T> |
AuthConstraintTypeImpl.removeAllRoleName()
Removes the role-name element |
AuthConstraintType<T> |
AuthConstraintTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
AuthConstraintType<T> |
AuthConstraintTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
AuthConstraintType<T> |
AuthConstraintTypeImpl.setRoleName(java.lang.String roleName)
Creates a new role-name element |
AuthConstraintType<T> |
AuthConstraintTypeImpl.setRoleNameList(java.lang.String... values)
Creates for all String objects representing role-name elements,
a new role-name element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |