Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.RoleNameType

Packages that use RoleNameType
com.sun.xml.ws.config.metro.parser.jsr109   
 

Uses of RoleNameType in com.sun.xml.ws.config.metro.parser.jsr109
 

Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as RoleNameType
protected  RoleNameType SecurityRoleRefType.roleLink
           
protected  RoleNameType RunAsType.roleName
           
protected  RoleNameType SecurityRoleRefType.roleName
           
protected  RoleNameType SecurityRoleType.roleName
           
 

Methods in com.sun.xml.ws.config.metro.parser.jsr109 that return RoleNameType
 RoleNameType ObjectFactory.createRoleNameType()
          Create an instance of RoleNameType
 RoleNameType SecurityRoleRefType.getRoleLink()
          Gets the value of the roleLink property.
 RoleNameType RunAsType.getRoleName()
          Gets the value of the roleName property.
 RoleNameType SecurityRoleRefType.getRoleName()
          Gets the value of the roleName property.
 RoleNameType SecurityRoleType.getRoleName()
          Gets the value of the roleName property.
 

Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type RoleNameType
 void SecurityRoleRefType.setRoleLink(RoleNameType value)
          Sets the value of the roleLink property.
 void RunAsType.setRoleName(RoleNameType value)
          Sets the value of the roleName property.
 void SecurityRoleRefType.setRoleName(RoleNameType value)
          Sets the value of the roleName property.
 void SecurityRoleType.setRoleName(RoleNameType value)
          Sets the value of the roleName property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.