|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.ogis_ri.citk.authz.common.AuthzUtil
public class AuthzUtil
認可処理用ユーティリティ
メソッドの概要 | |
---|---|
static String |
createFedletUrl(String authzUrl,
String spEntityId,
String action,
String idpEntityId,
String nameId,
String resource)
Fedlet認可用URLを作成する。 |
static String |
getDecisionForFedlet(String urlString)
認可結果を取得する(Fedlet用)。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public static String createFedletUrl(String authzUrl, String spEntityId, String action, String idpEntityId, String nameId, String resource) throws UnsupportedEncodingException
authzUrl
- 認可用URL。spEntityId
- SPエンティティID。action
- アクション(HTTPメソッド)。idpEntityId
- IDPエンティティID。nameId
- NameID。resource
- 認可対象のリソースURL。
UnsupportedEncodingException
- サポートされていないコードでエンコードした場合。public static String getDecisionForFedlet(String urlString)
urlString
- Fedletの認可リクエストURL文字列。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |