Class AutheticationFailedData

java.lang.Object
com.evolveum.midpoint.authentication.api.AutheticationFailedData

public class AutheticationFailedData extends Object
  • Constructor Details

    • AutheticationFailedData

      public AutheticationFailedData(String failureMessage, String username)
  • Method Details

    • 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()