Interface AuthenticationTransactionFactory

All Superinterfaces:
Serializable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AuthenticationTransactionFactory extends Serializable
This is AuthenticationTransactionFactory, whch produces AuthenticationTransaction objects that may contain one more or credentials.
Since:
6.4.0
  • Field Details

  • Method Details

    • newTransaction

      AuthenticationTransaction newTransaction(Service service, Credential... credentials)
      New transaction.
      Parameters:
      service - the service
      credentials - the credentials
      Returns:
      the authentication transaction
    • newTransaction

      default AuthenticationTransaction newTransaction(Credential... credentials)
      New transaction.
      Parameters:
      credentials - the credentials
      Returns:
      the authentication transaction