@Documented @Retention(value=RUNTIME) public @interface HttpConstraint
Modifier and Type | Optional Element and Description |
---|---|
String[] |
rolesAllowed |
ServletSecurity.TransportGuarantee |
transportGuarantee |
ServletSecurity.EmptyRoleSemantic |
value |
public abstract String[] rolesAllowed
public abstract ServletSecurity.TransportGuarantee transportGuarantee
public abstract ServletSecurity.EmptyRoleSemantic value
Copyright © 2015. All rights reserved.