クラス Saml2Error

java.lang.ObjectSE
org.springframework.security.saml2.core.Saml2Error
実装されたすべてのインターフェース:
SerializableSE

public class Saml2Error extends ObjectSE implements SerializableSE
SAML 2.0 エラーの表現。

少なくとも、エラーレスポンスにはエラーコードが含まれます。一般的に使用されるエラーコードはこのクラスで定義されているか、新しいコードは将来任意の文字列として定義される可能性があります。

導入:
5.2
関連事項:
  • コンストラクターの詳細

    • Saml2Error

      public Saml2Error(StringSE errorCode, StringSE description)
      指定されたパラメーターを使用して Saml2Error を構築します。
      パラメーター:
      errorCode - エラーコード
      description - エラーの説明
  • メソッドの詳細

    • getErrorCode

      public final StringSE getErrorCode()
      エラーコードを返します。
      戻り値:
      エラーコード
    • getDescription

      public final StringSE getDescription()
      エラーの説明を返します。
      戻り値:
      エラーの説明
    • toString

      public StringSE toString()
      オーバーライド:
      クラス ObjectSEtoString