Class ClientCredentials
java.lang.Object
com.loomcache.client.security.ClientCredentials
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()byte[]static ClientCredentialsstatic ClientCredentialsstatic ClientCredentialstoken(byte[] token) static ClientCredentialsusername()
-
Method Details
-
of
-
of
-
token
-
token
-
username
-
credentialPayload
public byte[] credentialPayload() -
clear
public void clear()
-