Uses of Class
eu.webtoolkit.jwt.Configuration.Network
Packages that use Configuration.Network
-
Uses of Configuration.Network in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return Configuration.NetworkModifier and TypeMethodDescriptionstatic Configuration.NetworkConfiguration.Network.fromString(String s) Creates a network from CIDR notationMethods in eu.webtoolkit.jwt that return types with arguments of type Configuration.NetworkModifier and TypeMethodDescriptionConfiguration.getTrustedProxies()Gets the proxy servers or networks that are trusted.Method parameters in eu.webtoolkit.jwt with type arguments of type Configuration.NetworkModifier and TypeMethodDescriptionvoidConfiguration.setTrustedProxies(List<Configuration.Network> trustedProxies) Set the proxy servers or networks that are trusted.