public class InboundAuthenticationManager extends Object
Constructor and Description |
---|
InboundAuthenticationManager() |
Modifier and Type | Method and Description |
---|---|
InboundAuthenticationResponse |
processRequest(InboundAuthenticationRequest authenticationRequest)
Process authentication request
|
InboundAuthenticationResponse |
processResponse(InboundAuthenticationContext context,
InboundAuthenticationRequest authenticationRequest)
Process response
|
public InboundAuthenticationResponse processRequest(InboundAuthenticationRequest authenticationRequest) throws FrameworkException
authenticationRequest
- Authentication requestFrameworkException
public InboundAuthenticationResponse processResponse(InboundAuthenticationContext context, InboundAuthenticationRequest authenticationRequest) throws FrameworkException
context
- Inbound authentication contextauthenticationRequest
- Inbound authentication requestFrameworkException
Copyright © 2015 WSO2. All rights reserved.