Uses of Enum Class
se.swedenconnect.spring.saml.idp.authentication.provider.SsoVoter.Vote
Package
Description
Authentication provider support.
-
Uses of SsoVoter.Vote in se.swedenconnect.spring.saml.idp.authentication.provider
Modifier and TypeMethodDescriptionBaseSsoVoter.mayReuse
(Saml2UserAuthentication userAuthn, Saml2UserAuthenticationInputToken token, Collection<String> allowedAuthnContexts) Predicate that tells whether the suppliedAuthentication
object may be used in SSO (according to the voter's logic).PrincipalSelectionSsoVoter.mayReuse
(Saml2UserAuthentication userAuthn, Saml2UserAuthenticationInputToken token, Collection<String> allowedAuthnContexts) Predicate that tells whether the suppliedAuthentication
object may be used in SSO (according to the voter's logic).SignServiceSsoVoter.mayReuse
(Saml2UserAuthentication userAuthn, Saml2UserAuthenticationInputToken token, Collection<String> allowedAuthnContexts) Predicate that tells whether the suppliedAuthentication
object may be used in SSO (according to the voter's logic).SsoVoter.mayReuse
(Saml2UserAuthentication userAuthn, Saml2UserAuthenticationInputToken token, Collection<String> allowedAuthnContexts) Predicate that tells whether the suppliedAuthentication
object may be used in SSO (according to the voter's logic).static SsoVoter.Vote
Returns the enum constant of this class with the specified name.static SsoVoter.Vote[]
SsoVoter.Vote.values()
Returns an array containing the constants of this enum class, in the order they are declared.