OpenAM Project 14.1.1 Documentation
com.sun.identity.saml2.plugins

Interface IDPAuthnContextMapper

    • Method Detail

      • isAuthnContextMatching

        boolean isAuthnContextMatching(List requestedACClassRefs,
                                     String acClassRef,
                                     String comparison,
                                     String realm,
                                     String idpEntityID)
        Returns true if the specified AuthnContextClassRef matches a list of requested AuthnContextClassRef.
        Parameters:
        requestedACClassRefs - a list of requested AuthnContextClassRef's
        acClassRef - AuthnContextClassRef
        comparison - the type of comparison
        realm - the realm to which the Identity Provider belongs
        idpEntityID - the Entity ID of the Identity Provider
        Returns:
        true if the specified AuthnContextClassRef matches a list of requested AuthnContextClassRef
      • getAuthnContextFromAuthLevel

        AuthnContext getAuthnContextFromAuthLevel(String authLevel,
                                                String realm,
                                                String idpEntityID)
                                                  throws SAML2Exception
        Returns AuthnContext that matches the authenticated level.
        Parameters:
        authLevel - user authenticated level
        realm - the realm to which the Identity Provider belongs
        idpEntityID - the Entity ID of the Identity Provider
        Returns:
        AuthnContext object that matches authenticated level.
        Throws:
        SAML2Exception - if an error occurs.
OpenAM Project 14.1.1 Documentation

Copyright © 2010-2016, ForgeRock All Rights Reserved.