Package | Description |
---|---|
org.wso2.carbon.identity.application.authentication.framework.inbound |
Modifier and Type | Field and Description |
---|---|
protected IdentityMessageContext |
IdentityResponse.context |
protected IdentityMessageContext |
IdentityResponse.IdentityResponseBuilder.context |
Modifier and Type | Method and Description |
---|---|
static IdentityMessageContext |
InboundUtil.getContextFromCache(String key)
Get from IdentityMessageContext
|
protected IdentityMessageContext |
IdentityProcessor.getContextIfAvailable(IdentityRequest request)
Returns IdentityMessageContext if one previously existed for given IdentityRequest using
sessionDataKey
parameter |
IdentityMessageContext |
IdentityContextCache.getValueFromCache(String key) |
Modifier and Type | Method and Description |
---|---|
static void |
InboundUtil.addContextToCache(String key,
IdentityMessageContext context)
Add to IdentityMessageContext
|
void |
IdentityContextCache.addToCache(String key,
IdentityMessageContext context) |
protected IdentityResponse.IdentityResponseBuilder |
IdentityProcessor.buildResponseForFrameworkLogin(IdentityMessageContext context)
Get IdentityResponseBuilder for framework login
|
protected IdentityResponse.IdentityResponseBuilder |
IdentityProcessor.buildResponseForFrameworkLogout(IdentityMessageContext context)
Get IdentityResponseBuilder for framework logout
|
abstract String |
IdentityProcessor.getCallbackPath(IdentityMessageContext context)
Get callback path
|
protected AuthenticationResult |
IdentityProcessor.processResponseFromFrameworkLogin(IdentityMessageContext context)
Processes the IdentityMessageContext and retrieved the using
sessionDataKey parameter and sets the
AuthenticationResult to message context if found in AuthenticationResultCache |
Constructor and Description |
---|
FrameworkLoginResponse.FrameworkLoginResponseBuilder(IdentityMessageContext context) |
FrameworkLogoutResponse.FrameworkLogoutResponseBuilder(IdentityMessageContext context) |
IdentityResponse.IdentityResponseBuilder(IdentityMessageContext context) |
Copyright © 2016 WSO2. All rights reserved.