Class AutheticationFailedData
- java.lang.Object
-
- com.evolveum.midpoint.authentication.api.AutheticationFailedData
-
public class AutheticationFailedData extends Object
-
-
Constructor Summary
Constructors Constructor Description AutheticationFailedData(String failureMessage, String username)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.core.AuthenticationException
getAuthenticationException()
String
getFailureMessage()
String
getUsername()
void
setAuthenticationException(org.springframework.security.core.AuthenticationException authenticationException)
-
-
-
Method Detail
-
getUsername
public String getUsername()
-
getFailureMessage
public String getFailureMessage()
-
setAuthenticationException
public void setAuthenticationException(org.springframework.security.core.AuthenticationException authenticationException)
-
getAuthenticationException
public org.springframework.security.core.AuthenticationException getAuthenticationException()
-
-