Interface Credentials
-
- All Known Implementing Classes:
Credentials.Missing$,Credentials.Provided
public interface CredentialsRepresents authentication credentials supplied with a request. Credentials can either beCredentials.Missingor can beCredentials.Providedin which case an identifier is supplied and a function to check the known secret against the provided one in a secure fashion.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCredentials.Missing$static classCredentials.Providedstatic classCredentials.Provided$
-