@ApplicationScoped public class InboxEntrySecurity extends Object
| Constructor and Description |
|---|
InboxEntrySecurity() |
InboxEntrySecurity(org.jboss.errai.security.shared.api.identity.User identity,
org.uberfire.security.authz.AuthorizationManager authorizationManager,
OrganizationalUnitService organizationalUnitService,
ProjectService<? extends Project> projectService,
ConfiguredRepositories configuredRepositories) |
| Modifier and Type | Method and Description |
|---|---|
List<InboxEntry> |
secure(List<InboxEntry> inboxEntries) |
public InboxEntrySecurity()
@Inject
public InboxEntrySecurity(org.jboss.errai.security.shared.api.identity.User identity,
org.uberfire.security.authz.AuthorizationManager authorizationManager,
OrganizationalUnitService organizationalUnitService,
ProjectService<? extends Project> projectService,
ConfiguredRepositories configuredRepositories)
public List<InboxEntry> secure(List<InboxEntry> inboxEntries)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.