|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityConstraintType<T>
This interface defines the contract for the security-constraintType
xsd type
Original Documentation:
The security-constraintType is used to associate
security constraints with one or more web resource
collections
Used in: web-app
Method Summary | |
---|---|
AuthConstraintType<SecurityConstraintType<T>> |
authConstraint()
If not already created, a new auth-constraint element will be created and returned. |
java.util.List<java.lang.String> |
getDisplayNameList()
Returns all display-name elements |
java.util.List<WebResourceCollectionType<SecurityConstraintType<T>>> |
getWebResourceCollectionList()
Returns all web-resource-collection elements |
SecurityConstraintType<T> |
removeAllDisplayName()
Removes the display-name element |
SecurityConstraintType<T> |
removeAllWebResourceCollection()
Removes all web-resource-collection elements |
SecurityConstraintType<T> |
removeAuthConstraint()
Removes the auth-constraint element |
SecurityConstraintType<T> |
removeUserDataConstraint()
Removes the user-data-constraint element |
SecurityConstraintType<T> |
setDisplayName(java.lang.String displayName)
Creates a new display-name element |
SecurityConstraintType<T> |
setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
UserDataConstraintType<SecurityConstraintType<T>> |
userDataConstraint()
If not already created, a new user-data-constraint element will be created and returned. |
WebResourceCollectionType<SecurityConstraintType<T>> |
webResourceCollection()
Returns the web-resource-collection element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
SecurityConstraintType<T> setDisplayName(java.lang.String displayName)
display-name
element
SecurityConstraintType
SecurityConstraintType<T> setDisplayNameList(java.lang.String... values)
display-name
elements,
a new display-name
element
list
- of display-name
objects
SecurityConstraintType
SecurityConstraintType<T> removeAllDisplayName()
display-name
element
SecurityConstraintType
java.util.List<java.lang.String> getDisplayNameList()
display-name
elements
display-name
SecurityConstraintType<T> removeAllWebResourceCollection()
web-resource-collection
elements
SecurityConstraintType
WebResourceCollectionType<SecurityConstraintType<T>> webResourceCollection()
web-resource-collection
element
web-resource-collection
java.util.List<WebResourceCollectionType<SecurityConstraintType<T>>> getWebResourceCollectionList()
web-resource-collection
elements
web-resource-collection
SecurityConstraintType<T> removeAuthConstraint()
auth-constraint
element
SecurityConstraintType
AuthConstraintType<SecurityConstraintType<T>> authConstraint()
auth-constraint
element will be created and returned.
Otherwise, the existing auth-constraint
element will be returned.
auth-constraint
SecurityConstraintType<T> removeUserDataConstraint()
user-data-constraint
element
SecurityConstraintType
UserDataConstraintType<SecurityConstraintType<T>> userDataConstraint()
user-data-constraint
element will be created and returned.
Otherwise, the existing user-data-constraint
element will be returned.
user-data-constraint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |