Interface Credentials.RawEntry

All Known Implementing Classes:
AuthRepository.DefaultCredentials.RawEntry
Enclosing interface:
Credentials

public static interface Credentials.RawEntry
Interface implemented by classes used as DTO for credentials read from repository.s
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of mechanism
    Encoded value
    default boolean
    Check if mechanism name matches
  • Method Details

    • getMechanism

      String getMechanism()
      Name of mechanism
    • getValue

      String getValue()
      Encoded value
    • isForMechanism

      default boolean isForMechanism(String mechanism)
      Check if mechanism name matches