Package io.pravega.client.stream.impl
Interface Credentials
-
- All Superinterfaces:
io.pravega.shared.security.auth.Credentials,java.io.Serializable
- All Known Implementing Classes:
DefaultCredentials
@Deprecated public interface Credentials extends io.pravega.shared.security.auth.CredentialsDeprecated.As of Pravega release 0.9, replaced byCredentials.This legacy interface represented the credentials passed to Pravega for authentication and authorizing the access. It is retained temporarily for compatibility with older implementations only. UseCredentialsinstead.