javax.servlet
Class HttpConstraintElement

java.lang.Object
  extended by 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) $

Constructor Summary
HttpConstraintElement()
           
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic emptyRoleSemantic)
           
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic emptyRoleSemantic, ServletSecurity.TransportGuarantee transportGuarantee, String... rolesAllowed)
           
HttpConstraintElement(ServletSecurity.TransportGuarantee transportGuarantee, String... rolesAllowed)
           
 
Method Summary
 ServletSecurity.EmptyRoleSemantic getEmptyRoleSemantic()
           
 String[] getRolesAllowed()
           
 ServletSecurity.TransportGuarantee getTransportGuarantee()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getEmptyRoleSemantic

public ServletSecurity.EmptyRoleSemantic getEmptyRoleSemantic()

getRolesAllowed

public String[] getRolesAllowed()

getTransportGuarantee

public ServletSecurity.TransportGuarantee getTransportGuarantee()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.