Package | Description |
---|---|
com.sun.identity.federation.message |
Defines federation protocol message classes.
|
com.sun.identity.federation.message.common |
Defines common classes used by federation protocol messages.
|
Modifier and Type | Method and Description |
---|---|
RequestAuthnContext |
FSAuthnRequest.getAuthnContext()
Deprecated.
Returns the
RequestedAuthnContext object. |
Modifier and Type | Method and Description |
---|---|
void |
FSAuthnRequest.setAuthnContext(RequestAuthnContext authnCxt)
Deprecated.
Sets the
RequestedAuthnContext object. |
Constructor and Description |
---|
FSAuthnRequest(String requestId,
List respondWiths,
String providerID,
boolean forceAuthn,
boolean isPassive,
boolean fed,
String nameIDPolicy,
String protocolProf,
RequestAuthnContext authnCxt,
String relaySt,
String authContextCompType)
Deprecated.
Constructor to create
FSAuthnRequest object. |
Modifier and Type | Method and Description |
---|---|
static RequestAuthnContext |
RequestAuthnContext.parseURLEncodedRequest(javax.servlet.http.HttpServletRequest request,
int minorVersion)
Deprecated.
Returns
RequestAuthnContext object. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.