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.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 and Description
      IdentifierType ObjectFactory.createIdentifierType()
      Create an instance of IdentifierType
      IdentifierType Entity.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 and Description
      javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createManager(IdentifierType value)
      Create an instance of JAXBElement<IdentifierType>}
      javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createSecretary(IdentifierType value)
      Create an instance of JAXBElement<IdentifierType>}
      java.util.List<IdentifierType> PersonAccount.getManager()
      Gets the value of the manager property.
      java.util.List<IdentifierType> Person.getManager()
      Gets the value of the manager property.
      java.util.List<IdentifierType> PersonAccount.getSecretary()
      Gets the value of the secretary property.
      java.util.List<IdentifierType> Person.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 and Description
      javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createManager(IdentifierType value)
      Create an instance of JAXBElement<IdentifierType>}
      javax.xml.bind.JAXBElement<IdentifierType> ObjectFactory.createSecretary(IdentifierType value)
      Create an instance of JAXBElement<IdentifierType>}
      void Entity.setIdentifier(IdentifierType value)
      Sets the value of the identifier property.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes