Uses of Class
com.ibm.wsspi.security.wim.model.RolePlayer
-
Packages that use RolePlayer Package Description com.ibm.wsspi.security.wim.model -
-
Uses of RolePlayer in com.ibm.wsspi.security.wim.model
Subclasses of RolePlayer in com.ibm.wsspi.security.wim.model Modifier and Type Class Description class
Group
Java class for Group complex type.class
LoginAccount
Java class for LoginAccount complex type.class
OrgContainer
Java class for OrgContainer complex type.class
Party
Java class for Party complex type.class
PartyRole
Java class for PartyRole complex type.class
Person
Java class for Person complex type.class
PersonAccount
Java class for PersonAccount complex type.Methods in com.ibm.wsspi.security.wim.model that return RolePlayer Modifier and Type Method Description RolePlayer
ObjectFactory. createRolePlayer()
Create an instance ofRolePlayer
RolePlayer
PartyRole. getPrimaryRolePlayer()
Gets the value of the primaryRolePlayer property.Methods in com.ibm.wsspi.security.wim.model that return types with arguments of type RolePlayer Modifier and Type Method Description java.util.List<RolePlayer>
PartyRole. getRelatedRolePlayer()
Gets the value of the relatedRolePlayer property.Methods in com.ibm.wsspi.security.wim.model with parameters of type RolePlayer Modifier and Type Method Description void
PartyRole. setPrimaryRolePlayer(RolePlayer value)
Sets the value of the primaryRolePlayer property.
-