|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.identity.policy.PolicyException
com.sun.identity.policy.client.InvalidAppSSOTokenException
public class InvalidAppSSOTokenException
Exception thrown if Application SSOToken is invalid.
Application SSO Token is used while communicating with policy service
as a means of authenticating the client Policy Enforcement Point
| フィールドの概要 |
|---|
| クラス com.sun.identity.policy.PolicyException から継承されたフィールド |
|---|
CONDITION_COLLECTION, ORGANIZATION, POLICY, REFERRAL_COLLECTION, REFERRAL_TYPE, RESPONSE_PROVIDER_COLLECTION, RULE, SERVICE, SUBJECT_TYPE, USER_COLLECTION |
| コンストラクタの概要 | |
|---|---|
InvalidAppSSOTokenException(String msg)
Constructs InvalidAppSSOTokenException |
|
InvalidAppSSOTokenException(String rbName,
String errCode,
Object[] args)
Constructs InvalidAppSSOTokenException |
|
InvalidAppSSOTokenException(String rbName,
String errCode,
Object[] args,
Throwable t)
Constructs InvalidAppSSOTokenException |
|
| コンストラクタの詳細 |
|---|
public InvalidAppSSOTokenException(String msg)
InvalidAppSSOTokenException
msg - exception message
public InvalidAppSSOTokenException(String rbName,
String errCode,
Object[] args)
InvalidAppSSOTokenException
rbName - Resource bundle name of exception messageerrCode - id used with resource bundle to get error messageargs - any arguments for message formatting,
could be null
public InvalidAppSSOTokenException(String rbName,
String errCode,
Object[] args,
Throwable t)
InvalidAppSSOTokenException
rbName - Resource bundle name of exception messageerrCode - id used with resource bundle to get error messageargs - any arguments for message formatting,
could be nullt - nested root cause exception
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||