public class HttpConstraintElement
extends java.lang.Object
| Constructor and Description | 
|---|
| HttpConstraintElement() | 
| HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic) | 
| HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic,
                     ServletSecurity.TransportGuarantee guarantee,
                     java.lang.String... roleNames) | 
| HttpConstraintElement(ServletSecurity.TransportGuarantee guarantee,
                     java.lang.String... roleNames) | 
| Modifier and Type | Method and Description | 
|---|---|
| ServletSecurity.EmptyRoleSemantic | getEmptyRoleSemantic() | 
| java.lang.String[] | getRolesAllowed() | 
| ServletSecurity.TransportGuarantee | getTransportGuarantee() | 
public HttpConstraintElement()
public HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic)
public HttpConstraintElement(ServletSecurity.TransportGuarantee guarantee, java.lang.String... roleNames)
public HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic, ServletSecurity.TransportGuarantee guarantee, java.lang.String... roleNames)
public ServletSecurity.EmptyRoleSemantic getEmptyRoleSemantic()
public ServletSecurity.TransportGuarantee getTransportGuarantee()
public java.lang.String[] getRolesAllowed()