jp.co.quickbinder.api.common.imsessions
クラス GetSession

java.lang.Object
  上位を拡張 jp.co.quickbinder.api.common.imsessions.GetSession

public class GetSession
extends Object

イントラマートセッション情報取得クラス

 イントラマートのセッション情報を取得します。
 


フィールドの概要
 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
 

フィールドの詳細

UserID

public String UserID
ユーザID


LoginGroupID

public String LoginGroupID
ログイングループID


IsEncoding

public String IsEncoding
エンコード


ClientType

public String ClientType
クライアントタイプ


Locale

public String Locale
ロケール

コンストラクタの詳細

GetSession

public GetSession()
コンストラクタ

メソッドの詳細

getUserID

public String getUserID()
                 throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
現在ログインしているユーザIDを取得します。

戻り値:
ユーザID
例外:
jp.co.intra_mart.foundation.security.exception.AccessSecurityException

getLoginGroup

public String getLoginGroup()
                     throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
現在ログインしているログイングループIDを取得します。

戻り値:
ログイングループID
例外:
jp.co.intra_mart.foundation.security.exception.AccessSecurityException

getEncoding

public String getEncoding()
                   throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
エンコード情報を取得します。

戻り値:
エンコード
例外:
jp.co.intra_mart.foundation.security.exception.AccessSecurityException

getClientType

public String getClientType()
                     throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
現在ログインしているクライアントタイプを取得します。

戻り値:
クライアントタイプ
例外:
jp.co.intra_mart.foundation.security.exception.AccessSecurityException

getLocale

public String getLocale()
                 throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
ロケールを取得します。

戻り値:
ロケール
例外:
jp.co.intra_mart.foundation.security.exception.AccessSecurityException