Interface ILogin.IWithCredentials

All Superinterfaces:
ILogin.IFinal
Enclosing interface:
ILogin

public static interface ILogin.IWithCredentials extends ILogin.IFinal
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets autocreate flag for the login flow, representing a newly created user.
    void
    Verify the user name and password, but do not login.

    Methods inherited from interface com.polarion.platform.security.login.ILogin.IFinal

    perform
  • Method Details

    • verifyCredentials

      void verifyCredentials() throws AuthenticationFailedException
      Verify the user name and password, but do not login.
      Throws:
      AuthenticationFailedException - if authentication cannot be performed.
    • autocreate

      @NotNull ILogin.IWithCredentials autocreate()
      Sets autocreate flag for the login flow, representing a newly created user.
      Returns:
      same login flow object with the autocreate flag set to "true".