javax.servlet
Class HttpConstraintElement
java.lang.Object
javax.servlet.HttpConstraintElement
- Direct Known Subclasses:
- HttpMethodConstraintElement, ServletSecurityElement
public class HttpConstraintElement
- extends java.lang.Object
- Since:
- Servlet 3.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpConstraintElement
public HttpConstraintElement()
HttpConstraintElement
public HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic)
HttpConstraintElement
public HttpConstraintElement(ServletSecurity.TransportGuarantee guarantee,
java.lang.String... roleNames)
HttpConstraintElement
public HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic,
ServletSecurity.TransportGuarantee guarantee,
java.lang.String... roleNames)
getEmptyRoleSemantic
public ServletSecurity.EmptyRoleSemantic getEmptyRoleSemantic()
getTransportGuarantee
public ServletSecurity.TransportGuarantee getTransportGuarantee()
getRolesAllowed
public java.lang.String[] getRolesAllowed()