cn.dreampie.security.builder
类 BothSessionBuilder
java.lang.Object
cn.dreampie.security.SessionBuilder
cn.dreampie.security.builder.BothSessionBuilder
public class BothSessionBuilder
- extends SessionBuilder
- 作者:
- Dreampie
|
构造方法摘要 |
BothSessionBuilder(AuthenticateService authenticateService)
|
BothSessionBuilder(int limit,
AuthenticateService authenticateService)
|
BothSessionBuilder(int limit,
int rememberDay,
AuthenticateService authenticateService)
|
BothSessionBuilder(long expires,
int limit,
int rememberDay,
AuthenticateService authenticateService)
|
BothSessionBuilder(String cookieName,
AuthenticateService authenticateService)
|
BothSessionBuilder(String cookieName,
long expires,
int limit,
int rememberDay,
AuthenticateService authenticateService)
|
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BothSessionBuilder
public BothSessionBuilder(AuthenticateService authenticateService)
BothSessionBuilder
public BothSessionBuilder(String cookieName,
AuthenticateService authenticateService)
BothSessionBuilder
public BothSessionBuilder(int limit,
AuthenticateService authenticateService)
BothSessionBuilder
public BothSessionBuilder(int limit,
int rememberDay,
AuthenticateService authenticateService)
BothSessionBuilder
public BothSessionBuilder(long expires,
int limit,
int rememberDay,
AuthenticateService authenticateService)
BothSessionBuilder
public BothSessionBuilder(String cookieName,
long expires,
int limit,
int rememberDay,
AuthenticateService authenticateService)
inputSessionKey
public String inputSessionKey(HttpRequest request)
- 指定者:
- 类
SessionBuilder 中的 inputSessionKey
outputSessionKey
public void outputSessionKey(HttpResponse response,
String sessionKey,
int expires)
- 指定者:
- 类
SessionBuilder 中的 outputSessionKey
Copyright © 2015. All rights reserved.