|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@InterfaceAudience.Public @InterfaceStability.Evolving public interface DelegationToken
The Delegation tokens have a identifier which maps to
AbstractDelegationTokenIdentifier.
| Method Summary | |
|---|---|
ByteBuffer |
getIdentifier()
Get the token identifier. |
String |
getKind()
Get the token kind. |
ByteBuffer |
getPassword()
Get the token password |
String |
getService()
Get the service to which the token is allocated. |
void |
setIdentifier(ByteBuffer identifier)
|
void |
setKind(String kind)
|
void |
setPassword(ByteBuffer password)
|
void |
setService(String service)
|
| Method Detail |
|---|
@InterfaceAudience.Public @InterfaceStability.Stable ByteBuffer getIdentifier()
@InterfaceAudience.Private @InterfaceStability.Stable void setIdentifier(ByteBuffer identifier)
@InterfaceAudience.Public @InterfaceStability.Stable ByteBuffer getPassword()
@InterfaceAudience.Private @InterfaceStability.Stable void setPassword(ByteBuffer password)
@InterfaceAudience.Public @InterfaceStability.Stable String getKind()
@InterfaceAudience.Private @InterfaceStability.Stable void setKind(String kind)
@InterfaceAudience.Public @InterfaceStability.Stable String getService()
@InterfaceAudience.Private @InterfaceStability.Stable void setService(String service)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||