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 IDPListECPRequest. getIDPList()Returns theIDPListObject.Methods in com.sun.identity.saml2.ecp with parameters of type IDPList Modifier and Type Method Description voidECPRequest. setIDPList(IDPList idpList)Sets theIDPListObject. -
Uses of IDPList in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return IDPList Modifier and Type Method Description IDPListProtocolFactory. createIDPList()Returns theIDPListObject.IDPListProtocolFactory. createIDPList(String value)Returns theIDPListObject.IDPListProtocolFactory. createIDPList(Element value)Returns theIDPListObject.IDPListScoping. getIDPList()Returns theIDPListObject.Methods in com.sun.identity.saml2.protocol with parameters of type IDPList Modifier and Type Method Description voidScoping. setIDPList(IDPList idpList)Sets theIDPListObject.
-