public class FSSSOBrowserPostProfileHandler extends FSSSOAndFedHandler
IDP
single sign on service handler handles browser post
profile.accountManager, authnRequest, hostedConfig, hostedDesc, hostedEntityId, metaAlias, metaManager, noFedStatus, realm, relayState, request, response, spConfig, spDescriptor, spEntityId, ssoToken
Modifier | Constructor and Description |
---|---|
protected |
FSSSOBrowserPostProfileHandler() |
|
FSSSOBrowserPostProfileHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSAuthnRequest authnRequest,
com.sun.identity.liberty.ws.meta.jaxb.SPDescriptorType spDescriptor,
com.sun.identity.federation.jaxb.entityconfig.BaseConfigType spConfig,
String spEntityId,
String relayState)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
doSingleSignOn(Object ssoToken,
String inResponseTo,
NameIdentifier spHandle,
NameIdentifier idpHandle) |
protected void |
sendAuthnResponse(FSAuthnResponse authnResponse) |
cleanMetaAlias, createAuthnResponse, doAccountFederation, doSingleSignOn, formatLoginURL, getHostedEntityId, getProvider, getRealm, isIDPProxyEnabled, processAuthnRequest, processPostAuthnSSO, processPreAuthnSSO, processSAMLRequest, returnErrorResponse, sendProxyAuthnRequest, setHostedDescriptor, setHostedDescriptorConfig, setHostedEntityId, setMetaAlias, setRealm, setSPDescriptor, verifyRequestSignature
protected FSSSOBrowserPostProfileHandler()
public FSSSOBrowserPostProfileHandler(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, FSAuthnRequest authnRequest, com.sun.identity.liberty.ws.meta.jaxb.SPDescriptorType spDescriptor, com.sun.identity.federation.jaxb.entityconfig.BaseConfigType spConfig, String spEntityId, String relayState)
request
- HttpServletRequest
objectresponse
- HttpServletResponse
objectauthnRequest
- authentication requestspDescriptor
- SP
's provider descriptorspConfig
- SP
's extended meta configspEntityId
- SP
's entity idrelayState
- where to go after single sign on is doneprotected void sendAuthnResponse(FSAuthnResponse authnResponse)
sendAuthnResponse
in class FSSSOAndFedHandler
protected boolean doSingleSignOn(Object ssoToken, String inResponseTo, NameIdentifier spHandle, NameIdentifier idpHandle)
doSingleSignOn
in class FSSSOAndFedHandler
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.