public class HttpIdentityRequestFactory extends Object
Modifier and Type | Field and Description |
---|---|
protected Properties |
properties |
static String |
TENANT_DOMAIN_PATTERN |
Constructor and Description |
---|
HttpIdentityRequestFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
IdentityRequest.IdentityRequestBuilder |
create(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
String |
getName() |
int |
getPriority() |
HttpIdentityResponse.HttpIdentityResponseBuilder |
handleException(FrameworkClientException exception,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
init(Properties properties) |
protected Properties properties
public static final String TENANT_DOMAIN_PATTERN
public void init(Properties properties) throws FrameworkRuntimeException
FrameworkRuntimeException
public String getName()
public int getPriority()
public boolean canHandle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
public IdentityRequest.IdentityRequestBuilder create(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws FrameworkClientException
FrameworkClientException
public HttpIdentityResponse.HttpIdentityResponseBuilder handleException(FrameworkClientException exception, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Copyright © 2016 WSO2. All rights reserved.