Class UserScramCredentialsDescription
java.lang.Object
org.apache.kafka.clients.admin.UserScramCredentialsDescription
Representation of all SASL/SCRAM credentials associated with a user that can be retrieved, or an exception indicating
why credentials could not be retrieved.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserScramCredentialsDescription(String name, List<ScramCredentialInfo> credentialInfos) -
Method Summary
-
Constructor Details
-
UserScramCredentialsDescription
- Parameters:
name- the required user namecredentialInfos- the required SASL/SCRAM credential representations for the user
-
-
Method Details
-
equals
-
hashCode
-
toString
-
name
- Returns:
- the user name
-
credentialInfos
- Returns:
- the always non-null/unmodifiable list of SASL/SCRAM credential representations for the user
-