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 Description classContainerJava class for Container complex type.classCountryJava class for Country complex type.classGeographicLocationJava class for GeographicLocation complex type.classGroupJava class for Group complex type.classLocalityJava class for Locality 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.classRolePlayerJava class for RolePlayer complex type.Methods in com.ibm.wsspi.security.wim.model that return Entity Modifier and Type Method Description EntityObjectFactory. createEntity()Create an instance ofEntityEntityEntity. 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 Description jakarta.xml.bind.JAXBElement<Entity>ObjectFactory. createChildren(Entity value)jakarta.xml.bind.JAXBElement<Entity>ObjectFactory. createMembers(Entity value)jakarta.xml.bind.JAXBElement<Entity>ObjectFactory. createParent(Entity value)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 Description jakarta.xml.bind.JAXBElement<Entity>ObjectFactory. createChildren(Entity value)jakarta.xml.bind.JAXBElement<Entity>ObjectFactory. createMembers(Entity value)jakarta.xml.bind.JAXBElement<Entity>ObjectFactory. createParent(Entity value)voidEntity. setParent(Entity value)Sets the value of the parent property.
-