インターフェース ServiceAuthenticationDetails

すべてのスーパーインターフェース:
SerializableSEServiceAuthenticationDetails

@DeprecatedSE public interface ServiceAuthenticationDetails extends ServiceAuthenticationDetails
使用すべきではありません。
org.springframework.security.cas.authentication.ServiceAuthenticationDetails をご使用ください
CasAuthenticationProvider が正しいサービス URL を提供してチケットを認証するために、Authentication.getDetails() の戻り値は、チケットを ServiceProperties.getService() だけでなく任意の URL に送信できる場合にこのインターフェースを実装する必要があります。
関連事項:
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    使用すべきではありません。
    絶対サービス URL を取得します(つまり
  • メソッドの詳細

    • getServiceUrl

      StringSE getServiceUrl()
      使用すべきではありません。
      絶対サービス URL(つまり、https://example.com/service/))を取得します。
      次で指定:
      インターフェース ServiceAuthenticationDetailsgetServiceUrl 
      戻り値:
      サービスの URL。null にすることはできません。