Class IDPAuthnContextInfo


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

      • IDPAuthnContextInfo

        public IDPAuthnContextInfo​(AuthnContext authnContext,
                                   Set authnTypeAndValues,
                                   Integer authnLevel)
        The constructor.
        Parameters:
        authnContext - The AuthnContext that is returned to the requester.
        authnTypeAndValues - The set of authentication mechanism
        authnLevel - The Authentication Level associated to the Authentication context
    • Method Detail

      • getAuthnContext

        public AuthnContext getAuthnContext()
        Returns the returning AuthnContext
        Returns:
        the returning AuthnContext
      • getAuthnTypeAndValues

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

        public Integer getAuthnLevel()
        Returns the Authentication Level
        Returns:
        the Authentication level