public abstract class InboundAuthenticationResponseProcessor extends Object
Constructor and Description |
---|
InboundAuthenticationResponseProcessor() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
canHandle(InboundAuthenticationContext context,
InboundAuthenticationRequest request)
Can handle
|
abstract String |
getName()
Get Name
|
abstract int |
getPriority()
Get priority
|
abstract boolean |
isDirectResponseRequired()
Check direct response require
|
abstract InboundAuthenticationResponse |
processResponse(InboundAuthenticationContext context)
Build response
|
public InboundAuthenticationResponseProcessor()
public abstract InboundAuthenticationResponse processResponse(InboundAuthenticationContext context) throws FrameworkException
context
- Inbound authentication contextFrameworkException
public abstract boolean canHandle(InboundAuthenticationContext context, InboundAuthenticationRequest request) throws FrameworkException
context
- Inbound authentication contextrequest
- Inbound authentication requestFrameworkException
public abstract int getPriority()
public abstract boolean isDirectResponseRequired()
public abstract String getName()
Copyright © 2015 WSO2. All rights reserved.