public abstract class Credentials extends Object implements Streamable
All derived classes should provide a no argument constructor so that they can be instantiated prior to reconstruction from a data input stream.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Credentials.HasLanguage
Implemented by credentials that provide a language.
|
static interface |
Credentials.HasMachineIdent
Implemented by credentials that provide a machine identifier.
|
Streamable.Closure| Constructor and Description |
|---|
Credentials() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatagramSecret()
Returns a string to use in a hash on the datagram contents to authenticate client datagrams.
|
public String getDatagramSecret()
Copyright © 2015. All rights reserved.