Uses of Class
org.glassfish.grizzly.servlet.ver30.RoleNameType

Packages that use RoleNameType
org.glassfish.grizzly.servlet.ver30   
 

Uses of RoleNameType in org.glassfish.grizzly.servlet.ver30
 

Fields in org.glassfish.grizzly.servlet.ver30 declared as RoleNameType
protected  RoleNameType SecurityRoleRefType.roleLink
           
protected  RoleNameType SecurityRoleType.roleName
           
protected  RoleNameType SecurityRoleRefType.roleName
           
protected  RoleNameType RunAsType.roleName
           
 

Fields in org.glassfish.grizzly.servlet.ver30 with type parameters of type RoleNameType
protected  java.util.List<RoleNameType> AuthConstraintType.roleName
           
 

Methods in org.glassfish.grizzly.servlet.ver30 that return RoleNameType
 RoleNameType ObjectFactory.createRoleNameType()
          Create an instance of RoleNameType
 RoleNameType SecurityRoleRefType.getRoleLink()
          Gets the value of the roleLink property.
 RoleNameType SecurityRoleType.getRoleName()
          Gets the value of the roleName property.
 RoleNameType SecurityRoleRefType.getRoleName()
          Gets the value of the roleName property.
 RoleNameType RunAsType.getRoleName()
          Gets the value of the roleName property.
 

Methods in org.glassfish.grizzly.servlet.ver30 that return types with arguments of type RoleNameType
 java.util.List<RoleNameType> AuthConstraintType.getRoleName()
          Gets the value of the roleName property.
 

Methods in org.glassfish.grizzly.servlet.ver30 with parameters of type RoleNameType
 void SecurityRoleRefType.setRoleLink(RoleNameType value)
          Sets the value of the roleLink property.
 void SecurityRoleType.setRoleName(RoleNameType value)
          Sets the value of the roleName property.
 void SecurityRoleRefType.setRoleName(RoleNameType value)
          Sets the value of the roleName property.
 void RunAsType.setRoleName(RoleNameType value)
          Sets the value of the roleName property.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.