Uses of Class
com.sun.grizzly.http.webxml.schema.version_2_3.RoleName

Packages that use RoleName
com.sun.grizzly.http.webxml.schema.version_2_3   
 

Uses of RoleName in com.sun.grizzly.http.webxml.schema.version_2_3
 

Fields in com.sun.grizzly.http.webxml.schema.version_2_3 declared as RoleName
protected  RoleName SecurityRoleRef.roleName
           
protected  RoleName SecurityRole.roleName
           
protected  RoleName RunAs.roleName
           
 

Fields in com.sun.grizzly.http.webxml.schema.version_2_3 with type parameters of type RoleName
protected  List<RoleName> AuthConstraint.roleName
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_3 that return RoleName
 RoleName ObjectFactory.createRoleName()
          Create an instance of RoleName
 RoleName SecurityRoleRef.getRoleName()
          Gets the value of the roleName property.
 RoleName SecurityRole.getRoleName()
          Gets the value of the roleName property.
 RoleName RunAs.getRoleName()
          Gets the value of the roleName property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_3 that return types with arguments of type RoleName
 List<RoleName> AuthConstraint.getRoleName()
          Gets the value of the roleName property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_3 with parameters of type RoleName
 void SecurityRoleRef.setRoleName(RoleName value)
          Sets the value of the roleName property.
 void SecurityRole.setRoleName(RoleName value)
          Sets the value of the roleName property.
 void RunAs.setRoleName(RoleName value)
          Sets the value of the roleName property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.