Uses of Class
com.ibm.wsspi.security.wim.model.Group
-
Packages that use Group Package Description com.ibm.wsspi.security.wim.model -
-
Uses of Group in com.ibm.wsspi.security.wim.model
Methods in com.ibm.wsspi.security.wim.model that return Group Modifier and Type Method Description Group
ObjectFactory. createGroup()
Create an instance ofGroup
Methods in com.ibm.wsspi.security.wim.model that return types with arguments of type Group Modifier and Type Method Description javax.xml.bind.JAXBElement<Group>
ObjectFactory. createGroups(Group value)
java.util.List<Group>
Entity. getGroups()
Gets the value of the groups property.Methods in com.ibm.wsspi.security.wim.model with parameters of type Group Modifier and Type Method Description javax.xml.bind.JAXBElement<Group>
ObjectFactory. createGroups(Group value)
-