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.PoolableObjectFactoryExceptionpublic void destroyObject(Object o) throws Exception
destroyObject in interface org.apache.commons.pool.PoolableObjectFactoryExceptionpublic boolean validateObject(Object o)
validateObject in interface org.apache.commons.pool.PoolableObjectFactorypublic void activateObject(Object o) throws Exception
activateObject in interface org.apache.commons.pool.PoolableObjectFactoryExceptionCopyright © 2017 WSO2. All rights reserved.