Uses of Class
com.sun.grizzly.http.webxml.schema.SecurityConstraint

Packages that use SecurityConstraint
com.sun.grizzly.http.webxml.parser   
com.sun.grizzly.http.webxml.schema   
 

Uses of SecurityConstraint in com.sun.grizzly.http.webxml.parser
 

Methods in com.sun.grizzly.http.webxml.parser that return SecurityConstraint
protected  SecurityConstraint JAXBWebXml_2_2Parser.getSecurityConstraint(SecurityConstraint securityConstraint)
           
 

Methods in com.sun.grizzly.http.webxml.parser that return types with arguments of type SecurityConstraint
protected  List<SecurityConstraint> JAXBWebXml_2_2Parser.populateSecurityConstraint(List<SecurityConstraint> securityConstraint)
           
 

Uses of SecurityConstraint in com.sun.grizzly.http.webxml.schema
 

Fields in com.sun.grizzly.http.webxml.schema with type parameters of type SecurityConstraint
 List<SecurityConstraint> WebApp.securityConstraint
           
 

Methods in com.sun.grizzly.http.webxml.schema that return types with arguments of type SecurityConstraint
 List<SecurityConstraint> WebApp.getSecurityConstraint()
          <security-constraint> <display-name>displayname</display-name> <web-resource-collection> <web-resource-name>token</web-resource-name> <description>description</description> <url-pattern>string</url-pattern> <http-method>t</http-method> </web-resource-collection> <user-data-constraint> <description>description</description> <transport-guarantee>CONFIDENTIAL</transport-guarantee> </user-data-constraint> </security-constraint>
 

Method parameters in com.sun.grizzly.http.webxml.schema with type arguments of type SecurityConstraint
 void WebApp.setSecurityConstraint(List<SecurityConstraint> securityConstraint)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.