Class ConnectorConfigurations.SimpleCredentials

  • All Implemented Interfaces:
    io.pravega.client.stream.impl.Credentials, java.io.Serializable
    Enclosing class:
    ConnectorConfigurations

    public static final class ConnectorConfigurations.SimpleCredentials
    extends java.lang.Object
    implements io.pravega.client.stream.impl.Credentials
    See Also:
    Serialized Form
    • Constructor Detail

      • SimpleCredentials

        public SimpleCredentials​(java.lang.String authType,
                                 java.lang.String authToken)
    • Method Detail

      • getAuthenticationType

        public java.lang.String getAuthenticationType()
        Specified by:
        getAuthenticationType in interface io.pravega.client.stream.impl.Credentials
      • getAuthenticationToken

        public java.lang.String getAuthenticationToken()
        Specified by:
        getAuthenticationToken in interface io.pravega.client.stream.impl.Credentials