Uses of Class
org.graylog.security.GrantDTO
Packages that use GrantDTO
-
Uses of GrantDTO in org.graylog.security
Methods in org.graylog.security that return GrantDTOModifier and TypeMethodDescriptionabstract GrantDTOGrantDTO.Builder.build()DBGrantService.create(GRN grantee, Capability capability, GRN target, String creatorUsername) DBGrantService.ensure(GRN grantee, Capability capability, GRN target, String creatorUsername) Ensure that a grant with the requested or a higher capability exists.static GrantDTOGrantDTO.of(GRN grantee, Capability capability, GRN target) Methods in org.graylog.security that return types with arguments of type GrantDTOModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<GrantDTO>DBGrantService.getAll()com.google.common.collect.ImmutableSet<GrantDTO>DBGrantService.getForGrantee(GRN grantee) com.google.common.collect.ImmutableSet<GrantDTO>DBGrantService.getForGranteesOrGlobal(Set<GRN> grantees) com.google.common.collect.ImmutableSet<GrantDTO>DBGrantService.getForGranteesOrGlobalWithCapability(Set<GRN> grantees, Capability capability) com.google.common.collect.ImmutableSet<GrantDTO>DBGrantService.getForGranteeWithCapability(GRN grantee, Capability capability) DBGrantService.getForTarget(GRN target) DBGrantService.getForTargetAndGrantee(GRN target, GRN grantee) DBGrantService.getForTargetAndGrantees(GRN target, Set<GRN> grantees) DBGrantService.getForTargetExcludingGrantee(GRN target, GRN grantee) Methods in org.graylog.security with parameters of type GrantDTO -
Uses of GrantDTO in org.graylog.security.rest
Methods in org.graylog.security.rest with parameters of type GrantDTOModifier and TypeMethodDescriptionGrantsOverviewResource.GrantSummary.of(GrantDTO grant, GRNDescriptorService descriptorService)