@Retention(value=RUNTIME)
@Documented
public @interface HttpMethodConstraint
ServletSecurity
annotation.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
HTTP Protocol method name (e.g.
|
Modifier and Type | Optional Element and 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.
|
public abstract java.lang.String value
public abstract ServletSecurity.EmptyRoleSemantic emptyRoleSemantic
public abstract ServletSecurity.TransportGuarantee transportGuarantee
public abstract java.lang.String[] rolesAllowed
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.