public abstract class AbstractFactory<T> extends Object implements org.apache.shiro.util.Factory<T>
| Constructor and Description |
|---|
AbstractFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
createInstance() |
T |
getInstance() |
boolean |
isSingleton() |
void |
setSingleton(boolean singleton) |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.