Package | Description |
---|---|
com.sun.identity.federation.message |
Defines federation protocol message classes.
|
Modifier and Type | Method and Description |
---|---|
FSIDPList |
FSScoping.getIDPList()
Deprecated.
Returns the preferred IDPs list in an authentication request.
|
FSIDPList |
FSAuthnRequestEnvelope.getIDPList()
Deprecated.
Returns the
FSIDPList object. |
Modifier and Type | Method and Description |
---|---|
void |
FSScoping.setIDPList(FSIDPList idpList)
Deprecated.
Sets preferred ordered List of IDPs that is known to SP for proxying.
|
void |
FSAuthnRequestEnvelope.setIDPList(FSIDPList idpList)
Deprecated.
Sets the
FSIDPList object. |
Constructor and Description |
---|
FSAuthnRequestEnvelope(FSAuthnRequest authnRequest,
String providerID,
String providerName,
String assertionConsumerServiceURL,
FSIDPList idpList,
boolean isPassive)
Deprecated.
Constructs a new
FSAuthnRequestEnvelope object. |
FSScoping(FSIDPList idpList,
int proxyCount)
Deprecated.
Constructor creates
FSScoping object. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.