Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
HttpMethodConstraintType<ServletSecurityType<T>> |
ServletSecurityType.createHttpMethodConstraint()
Creates a new
http-method-constraint element |
HttpMethodConstraintType<T> |
HttpMethodConstraintType.emptyRoleSemantic(EmptyRoleSemanticType emptyRoleSemantic)
Sets the
empty-role-semantic element |
HttpMethodConstraintType<T> |
HttpMethodConstraintType.emptyRoleSemantic(String emptyRoleSemantic)
Sets the
empty-role-semantic element |
HttpMethodConstraintType<ServletSecurityType<T>> |
ServletSecurityType.getOrCreateHttpMethodConstraint()
If not already created, a new
http-method-constraint element will be created and returned. |
HttpMethodConstraintType<T> |
HttpMethodConstraintType.method(String method)
Sets the
method element |
HttpMethodConstraintType<T> |
HttpMethodConstraintType.removeAllRolesAllowed()
Removes the
roles-allowed element |
HttpMethodConstraintType<T> |
HttpMethodConstraintType.removeEmptyRoleSemantic()
Removes the
empty-role-semantic attribute |
HttpMethodConstraintType<T> |
HttpMethodConstraintType.removeMethod()
Removes the
method element |
HttpMethodConstraintType<T> |
HttpMethodConstraintType.removeTransportGuarantee()
Removes the
transport-guarantee attribute |
HttpMethodConstraintType<T> |
HttpMethodConstraintType.rolesAllowed(String... values)
Creates for all String objects representing
roles-allowed elements,
a new roles-allowed element |
HttpMethodConstraintType<T> |
HttpMethodConstraintType.transportGuarantee(String transportGuarantee)
Sets the
transport-guarantee element |
HttpMethodConstraintType<T> |
HttpMethodConstraintType.transportGuarantee(TransportGuaranteeType transportGuarantee)
Sets the
transport-guarantee element |
Modifier and Type | Method and Description |
---|---|
List<HttpMethodConstraintType<ServletSecurityType<T>>> |
ServletSecurityType.getAllHttpMethodConstraint()
Returns all
http-method-constraint elements |
Copyright © 2017 JBoss by Red Hat. All rights reserved.