| Package | Description |
|---|---|
| org.graylog2 | |
| org.graylog2.rest | |
| org.graylog2.rest.resources.system | |
| org.graylog2.security.realm | |
| org.graylog2.shared.rest | |
| org.graylog2.shared.security | |
| org.graylog2.utilities |
| Modifier and Type | Method and Description |
|---|---|
Set<IpSubnet> |
Configuration.getTrustedProxies() |
| Modifier and Type | Method and Description |
|---|---|
static String |
RestTools.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.
|
| Constructor and Description |
|---|
SessionsResource(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,
ClusterConfigService clusterConfigService) |
| Constructor and Description |
|---|
HTTPHeaderAuthenticationRealm(ClusterConfigService clusterConfigService,
AuthServiceAuthenticator authServiceAuthenticator,
Set<IpSubnet> trustedProxies) |
| Constructor and Description |
|---|
RestAccessLogFilter(org.glassfish.grizzly.http.server.Response response,
Set<IpSubnet> trustedProxies) |
| Constructor and Description |
|---|
ShiroSecurityContextFilter(org.apache.shiro.mgt.DefaultSecurityManager securityManager,
javax.inject.Provider<org.glassfish.grizzly.http.server.Request> grizzlyRequestProvider,
Set<IpSubnet> trustedProxies) |
| Modifier and Type | Method and Description |
|---|---|
Set<IpSubnet> |
IPSubnetConverter.convertFrom(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
IPSubnetConverter.convertTo(Set<IpSubnet> value) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.