Class ClientCredentials

java.lang.Object
com.loomcache.client.security.ClientCredentials

public final class ClientCredentials extends Object
Credentials sent in the client AUTH message.

The username is encoded as the AUTH key and credentialPayload is encoded as the AUTH value. Servers interpret the payload according to their configured backend: gateway-forwarded roles, JAAS password, token, or another configured authentication module.