Uses of Class
com.evolveum.midpoint.model.api.context.AbstractAuthenticationContext
-
Packages that use AbstractAuthenticationContext Package Description com.evolveum.midpoint.authentication.api.config com.evolveum.midpoint.model.api.context -
-
Uses of AbstractAuthenticationContext in com.evolveum.midpoint.authentication.api.config
Classes in com.evolveum.midpoint.authentication.api.config with type parameters of type AbstractAuthenticationContext Modifier and Type Interface Description interfaceAuthenticationEvaluator<T extends AbstractAuthenticationContext>Evaluator which checks credentials of identity and return authenticated data about authenticated identity.Methods in com.evolveum.midpoint.authentication.api.config with type parameters of type AbstractAuthenticationContext Modifier and Type Method Description <AC extends AbstractAuthenticationContext>
org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationTokenAuthenticationEvaluator. authenticateUserPreAuthenticated(ConnectionEnvironment connEnv, AC authnCtx)create authentication token for identity, but without checking credentials only find identity, check authorization and check required assignment -
Uses of AbstractAuthenticationContext in com.evolveum.midpoint.model.api.context
Subclasses of AbstractAuthenticationContext in com.evolveum.midpoint.model.api.context Modifier and Type Class Description classAttributeVerificationAuthenticationContextclassFocusIdentificationAuthenticationContextclassNonceAuthenticationContextclassPasswordAuthenticationContextclassPreAuthenticationContextclassSecurityQuestionsAuthenticationContext
-