Class IDPAuthenticationTypeInfo


  • @SupportedAll
    public class IDPAuthenticationTypeInfo
    extends Object
    The class IDPAuthenticationTypeInfo consists of the mapping between AuthenticationType and the actual authentication mechanism at the Identity Provider.
    • Constructor Detail

      • IDPAuthenticationTypeInfo

        public IDPAuthenticationTypeInfo​(String authenticationType,
                                         Set authnTypeAndValues)
        The constructor.
        Parameters:
        authenticationType - The AuthnContext that is returned to the requester.
        authnTypeAndValues - The set of authentication mechanism
    • Method Detail

      • getAuthenticationTypet

        public String getAuthenticationTypet()
        Returns the returning AuthnContext
        Returns:
        the returning AuthnContext
      • getAuthnTypeAndValues

        public Set getAuthnTypeAndValues()
        Returns the set of authentication mechanism
        Returns:
        the set of authentication mechanism