JBoss Metadata Web 7.1.1.Final

org.jboss.metadata.web.spec
Class ServletSecurityMetaData

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

public class ServletSecurityMetaData
extends HttpConstraintMetaData

Models per servlet or per servlet type constraints

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

Constructor Summary
ServletSecurityMetaData()
           
 
Method Summary
 List<HttpMethodConstraintMetaData> getHttpMethodConstraints()
           
 void setHttpMethodConstraints(List<HttpMethodConstraintMetaData> httpMethodConstraints)
           
 
Methods inherited from class org.jboss.metadata.web.spec.HttpConstraintMetaData
getEmptyRoleSemantic, getRolesAllowed, getTransportGuarantee, setEmptyRoleSemantic, setRolesAllowed, setTransportGuarantee
 
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

ServletSecurityMetaData

public ServletSecurityMetaData()
Method Detail

getHttpMethodConstraints

public List<HttpMethodConstraintMetaData> getHttpMethodConstraints()

setHttpMethodConstraints

public void setHttpMethodConstraints(List<HttpMethodConstraintMetaData> httpMethodConstraints)

JBoss Metadata Web 7.1.1.Final

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