Package | Description |
---|---|
com.sun.identity.saml2.ecp |
Defines classes for SAMLv2 ECP profile.
|
com.sun.identity.saml2.ecp.impl | |
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
com.sun.identity.saml2.protocol.impl |
SAMLv2 Protocol Implemenetation Classes.
|
Modifier and Type | Method and Description |
---|---|
IDPList |
ECPRequest.getIDPList()
Returns the
IDPList Object. |
Modifier and Type | Method and Description |
---|---|
void |
ECPRequest.setIDPList(IDPList idpList)
Sets the
IDPList Object. |
Modifier and Type | Method and Description |
---|---|
IDPList |
ECPRequestImpl.getIDPList()
Returns the
IDPList Object. |
Modifier and Type | Method and Description |
---|---|
void |
ECPRequestImpl.setIDPList(IDPList idpList)
Sets the
IDPList Object. |
Modifier and Type | Method and Description |
---|---|
IDPList |
ProtocolFactory.createIDPList()
Returns the
IDPList Object. |
IDPList |
ProtocolFactory.createIDPList(Element value)
Returns the
IDPList Object. |
IDPList |
ProtocolFactory.createIDPList(String value)
Returns the
IDPList Object. |
IDPList |
Scoping.getIDPList()
Returns the
IDPList Object. |
Modifier and Type | Method and Description |
---|---|
void |
Scoping.setIDPList(IDPList idpList)
Sets the
IDPList Object. |
Modifier and Type | Class and Description |
---|---|
class |
IDPListImpl
This class specifies the identity providers trusted by the requester
to authenticate the presenter.
|
Modifier and Type | Method and Description |
---|---|
IDPList |
ScopingImpl.getIDPList()
Returns the
IDPList Object. |
Modifier and Type | Method and Description |
---|---|
void |
ScopingImpl.setIDPList(IDPList idpList)
Sets the
IDPList Object. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.