public interface TokenDeserializer
TokenCredentials token bytes.
Warning!!!
We strongly recommend to avoid object deserialization during the authentication to prevent serialization based attacks.
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(com.hazelcast.security.TokenCredentials tokenCredentials)
Deserializes and returns the token value from given
TokenCredentials. |
Object deserialize(com.hazelcast.security.TokenCredentials tokenCredentials)
TokenCredentials.tokenCredentials - TokenCredentials instance from which the token should be deserialized.Copyright © 2021 Hazelcast, Inc.. All rights reserved.