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 |
---|---|
ServletSecurityType<T> |
ServletSecurityType.emptyRoleSemantic(String emptyRoleSemantic)
Sets the
empty-role-semantic element |
ServletSecurityType<AnnotationType<T>> |
AnnotationType.getOrCreateServletSecurity()
If not already created, a new
servlet-security element with the given value will be created. |
ServletSecurityType<ServletType<T>> |
ServletType.getOrCreateServletSecurity()
If not already created, a new
servlet-security element with the given value will be created. |
ServletSecurityType<T> |
ServletSecurityType.removeAllHttpMethodConstraint()
Removes all
http-method-constraint elements |
ServletSecurityType<T> |
ServletSecurityType.removeAllRolesAllowed()
Removes the
roles-allowed element |
ServletSecurityType<T> |
ServletSecurityType.removeEmptyRoleSemantic()
Removes the
empty-role-semantic element |
ServletSecurityType<T> |
ServletSecurityType.removeTransportGuarantee()
Removes the
transport-guarantee attribute |
ServletSecurityType<T> |
ServletSecurityType.rolesAllowed(String... values)
Creates for all String objects representing
roles-allowed elements,
a new roles-allowed element |
ServletSecurityType<T> |
ServletSecurityType.transportGuarantee(String transportGuarantee)
Sets the
transport-guarantee element |
ServletSecurityType<T> |
ServletSecurityType.transportGuarantee(TransportGuaranteeType transportGuarantee)
Sets the
transport-guarantee element |
Modifier and Type | Method and Description |
---|---|
HttpMethodConstraintType<ServletSecurityType<T>> |
ServletSecurityType.createHttpMethodConstraint()
Creates a new
http-method-constraint element |
List<HttpMethodConstraintType<ServletSecurityType<T>>> |
ServletSecurityType.getAllHttpMethodConstraint()
Returns all
http-method-constraint elements |
HttpMethodConstraintType<ServletSecurityType<T>> |
ServletSecurityType.getOrCreateHttpMethodConstraint()
If not already created, a new
http-method-constraint element will be created and returned. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.