Package | Description |
---|---|
org.wso2.carbon.identity.application.authentication.framework.inbound |
Modifier and Type | Method and Description |
---|---|
protected InboundAuthenticationResponse |
InboundAuthenticationRequestProcessor.buildResponseForFrameworkLogin(InboundAuthenticationContext context)
Build response for framework login
|
protected InboundAuthenticationResponse |
InboundAuthenticationRequestProcessor.buildResponseForFrameworkLogout(InboundAuthenticationContext context)
Build response for framework logout
|
protected InboundAuthenticationResponse |
CommonInboundAuthenticationServlet.doProcessRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
InboundAuthenticationRequest authenticationRequest)
Process inbound request
|
protected InboundAuthenticationResponse |
CommonInboundAuthenticationServlet.doProcessResponse(InboundAuthenticationRequest authenticationRequest)
Process inbound authentication response
|
InboundAuthenticationResponse |
InboundAuthenticationContext.getInboundAuthenticationResponse() |
abstract InboundAuthenticationResponse |
InboundAuthenticationRequestProcessor.process(InboundAuthenticationRequest authenticationRequest)
Process inbound authentication request
|
InboundAuthenticationResponse |
InboundAuthenticationManager.processRequest(InboundAuthenticationRequest authenticationRequest)
Process authentication request
|
abstract InboundAuthenticationResponse |
InboundAuthenticationResponseProcessor.processResponse(InboundAuthenticationContext context)
Build response
|
InboundAuthenticationResponse |
InboundAuthenticationManager.processResponse(InboundAuthenticationContext context,
InboundAuthenticationRequest authenticationRequest)
Process response
|
Modifier and Type | Method and Description |
---|---|
void |
InboundAuthenticationContext.setInboundAuthenticationResponse(InboundAuthenticationResponse inboundAuthenticationResponse) |
Copyright © 2015 WSO2. All rights reserved.