@InterfaceAudience.Public @InterfaceStability.Stable public abstract class Token extends Object
Token is the security entity used by the framework
 to verify authenticity of any resource.
| Constructor and Description | 
|---|
| Token() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ByteBuffer | getIdentifier()Get the token identifier. | 
| abstract String | getKind()Get the token kind. | 
| abstract ByteBuffer | getPassword()Get the token password | 
| abstract String | getService()Get the service to which the token is allocated. | 
@InterfaceAudience.Public @InterfaceStability.Stable public abstract ByteBuffer getIdentifier()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract ByteBuffer getPassword()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract String getKind()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract String getService()
Copyright © 2023 Apache Software Foundation. All rights reserved.