Class IDPAuthenticationTypeInfo

java.lang.Object
com.sun.identity.wsfederation.plugins.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 Details

    • 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 Details

    • 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