Uses of Interface
org.graylog2.plugin.database.users.User
Packages that use User
Package
Description
-
Uses of User in org.graylog.events.notifications
Methods in org.graylog.events.notifications with parameters of type UserModifier and TypeMethodDescriptionDBNotificationService.saveWithOwnership(NotificationDto notificationDto, User user) Method parameters in org.graylog.events.notifications with type arguments of type UserModifier and TypeMethodDescriptionNotificationResourceHandler.create(NotificationDto unsavedDto, Optional<User> user) Creates a new notification definition and a corresponding scheduler job definition. -
Uses of User in org.graylog.events.processor
Methods in org.graylog.events.processor with parameters of type UserModifier and TypeMethodDescriptionDBEventDefinitionService.saveWithOwnership(EventDefinitionDto eventDefinitionDto, User user) Method parameters in org.graylog.events.processor with type arguments of type UserModifier and TypeMethodDescriptionEventDefinitionHandler.create(EventDefinitionDto unsavedEventDefinition, Optional<User> user) Creates a new event definition and a corresponding scheduler job definition and trigger.EventDefinitionHandler.createWithoutSchedule(EventDefinitionDto unsavedEventDefinition, Optional<User> user) Creates a new event definition without scheduling it. -
Uses of User in org.graylog.grn
Methods in org.graylog.grn with parameters of type User -
Uses of User in org.graylog.plugins.views.search.events
Methods in org.graylog.plugins.views.search.events that return UserMethods in org.graylog.plugins.views.search.events with parameters of type UserModifier and TypeMethodDescriptionstatic SearchJobExecutionEventSearchJobExecutionEvent.create(User user, SearchJob searchJob, org.joda.time.DateTime executionStart) -
Uses of User in org.graylog.plugins.views.search.permissions
Methods in org.graylog.plugins.views.search.permissions that return UserConstructors in org.graylog.plugins.views.search.permissions with parameters of type UserModifierConstructorDescriptionSearchUser(User currentUser, Predicate<String> isPermitted, BiPredicate<String, String> isPermittedEntity, PermittedStreams permittedStreams, Map<String, ViewResolver> viewResolvers) -
Uses of User in org.graylog.plugins.views.search.views
Methods in org.graylog.plugins.views.search.views with parameters of type User -
Uses of User in org.graylog.plugins.views.startpage.recentActivities
Methods in org.graylog.plugins.views.startpage.recentActivities with parameters of type User -
Uses of User in org.graylog.security
Methods in org.graylog.security that return UserMethods in org.graylog.security with parameters of type UserModifier and TypeMethodDescriptionConstructors in org.graylog.security with parameters of type UserModifierConstructorDescriptionGranteeAuthorizer(org.apache.shiro.mgt.DefaultSecurityManager securityManager, GRNRegistry grnRegistry, User grantee) -
Uses of User in org.graylog.security.entities
Methods in org.graylog.security.entities with parameters of type UserModifier and TypeMethodDescriptionvoidEntityOwnershipService.registerNewDashboard(String id, User user) voidEntityOwnershipService.registerNewEntity(String id, User user, GRNType grnType) voidEntityOwnershipService.registerNewEventDefinition(String id, User user) voidEntityOwnershipService.registerNewEventNotification(String id, User user) voidEntityOwnershipService.registerNewSearch(String id, User user) voidEntityOwnershipService.registerNewStream(String id, User user) -
Uses of User in org.graylog.security.events
Methods in org.graylog.security.events that return UserMethods in org.graylog.security.events with parameters of type UserModifier and TypeMethodDescriptionstatic EntitySharesUpdateEventEntitySharesUpdateEvent.create(User user, GRN entity, List<EntitySharesUpdateEvent.Share> creates, List<EntitySharesUpdateEvent.Share> deletes, List<EntitySharesUpdateEvent.Share> updates) abstract EntitySharesUpdateEvent.Builder -
Uses of User in org.graylog2.contentpacks.facades
Methods in org.graylog2.contentpacks.facades with parameters of type UserModifier and TypeMethodDescriptionprotected NativeEntity<ViewDTO>ViewFacade.decode(EntityV1 entityV1, Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities, User user) -
Uses of User in org.graylog2.contentpacks.facades.dashboardV1
Methods in org.graylog2.contentpacks.facades.dashboardV1 with parameters of type UserModifier and TypeMethodDescriptionprotected NativeEntity<ViewDTO>DashboardV1Facade.decode(EntityV1 entityV1, Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities, User user) -
Uses of User in org.graylog2.security
Methods in org.graylog2.security with parameters of type UserModifier and TypeMethodDescriptionList<org.apache.shiro.session.Session>UserSessionTerminationService.getActiveSessionsForUser(User user) -
Uses of User in org.graylog2.security.realm
Methods in org.graylog2.security.realm that return UserConstructors in org.graylog2.security.realm with parameters of type UserModifierConstructorDescriptionUserAccount(Object principal, Object credentials, String realmName, Set<String> roleNames, Set<org.apache.shiro.authz.Permission> permissions, User user) UserAccount(Object principal, Object credentials, String realmName, User user) UserAccount(Object principal, Object hashedCredentials, org.apache.shiro.util.ByteSource credentialsSalt, String realmName, User user) UserAccount(Collection principals, Object credentials, String realmName, Set<String> roleNames, Set<org.apache.shiro.authz.Permission> permissions, User user) UserAccount(Collection principals, Object credentials, String realmName, User user) UserAccount(org.apache.shiro.subject.PrincipalCollection principals, Object credentials, Set<String> roleNames, Set<org.apache.shiro.authz.Permission> permissions, User user) UserAccount(org.apache.shiro.subject.PrincipalCollection principals, Object credentials, Set<String> roles, User user) UserAccount(org.apache.shiro.subject.PrincipalCollection principals, Object hashedCredentials, org.apache.shiro.util.ByteSource credentialsSalt, User user) UserAccount(org.apache.shiro.subject.PrincipalCollection principals, Object credentials, User user) UserAccount(User user) UserAuthorizationInfo(Set<String> roles, User user) UserAuthorizationInfo(User user) -
Uses of User in org.graylog2.streams
Methods in org.graylog2.streams with parameters of type UserModifier and TypeMethodDescriptionStreamService.saveWithRulesAndOwnership(Stream stream, Collection<StreamRule> streamRules, User user) StreamServiceImpl.saveWithRulesAndOwnership(Stream stream, Collection<StreamRule> streamRules, User user) -
Uses of User in org.graylog2.telemetry.rest
Methods in org.graylog2.telemetry.rest with parameters of type UserModifier and TypeMethodDescriptionvoidTelemetryService.deleteUserSettingsByUser(User currentUser) TelemetryService.getTelemetryResponse(User currentUser) TelemetryService.getTelemetryUserSettings(User currentUser) voidTelemetryService.saveUserSettings(User currentUser, TelemetryUserSettings telemetryUserSettings) -
Uses of User in org.graylog2.users
Classes in org.graylog2.users that implement UserMethods in org.graylog2.users that return UserModifier and TypeMethodDescriptionUserServiceImpl.create()UserServiceImpl.getAdminUser()Deprecated.Methods in org.graylog2.users that return types with arguments of type UserModifier and TypeMethodDescriptionUserServiceImpl.getRootUser()UserServiceImpl.loadAll()UserServiceImpl.loadAllByName(String username) UserServiceImpl.loadAllForAuthServiceBackend(String authServiceBackendId) UserServiceImpl.loadAllForRole(Role role) UserServiceImpl.loadByAuthServiceUidOrUsername(String authServiceUid, String username) UserServiceImpl.loadByIds(Collection<String> ids) Methods in org.graylog2.users with parameters of type UserModifier and TypeMethodDescriptionvoidUserManagementServiceImpl.changePassword(User user, String newPassword) voidUserManagementServiceImpl.changePassword(User user, String oldPassword, String newPassword) UserServiceImpl.getGRNPermissionsForUser(User user) List<org.apache.shiro.authz.Permission>UserServiceImpl.getPermissionsForUser(User user) UserServiceImpl.getRoleNames(User user) UserServiceImpl.getUserPermissionsFromRoles(User user) List<org.apache.shiro.authz.permission.WildcardPermission>UserServiceImpl.getWildcardPermissionsForUser(User user) booleanUserManagementServiceImpl.isUserPassword(User user, String password) voidUserManagementServiceImpl.setUserStatus(User user, User.AccountStatus status) UserManagementServiceImpl.update(User user, ChangeUserRequest cr)
UserService.getRootUser()instead.