|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpMethodConstraintType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 | Provides the interfaces and enumeration types as defined in the schema |
Uses of HttpMethodConstraintType in org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return HttpMethodConstraintType | |
---|---|
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 |
Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return types with arguments of type HttpMethodConstraintType | |
---|---|
List<HttpMethodConstraintType<ServletSecurityType<T>>> |
ServletSecurityType.getAllHttpMethodConstraint()
Returns all http-method-constraint elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |