public abstract class InboundAuthenticationRequestBuilder extends Object
Constructor and Description |
---|
InboundAuthenticationRequestBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract InboundAuthenticationRequest |
buildRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
abstract boolean |
canHandle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
abstract String |
getName() |
abstract int |
getPriority() |
public abstract String getName()
public abstract int getPriority()
public abstract boolean canHandle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws AuthenticationFrameworkRuntimeException
public abstract InboundAuthenticationRequest buildRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws AuthenticationFrameworkRuntimeException
Copyright © 2015 WSO2. All rights reserved.