Fields Summary |
---|
public static final String | AUTHORIZATION_HEADERThe header name containing the authentication token provided by the
client |
public static final String | ACCOUNT_PARAMETERAuthentication parameter for the account name. Provided by the client to
recieve the auth token. |
public static final String | PASSWORD_PARAMETERAuthentication parameter for the account password. Provided by the client
to recieve the auth token. |
public static final String | SERVICE_PARAMETERAuthentication parameter for the requested service. Provided by the
client to recieve the auth token. |
public static final String | APPLICATION_PARAMETERAuthentication parameter for the application name of the clients
application. This is just used for loggin purposes |
public static final String | TOKEN_KEYThe key used for respond the auth token to the client. Either as a cookie
(key as cookie name) or as plain response (TOKEN_KEY=TOKEN) |