JBoss Metadata Web 7.1.1.Final

org.jboss.metadata.web.spec
Class HttpConstraintMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.web.spec.HttpConstraintMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData
Direct Known Subclasses:
HttpMethodConstraintMetaData, ServletSecurityMetaData

public abstract class HttpConstraintMetaData
extends IdMetaDataImpl

Models per servlet or per servlet type HTTP constraint

Version:
$Revision: 81768 $
Author:
Remy Maucherat
See Also:
Serialized Form

Constructor Summary
HttpConstraintMetaData()
           
 
Method Summary
 EmptyRoleSemanticType getEmptyRoleSemantic()
           
 List<String> getRolesAllowed()
           
 TransportGuaranteeType getTransportGuarantee()
           
 void setEmptyRoleSemantic(EmptyRoleSemanticType emptyRoleSemantic)
           
 void setRolesAllowed(List<String> rolesAllowed)
           
 void setTransportGuarantee(TransportGuaranteeType transportGuarantee)
           
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpConstraintMetaData

public HttpConstraintMetaData()
Method Detail

getEmptyRoleSemantic

public EmptyRoleSemanticType getEmptyRoleSemantic()

setEmptyRoleSemantic

public void setEmptyRoleSemantic(EmptyRoleSemanticType emptyRoleSemantic)

getTransportGuarantee

public TransportGuaranteeType getTransportGuarantee()

setTransportGuarantee

public void setTransportGuarantee(TransportGuaranteeType transportGuarantee)

getRolesAllowed

public List<String> getRolesAllowed()

setRolesAllowed

public void setRolesAllowed(List<String> rolesAllowed)

JBoss Metadata Web 7.1.1.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.