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.Entity

  • Packages that use Entity 
    Package Description
    com.ibm.wsspi.security.wim.model  
    • Uses of Entity in com.ibm.wsspi.security.wim.model

      Subclasses of Entity in com.ibm.wsspi.security.wim.model 
      Modifier and Type Class and Description
      class  Container
      Java class for Container complex type.
      class  Country
      Java class for Country complex type.
      class  GeographicLocation
      Java class for GeographicLocation complex type.
      class  Group
      Java class for Group complex type.
      class  Locality
      Java class for Locality 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.
      class  RolePlayer
      Java class for RolePlayer complex type.
      Methods in com.ibm.wsspi.security.wim.model that return Entity 
      Modifier and Type Method and Description
      Entity ObjectFactory.createEntity()
      Create an instance of Entity
      Entity Entity.getParent()
      Gets the value of the parent property.
      Methods in com.ibm.wsspi.security.wim.model that return types with arguments of type Entity 
      Modifier and Type Method and Description
      javax.xml.bind.JAXBElement<Entity> ObjectFactory.createChildren(Entity value)
      Create an instance of JAXBElement<Entity>}
      javax.xml.bind.JAXBElement<Entity> ObjectFactory.createMembers(Entity value)
      Create an instance of JAXBElement<Entity>}
      javax.xml.bind.JAXBElement<Entity> ObjectFactory.createParent(Entity value)
      Create an instance of JAXBElement<Entity>}
      java.util.List<Entity> Entity.getChildren()
      Gets the value of the children property.
      java.util.List<Entity> Root.getEntities()
      Gets the value of the entities property.
      java.util.List<Entity> Group.getMembers()
      Gets the value of the members property.
      Methods in com.ibm.wsspi.security.wim.model with parameters of type Entity 
      Modifier and Type Method and Description
      javax.xml.bind.JAXBElement<Entity> ObjectFactory.createChildren(Entity value)
      Create an instance of JAXBElement<Entity>}
      javax.xml.bind.JAXBElement<Entity> ObjectFactory.createMembers(Entity value)
      Create an instance of JAXBElement<Entity>}
      javax.xml.bind.JAXBElement<Entity> ObjectFactory.createParent(Entity value)
      Create an instance of JAXBElement<Entity>}
      void Entity.setParent(Entity value)
      Sets the value of the parent property.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes