Uses of Class
org.openliberty.xmltooling.pp.AltID

Packages that use AltID
org.openliberty.wsc This package contains all of the Service Client classes and the basic WSFMessage. 
org.openliberty.xmltooling.pp   
 

Uses of AltID in org.openliberty.wsc
 

Methods in org.openliberty.wsc that return AltID
 AltID PersonalProfileService.altIdForIDType(IDType.Type iDType)
          Selection of /pp:PP/pp:LegalIdentity/pp:AltID by an exact match against the AltID's IDType.
 AltID PersonalProfileService.altIdForIDTypeURI(java.lang.String iDTypeURI)
          Selection of /pp:PP/pp:LegalIdentity/pp:AltID by an exact match against the AltID's IDType element content.
 

Uses of AltID in org.openliberty.xmltooling.pp
 

Fields in org.openliberty.xmltooling.pp with type parameters of type AltID
private  org.opensaml.xml.util.XMLObjectChildrenList<AltID> LegalIdentity.altIDs
           
 

Methods in org.openliberty.xmltooling.pp that return AltID
 AltID AltIDBuilder.buildObject()
           
 AltID AltIDBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
           
 

Methods in org.openliberty.xmltooling.pp that return types with arguments of type AltID
 org.opensaml.xml.util.XMLObjectChildrenList<AltID> LegalIdentity.getAltIDs()