public abstract static class EzySimpleSessionManager.Builder<S extends EzySession> extends com.tvd12.ezyfox.pattern.EzyObjectProvider.Builder<S,EzySimpleSessionManager.Builder<S>>
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxSessions |
protected EzySessionTokenGenerator |
tokenGenerator |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract EzySimpleSessionManager<S> |
build() |
protected String |
getValidationThreadPoolName() |
EzySimpleSessionManager.Builder<S> |
maxSessions(int maxSessions) |
EzySimpleSessionManager.Builder<S> |
tokenGenerator(EzySessionTokenGenerator generator) |
protected int maxSessions
protected EzySessionTokenGenerator tokenGenerator
protected String getValidationThreadPoolName()
getValidationThreadPoolName in class com.tvd12.ezyfox.pattern.EzyObjectProvider.Builder<S extends EzySession,EzySimpleSessionManager.Builder<S extends EzySession>>public EzySimpleSessionManager.Builder<S> maxSessions(int maxSessions)
public EzySimpleSessionManager.Builder<S> tokenGenerator(EzySessionTokenGenerator generator)
public abstract EzySimpleSessionManager<S> build()
Copyright © 2021 Young Monkeys. All rights reserved.