Class InvokerUsernamePasswordCredentials

java.lang.Object
ch.tocco.nice2.security.spi.auth.SimpleUsernamePasswordCredentials
ch.tocco.nice2.security.spi.auth.InvokerUsernamePasswordCredentials
All Implemented Interfaces:
Credentials, LoginCredentials, UsernamePasswordCredentials, Serializable

public class InvokerUsernamePasswordCredentials extends SimpleUsernamePasswordCredentials
Simple UsernamePasswordCredentials holding information in String objects. If these credentials are used, the UpdatingAuthListener will not trigger.
See Also:
  • Constructor Details

    • InvokerUsernamePasswordCredentials

      public InvokerUsernamePasswordCredentials(String username, @Nullable @Nullable String password)
    • InvokerUsernamePasswordCredentials

      public InvokerUsernamePasswordCredentials(String username, @Nullable @Nullable String password, boolean ignoreCaptchaVerification)
  • Method Details

    • updatePrincipalFields

      public boolean updatePrincipalFields()
      Description copied from interface: LoginCredentials
      If it returns false, the UpdatingAuthListener will not update any principal fields.
    • ignoreCaptchaVerification

      public boolean ignoreCaptchaVerification()