Uses of Enum Class
se.swedenconnect.spring.saml.idp.authentication.provider.SsoVoter.Vote
Packages that use SsoVoter.Vote
Package
Description
Authentication provider support.
-
Uses of SsoVoter.Vote in se.swedenconnect.spring.saml.idp.authentication.provider
Methods in se.swedenconnect.spring.saml.idp.authentication.provider that return SsoVoter.VoteModifier and TypeMethodDescriptionBaseSsoVoter.mayReuse(Saml2UserAuthentication userAuthn, Saml2UserAuthenticationInputToken token, Collection<String> allowedAuthnContexts) Predicate that tells whether the suppliedAuthenticationobject 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 suppliedAuthenticationobject 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 suppliedAuthenticationobject 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 suppliedAuthenticationobject may be used in SSO (according to the voter's logic).static SsoVoter.VoteReturns 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.