Package | Description |
---|---|
org.apache.cxf.jaxws.javaee |
Modifier and Type | Field and Description |
---|---|
protected RoleNameType |
SecurityRoleRefType.roleLink |
protected RoleNameType |
SecurityRoleRefType.roleName |
protected RoleNameType |
RunAsType.roleName |
protected RoleNameType |
SecurityRoleType.roleName |
Modifier and Type | Method and Description |
---|---|
RoleNameType |
ObjectFactory.createRoleNameType()
Create an instance of
RoleNameType |
RoleNameType |
SecurityRoleRefType.getRoleLink()
Gets the value of the roleLink property.
|
RoleNameType |
SecurityRoleRefType.getRoleName()
Gets the value of the roleName property.
|
RoleNameType |
RunAsType.getRoleName()
Gets the value of the roleName property.
|
RoleNameType |
SecurityRoleType.getRoleName()
Gets the value of the roleName property.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityRoleRefType.setRoleLink(RoleNameType value)
Sets the value of the roleLink 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.
|
void |
SecurityRoleType.setRoleName(RoleNameType value)
Sets the value of the roleName property.
|
Apache CXF