Uses of Interface
org.graylog2.rest.models.system.sessions.responses.SessionResponseFactory
Packages that use SessionResponseFactory
Package
Description
-
Uses of SessionResponseFactory in org.graylog2.rest.models.system.sessions.responses
Classes in org.graylog2.rest.models.system.sessions.responses that implement SessionResponseFactoryModifier and TypeClassDescriptionclassCreates a session response which contains the common attributes of the session. -
Uses of SessionResponseFactory in org.graylog2.rest.resources.system
Constructors in org.graylog2.rest.resources.system with parameters of type SessionResponseFactoryModifierConstructorDescriptionSessionsResource(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) SlidingExpirationCookieFilter(CookieFactory cookieFactory, SessionResponseFactory sessionResponseFactory)