Class AuthenticatorUtil


  • public class AuthenticatorUtil
    extends Object
    • Constructor Detail

      • AuthenticatorUtil

        public AuthenticatorUtil()
    • Method Detail

      • isLevelOfAuthenticationForced

        public static boolean isLevelOfAuthenticationForced​(org.keycloak.sessions.AuthenticationSessionModel authSession)
      • getRequestedLevelOfAuthentication

        public static int getRequestedLevelOfAuthentication​(org.keycloak.sessions.AuthenticationSessionModel authSession)
      • getCurrentLevelOfAuthentication

        public static int getCurrentLevelOfAuthentication​(org.keycloak.sessions.AuthenticationSessionModel authSession)
      • isLevelOfAuthenticationSatisfied

        public static boolean isLevelOfAuthenticationSatisfied​(org.keycloak.sessions.AuthenticationSessionModel authSession)
      • getCurrentLevelOfAuthentication

        public static int getCurrentLevelOfAuthentication​(org.keycloak.models.AuthenticatedClientSessionModel clientSession)