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 IDPEntry
ProtocolFactory. createIDPEntry()
Returns theIDPEntry
Object.IDPEntry
ProtocolFactory. createIDPEntry(String value)
Returns theIDPEntry
Object.IDPEntry
ProtocolFactory. createIDPEntry(Element value)
Returns theIDPEntry
Object.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 ofIDPEntry
Objects.Method parameters in com.sun.identity.saml2.protocol with type arguments of type IDPEntry Modifier and Type Method Description void
IDPList. setIDPEntries(List<IDPEntry> idpEntryList)
Sets theIDPEntry
Object.
-