public class UserIdAttributeInSessionStore extends UserIdAttribute
| Constructor and Description |
|---|
UserIdAttributeInSessionStore() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getUserIdSession(ExecutionContext ctx,
java.lang.String skey)
セッションからユーザIDを取得する。
デフォルトではHTTPセッションからユーザIDを取得する。
必要に応じてオーバーライドすること。
|
getKey, getValue, setAnonymousId, setSessionKeyprotected java.lang.Object getUserIdSession(ExecutionContext ctx, java.lang.String skey)
UserIdAttributegetUserIdSession in class UserIdAttributectx - 実行コンテキストskey - ユーザIDのキー