Uses of Class
org.apache.guacamole.token.TokenFilter
-
Packages that use TokenFilter Package Description org.apache.guacamole.token -
-
Uses of TokenFilter in org.apache.guacamole.token
Methods in org.apache.guacamole.token with parameters of type TokenFilter Modifier and Type Method Description static voidStandardTokens. addStandardTokens(TokenFilter filter)Deprecated.Adds tokens which are standardized by guacamole-ext to the given TokenFilter and which do not require a corresponding Credentials object.static voidStandardTokens. addStandardTokens(TokenFilter filter, AuthenticatedUser user)Deprecated.Adds tokens which are standardized by guacamole-ext to the given TokenFilter using the values from the given AuthenticatedUser object, including any associated credentials.static voidStandardTokens. addStandardTokens(TokenFilter filter, Credentials credentials)Deprecated.Adds tokens which are standardized by guacamole-ext to the given TokenFilter using the values from the given Credentials object.
-