Uses of Class
org.graylog2.utilities.IpSubnet
Packages that use IpSubnet
Package
Description
-
Uses of IpSubnet in org.graylog2
Methods in org.graylog2 that return types with arguments of type IpSubnet -
Uses of IpSubnet in org.graylog2.rest
Method parameters in org.graylog2.rest with type arguments of type IpSubnetModifier and TypeMethodDescriptionstatic StringRestTools.getRemoteAddrFromRequest(org.glassfish.grizzly.http.server.Request request, Set<IpSubnet> trustedSubnets) If X-Forwarded-For request header is set, and the request came from a trusted source, return the value of X-Forwarded-For. -
Uses of IpSubnet in org.graylog2.rest.resources.system
Constructor parameters in org.graylog2.rest.resources.system with type arguments of type IpSubnetModifierConstructorDescriptionSessionsResource(UserService userService, org.apache.shiro.mgt.DefaultSecurityManager securityManager, ShiroAuthenticationFilter authenticationFilter, Set<IpSubnet> trustedSubnets, org.glassfish.grizzly.http.server.Request grizzlyRequest, SessionCreator sessionCreator, ActorAwareAuthenticationTokenFactory tokenFactory, SessionResponseFactory sessionResponseFactory, CookieFactory cookieFactory) -
Uses of IpSubnet in org.graylog2.security.realm
Constructor parameters in org.graylog2.security.realm with type arguments of type IpSubnetModifierConstructorDescriptionHTTPHeaderAuthenticationRealm(ClusterConfigService clusterConfigService, AuthServiceAuthenticator authServiceAuthenticator, Set<IpSubnet> trustedProxies) -
Uses of IpSubnet in org.graylog2.utilities
Methods in org.graylog2.utilities that return types with arguments of type IpSubnetModifier and TypeMethodDescriptionIPSubnetConverter.convertFrom(String value) ReservedIpChecker.stringToSubnet(String range) Methods in org.graylog2.utilities with parameters of type IpSubnetModifier and TypeMethodDescriptionstatic booleanReservedIpChecker.subnetContainsAddress(IpSubnet subnet, String targetAddress) Method parameters in org.graylog2.utilities with type arguments of type IpSubnet