Package com.hazelcast.security
package com.hazelcast.security
Provides classes for configuring security realms in Hazelcast.
-
ClassDescriptionCredentials represents an identity to be authenticated.CredentialsCallback is used to retrieve
Credentials
.ICredentialsFactory is used to createCredentials
objects to be used during node authentication before connection is accepted by the master node.Credentials
type for name/password representation.This JAASCallback
is used to retrieve aRealmConfig
from client or member configuration.Simple implementation ofCredentials
using a raw byte array token.Credentials
type for custom authentication (token based).Simple implementation ofPasswordCredentials
using name and password as security attributes.