Package | Description |
---|---|
org.wso2.carbon.identity.application.authentication.framework.inbound |
Modifier and Type | Method and Description |
---|---|
abstract InboundAuthenticationRequest |
InboundAuthenticationRequestBuilder.buildRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
InboundAuthenticationRequest |
InboundAuthenticationContext.getInboundAuthenticationRequest() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
InboundAuthenticationResponseProcessor.canHandle(InboundAuthenticationContext context,
InboundAuthenticationRequest request)
Can handle
|
abstract boolean |
InboundAuthenticationRequestProcessor.canHandle(InboundAuthenticationRequest authenticationRequest)
Can handle
|
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
|
abstract InboundAuthenticationResponse |
InboundAuthenticationRequestProcessor.process(InboundAuthenticationRequest authenticationRequest)
Process inbound authentication request
|
InboundAuthenticationResponse |
InboundAuthenticationManager.processRequest(InboundAuthenticationRequest authenticationRequest)
Process authentication request
|
InboundAuthenticationResponse |
InboundAuthenticationManager.processResponse(InboundAuthenticationContext context,
InboundAuthenticationRequest authenticationRequest)
Process response
|
void |
InboundAuthenticationContext.setInboundAuthenticationRequest(InboundAuthenticationRequest inboundAuthenticationRequest) |
Copyright © 2015 WSO2. All rights reserved.