Class AcrUtils


  • public class AcrUtils
    extends Object
    • Constructor Detail

      • AcrUtils

        public AcrUtils()
    • Method Detail

      • getRequiredAcrValues

        public static List<String> getRequiredAcrValues​(String claimsParam)
      • getAcrLoaMap

        public static Map<String,​Integer> getAcrLoaMap​(ClientModel client)
        Parameters:
        client -
        Returns:
        map corresponding to "acr-to-loa" client attribute. It will fallback to realm in case "acr-to-loa" mapping not configured on client
      • getAcrLoaMap

        public static Map<String,​Integer> getAcrLoaMap​(RealmModel realm)
        Parameters:
        realm -
        Returns:
        map corresponding to "acr-to-loa" realm attribute.