public class OAuthTokenValidationStubFactory extends Object implements org.apache.commons.pool.PoolableObjectFactory
Constructor and Description |
---|
OAuthTokenValidationStubFactory(String url,
String adminUsername,
String adminPassword,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
void |
activateObject(Object o) |
void |
destroyObject(Object o) |
Object |
makeObject() |
void |
passivateObject(Object o) |
boolean |
validateObject(Object o) |
public OAuthTokenValidationStubFactory(String url, String adminUsername, String adminPassword, Properties properties)
public Object makeObject() throws Exception
makeObject
in interface org.apache.commons.pool.PoolableObjectFactory
Exception
public void destroyObject(Object o) throws Exception
destroyObject
in interface org.apache.commons.pool.PoolableObjectFactory
Exception
public boolean validateObject(Object o)
validateObject
in interface org.apache.commons.pool.PoolableObjectFactory
public void activateObject(Object o) throws Exception
activateObject
in interface org.apache.commons.pool.PoolableObjectFactory
Exception
Copyright © 2017 WSO2. All rights reserved.