Uses of Interface
com.sun.identity.saml2.protocol.IDPEntry
-
Packages that use IDPEntry Package Description com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of IDPEntry in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return IDPEntry Modifier and Type Method Description IDPEntryProtocolFactory. createIDPEntry()Returns theIDPEntryObject.IDPEntryProtocolFactory. createIDPEntry(String value)Returns theIDPEntryObject.IDPEntryProtocolFactory. createIDPEntry(Element value)Returns theIDPEntryObject.Methods in com.sun.identity.saml2.protocol that return types with arguments of type IDPEntry Modifier and Type Method Description List<IDPEntry>IDPList. getIDPEntries()Returns the list ofIDPEntryObjects.Method parameters in com.sun.identity.saml2.protocol with type arguments of type IDPEntry Modifier and Type Method Description voidIDPList. setIDPEntries(List<IDPEntry> idpEntryList)Sets theIDPEntryObject.
-