Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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 and 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 and Description
      RolePlayer ObjectFactory.createRolePlayer()
      Create an instance of RolePlayer
      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 and 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 and Description
      void PartyRole.setPrimaryRolePlayer(RolePlayer value)
      Sets the value of the primaryRolePlayer property.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes