Uses of Class
com.ibm.wsspi.security.wim.model.IdentifierType
-
Packages that use IdentifierType Package Description com.ibm.wsspi.security.wim.model -
-
Uses of IdentifierType in com.ibm.wsspi.security.wim.model
Methods in com.ibm.wsspi.security.wim.model that return IdentifierType Modifier and Type Method Description IdentifierTypeObjectFactory. createIdentifierType()Create an instance ofIdentifierTypeIdentifierTypeEntity. getIdentifier()Gets the value of the identifier property.Methods in com.ibm.wsspi.security.wim.model that return types with arguments of type IdentifierType Modifier and Type Method Description javax.xml.bind.JAXBElement<IdentifierType>ObjectFactory. createManager(IdentifierType value)javax.xml.bind.JAXBElement<IdentifierType>ObjectFactory. createSecretary(IdentifierType value)java.util.List<IdentifierType>Person. getManager()Gets the value of the manager property.java.util.List<IdentifierType>PersonAccount. getManager()Gets the value of the manager property.java.util.List<IdentifierType>Person. getSecretary()Gets the value of the secretary property.java.util.List<IdentifierType>PersonAccount. getSecretary()Gets the value of the secretary property.Methods in com.ibm.wsspi.security.wim.model with parameters of type IdentifierType Modifier and Type Method Description javax.xml.bind.JAXBElement<IdentifierType>ObjectFactory. createManager(IdentifierType value)javax.xml.bind.JAXBElement<IdentifierType>ObjectFactory. createSecretary(IdentifierType value)voidEntity. setIdentifier(IdentifierType value)Sets the value of the identifier property.
-