Interface AuthenticationIdentitiesProvider

All Superinterfaces:
KeyIdentityProvider, PasswordIdentityProvider

public interface AuthenticationIdentitiesProvider extends KeyIdentityProvider, PasswordIdentityProvider
  • Field Details

    • PASSWORD_IDENTITY_COMPARATOR

      static final Comparator<Object> PASSWORD_IDENTITY_COMPARATOR
      Compares 2 password identities - returns zero ONLY if both compared objects are Strings and equal to each other
    • KEYPAIR_IDENTITY_COMPARATOR

      static final Comparator<Object> KEYPAIR_IDENTITY_COMPARATOR
      Compares 2 KeyPair identities - returns zero ONLY if both compared objects are KeyPairs and equal to each other
  • Method Details