Uses of Class
org.apache.guacamole.token.TokenFilter
Packages that use TokenFilter
-
Uses of TokenFilter in org.apache.guacamole.token
Methods in org.apache.guacamole.token with parameters of type TokenFilterModifier and TypeMethodDescriptionstatic 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.