public class HttpConstraintElement extends Object
Constructor and Description |
---|
HttpConstraintElement() |
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic emptyRoleSemantic) |
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic emptyRoleSemantic,
ServletSecurity.TransportGuarantee transportGuarantee,
String... rolesAllowed) |
HttpConstraintElement(ServletSecurity.TransportGuarantee transportGuarantee,
String... rolesAllowed) |
Modifier and Type | Method and Description |
---|---|
ServletSecurity.EmptyRoleSemantic |
getEmptyRoleSemantic() |
String[] |
getRolesAllowed() |
ServletSecurity.TransportGuarantee |
getTransportGuarantee() |
public HttpConstraintElement()
public HttpConstraintElement(ServletSecurity.EmptyRoleSemantic emptyRoleSemantic)
public HttpConstraintElement(ServletSecurity.EmptyRoleSemantic emptyRoleSemantic, ServletSecurity.TransportGuarantee transportGuarantee, String... rolesAllowed)
public HttpConstraintElement(ServletSecurity.TransportGuarantee transportGuarantee, String... rolesAllowed)
public ServletSecurity.EmptyRoleSemantic getEmptyRoleSemantic()
public String[] getRolesAllowed()
public ServletSecurity.TransportGuarantee getTransportGuarantee()
Copyright © 2013. All rights reserved.