Package tigase.auth.credentials
Interface Credentials.RawEntry
-
- All Known Implementing Classes:
AuthRepository.DefaultCredentials.RawEntry
- Enclosing interface:
- Credentials
public static interface Credentials.RawEntryInterface implemented by classes used as DTO for credentials read from repository.s
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetMechanism()Name of mechanismStringgetValue()Encoded valuedefault booleanisForMechanism(String mechanism)Check if mechanism name matches
-