Class OpenSaml5AuthenticationProvider.ResponseValidator

java.lang.Object
org.springframework.security.saml2.provider.service.authentication.OpenSaml5AuthenticationProvider.ResponseValidator
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<OpenSaml5AuthenticationProvider.ResponseToken,Saml2ResponseValidatorResult>
Enclosing class:
OpenSaml5AuthenticationProvider

public static final class OpenSaml5AuthenticationProvider.ResponseValidator extends Object implements org.springframework.core.convert.converter.Converter<OpenSaml5AuthenticationProvider.ResponseToken,Saml2ResponseValidatorResult>
A composite response validator that confirms a SUCCESS status, that there is at least one assertion, and any other configured converters
Since:
6.5
See Also: