public class StandardTokens extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addStandardTokens(TokenFilter filter,
Credentials credentials)
Adds the standard username (GUAC_USERNAME) and password (GUAC_PASSWORD)
tokens to the given TokenFilter using the values from the given
Credentials object.
|
public static void addStandardTokens(TokenFilter filter, Credentials credentials)
filter
- The TokenFilter to add standard username/password tokens to.credentials
- The Credentials containing the username/password to add.Copyright © 2015. All rights reserved.