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

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

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

Methods in com.sun.grizzly.http.webxml.parser that return SecurityRole
protected  SecurityRole JAXBWebXml_2_2Parser.getSecurityRole(SecurityRole securityRole)
           
 

Methods in com.sun.grizzly.http.webxml.parser that return types with arguments of type SecurityRole
protected  List<SecurityRole> JAXBWebXml_2_2Parser.populateSecurityRole(List<SecurityRole> securityRole)
           
 

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

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

Methods in com.sun.grizzly.http.webxml.schema that return types with arguments of type SecurityRole
 List<SecurityRole> WebApp.getSecurityRole()
          <security-role> <description>description</description> <role-name>token</role-name> </security-role>
 

Method parameters in com.sun.grizzly.http.webxml.schema with type arguments of type SecurityRole
 void WebApp.setSecurityRole(List<SecurityRole> securityRole)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.