Package org.keycloak.authentication
Class AuthenticatorUtil
- java.lang.Object
-
- org.keycloak.authentication.AuthenticatorUtil
-
public class AuthenticatorUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetCurrentLevelOfAuthentication(org.keycloak.models.AuthenticatedClientSessionModel clientSession)static intgetCurrentLevelOfAuthentication(org.keycloak.sessions.AuthenticationSessionModel authSession)static intgetRequestedLevelOfAuthentication(org.keycloak.sessions.AuthenticationSessionModel authSession)static booleanisLevelOfAuthenticationForced(org.keycloak.sessions.AuthenticationSessionModel authSession)static booleanisLevelOfAuthenticationSatisfied(org.keycloak.sessions.AuthenticationSessionModel authSession)
-
-
-
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)
-
-