javax.servlet
Class HttpConstraintElement
java.lang.Object
javax.servlet.HttpConstraintElement
- Direct Known Subclasses:
- HttpMethodConstraintElement, ServletSecurityElement
public class HttpConstraintElement
- extends Object
- Since:
- 3.0
- Version:
- $Rev: 901916 $ $Date: 2010-01-22 00:12:17 +0100 (Fr, 22. Jan 2010) $
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 emptyRoleSemantic)
HttpConstraintElement
public HttpConstraintElement(ServletSecurity.EmptyRoleSemantic emptyRoleSemantic,
ServletSecurity.TransportGuarantee transportGuarantee,
String... rolesAllowed)
HttpConstraintElement
public HttpConstraintElement(ServletSecurity.TransportGuarantee transportGuarantee,
String... rolesAllowed)
getEmptyRoleSemantic
public ServletSecurity.EmptyRoleSemantic getEmptyRoleSemantic()
getRolesAllowed
public String[] getRolesAllowed()
getTransportGuarantee
public ServletSecurity.TransportGuarantee getTransportGuarantee()
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.