パッケージ org.springframework.security.saml2.provider.service.web
パッケージ org.springframework.security.saml2.provider.service.web
- クラス説明キャッシュベースの
Saml2AuthenticationRequestRepository
。リクエストから登録 ID を抽出し、RelyingPartyRegistrationRepository
を照会し、テンプレート値を解決することによってRelyingPartyRegistration
を解決するConverter
。HttpSession
を使用してAbstractSaml2AuthenticationRequest
を格納および取得するSaml2AuthenticationRequestRepository
実装RelyingPartyRegistration
テンプレートのプレースホルダーリゾルバーを作成するためのファクトリ。RelyingPartyRegistration
URI を解決するためのクラスHTTP リクエストからRelyingPartyRegistration
を解決するための契約AuthenticationManager
に対する認証済み SAML 2.0 アサーションに適したSaml2AuthenticationToken
を生成するAuthenticationConverter
。証明書利用者のメタデータを返すFilter
このFilter
は SAML 2.0 AuthnRequest(1968 行目)を作成し、構成されたアサーティングパーティにリダイレクトします。