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 classGroupJava class for Group complex type.classLoginAccountJava class for LoginAccount complex type.classOrgContainerJava class for OrgContainer complex type.classPartyJava class for Party complex type.classPartyRoleJava class for PartyRole complex type.classPersonJava class for Person complex type.classPersonAccountJava class for PersonAccount complex type.Methods in com.ibm.wsspi.security.wim.model that return RolePlayer Modifier and Type Method Description RolePlayerObjectFactory. createRolePlayer()Create an instance ofRolePlayerRolePlayerPartyRole. 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 voidPartyRole. setPrimaryRolePlayer(RolePlayer value)Sets the value of the primaryRolePlayer property.
-