Uses of Interface
com.sun.identity.saml2.protocol.IDPList
-
Packages that use IDPList Package Description com.sun.identity.saml2.ecp Defines classes for SAMLv2 ECP profile.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of IDPList in com.sun.identity.saml2.ecp
Methods in com.sun.identity.saml2.ecp that return IDPList Modifier and Type Method Description IDPList
ECPRequest. getIDPList()
Returns theIDPList
Object.Methods in com.sun.identity.saml2.ecp with parameters of type IDPList Modifier and Type Method Description void
ECPRequest. setIDPList(IDPList idpList)
Sets theIDPList
Object. -
Uses of IDPList in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return IDPList Modifier and Type Method Description IDPList
ProtocolFactory. createIDPList()
Returns theIDPList
Object.IDPList
ProtocolFactory. createIDPList(String value)
Returns theIDPList
Object.IDPList
ProtocolFactory. createIDPList(Element value)
Returns theIDPList
Object.IDPList
Scoping. getIDPList()
Returns theIDPList
Object.Methods in com.sun.identity.saml2.protocol with parameters of type IDPList Modifier and Type Method Description void
Scoping. setIDPList(IDPList idpList)
Sets theIDPList
Object.
-