|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.quickbinder.api.common.imsessions.GetSession
public class GetSession
イントラマートセッション情報取得クラス
イントラマートのセッション情報を取得します。
フィールドの概要 | |
---|---|
String |
ClientType
クライアントタイプ |
String |
IsEncoding
エンコード |
String |
Locale
ロケール |
String |
LoginGroupID
ログイングループID |
String |
UserID
ユーザID |
コンストラクタの概要 | |
---|---|
GetSession()
コンストラクタ |
メソッドの概要 | |
---|---|
String |
getClientType()
現在ログインしているクライアントタイプを取得します。 |
String |
getEncoding()
エンコード情報を取得します。 |
String |
getLocale()
ロケールを取得します。 |
String |
getLoginGroup()
現在ログインしているログイングループIDを取得します。 |
String |
getUserID()
現在ログインしているユーザIDを取得します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public String UserID
public String LoginGroupID
public String IsEncoding
public String ClientType
public String Locale
コンストラクタの詳細 |
---|
public GetSession()
メソッドの詳細 |
---|
public String getUserID() throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
jp.co.intra_mart.foundation.security.exception.AccessSecurityException
public String getLoginGroup() throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
jp.co.intra_mart.foundation.security.exception.AccessSecurityException
public String getEncoding() throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
jp.co.intra_mart.foundation.security.exception.AccessSecurityException
public String getClientType() throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
jp.co.intra_mart.foundation.security.exception.AccessSecurityException
public String getLocale() throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
jp.co.intra_mart.foundation.security.exception.AccessSecurityException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |