public abstract class HttpIdentityResponseFactory extends Object
Modifier and Type | Field and Description |
---|---|
protected Properties |
properties |
Constructor and Description |
---|
HttpIdentityResponseFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(FrameworkException exception) |
boolean |
canHandle(IdentityResponse identityResponse) |
abstract HttpIdentityResponse.HttpIdentityResponseBuilder |
create(IdentityResponse identityResponse) |
abstract String |
getName() |
int |
getPriority() |
HttpIdentityResponse.HttpIdentityResponseBuilder |
handleException(FrameworkException exception) |
void |
init(Properties properties) |
protected Properties properties
public void init(Properties properties) throws FrameworkRuntimeException
FrameworkRuntimeException
public abstract String getName()
public int getPriority()
public boolean canHandle(IdentityResponse identityResponse)
public boolean canHandle(FrameworkException exception)
public abstract HttpIdentityResponse.HttpIdentityResponseBuilder create(IdentityResponse identityResponse)
public HttpIdentityResponse.HttpIdentityResponseBuilder handleException(FrameworkException exception)
Copyright © 2016 WSO2. All rights reserved.