@Retention(RUNTIME)
@Documented
public @interface HttpMethodConstraint
ServletSecurity
annotation.Modifier and Type | Required Element | Description |
---|---|---|
java.lang.String |
value |
HTTP Protocol method name (e.g.
|
Modifier and Type | Optional Element | Description |
---|---|---|
ServletSecurity.EmptyRoleSemantic |
emptyRoleSemantic |
The EmptyRoleSemantic determines the behaviour when the rolesAllowed list
is empty.
|
java.lang.String[] |
rolesAllowed |
The authorized roles' names.
|
ServletSecurity.TransportGuarantee |
transportGuarantee |
Determines whether SSL/TLS is required to process the current request.
|
java.lang.String value
ServletSecurity.EmptyRoleSemantic emptyRoleSemantic
ServletSecurity.TransportGuarantee transportGuarantee
java.lang.String[] rolesAllowed
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.