Package | Description |
---|---|
com.evolveum.midpoint.model.api | |
com.evolveum.midpoint.model.impl.security |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.authentication.UsernamePasswordAuthenticationToken |
AuthenticationEvaluator.authenticateUserPassword(ConnectionEnvironment connEnv,
String enteredUsername,
String enteredPassword) |
org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationToken |
AuthenticationEvaluator.authenticateUserPreAuthenticated(ConnectionEnvironment connEnv,
String enteredUsername) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityHelper.auditLoginFailure(String username,
ConnectionEnvironment connEnv,
String message) |
void |
SecurityHelper.auditLoginSuccess(String username,
ConnectionEnvironment connEnv) |
void |
SecurityHelper.auditLogout(ConnectionEnvironment connEnv,
Task task) |
org.springframework.security.authentication.UsernamePasswordAuthenticationToken |
AuthenticationEvaluatorImpl.authenticateUserPassword(ConnectionEnvironment connEnv,
String enteredUsername,
String enteredPassword) |
org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationToken |
AuthenticationEvaluatorImpl.authenticateUserPreAuthenticated(ConnectionEnvironment connEnv,
String enteredUsername) |
String |
AuthenticationEvaluatorImpl.getAndCheckUserPassword(ConnectionEnvironment connEnv,
String enteredUsername)
Special-purpose method used for Web Service authentication based on javax.security callbacks.
|
Copyright © 2016 evolveum. All rights reserved.