Uses of Class
org.jboss.hal.meta.security.SecurityContextRegistry
-
-
Uses of SecurityContextRegistry in org.jboss.hal.client.deployment
Constructors in org.jboss.hal.client.deployment with parameters of type SecurityContextRegistry Constructor Description AbstractDeploymentColumn(FinderColumn.Builder<T> builder, ColumnActionFactory columnActionFactory, CrudOperations crud, Dispatcher dispatcher, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, ItemActionFactory itemActionFactory, MetadataRegistry metadataRegistry, SecurityContextRegistry securityContextRegistry, javax.inject.Provider<Progress> progress, Resources resources, StatementContext statementContext)ContentColumn(Finder finder, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, Environment environment, Dispatcher dispatcher, CrudOperations crud, com.google.web.bindery.event.shared.EventBus eventBus, Places places, javax.inject.Provider<Progress> progress, MetadataRegistry metadataRegistry, SecurityContextRegistry securityContextRegistry, StatementContext statementContext, Resources resources)ServerGroupDeploymentColumn(Finder finder, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, Dispatcher dispatcher, Places places, CrudOperations crud, ServerActions serverActions, StatementContext statementContext, MetadataRegistry metadataRegistry, SecurityContextRegistry securityContextRegistry, javax.inject.Provider<Progress> progress, Resources resources)StandaloneDeploymentColumn(Finder finder, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, Environment environment, ServerActions serverActions, Dispatcher dispatcher, CrudOperations crud, StatementContext statementContext, com.google.web.bindery.event.shared.EventBus eventBus, MetadataRegistry metadataRegistry, SecurityContextRegistry securityContextRegistry, javax.inject.Provider<Progress> progress, Resources resources) -
Uses of SecurityContextRegistry in org.jboss.hal.client.runtime
Constructors in org.jboss.hal.client.runtime with parameters of type SecurityContextRegistry Constructor Description BrowseByColumn(Finder finder, Environment environment, SecurityContextRegistry securityContextRegistry, javax.inject.Provider<Progress> progress, com.google.web.bindery.event.shared.EventBus eventBus, ItemActionFactory itemActionFactory, Dispatcher dispatcher, Places places, FinderPathFactory finderPathFactory, HostActions hostActions, ServerGroupActions serverGroupActions, ServerActions serverActions, Resources resources) -
Uses of SecurityContextRegistry in org.jboss.hal.client.runtime.server
Constructors in org.jboss.hal.client.runtime.server with parameters of type SecurityContextRegistry Constructor Description ServerColumn(Finder finder, Dispatcher dispatcher, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, javax.inject.Provider<Progress> progress, SecurityContextRegistry securityContextRegistry, StatementContext statementContext, com.gwtplatform.mvp.client.proxy.PlaceManager placeManager, Places places, MetadataProcessor metadataProcessor, FinderPathFactory finderPathFactory, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, ServerActions serverActions, CrudOperations crud, Resources resources, MetadataRegistry metadataRegistry) -
Uses of SecurityContextRegistry in org.jboss.hal.core.finder
Constructors in org.jboss.hal.core.finder with parameters of type SecurityContextRegistry Constructor Description Finder(Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, com.gwtplatform.mvp.client.proxy.PlaceManager placeManager, ColumnRegistry columnRegistry, SecurityContextRegistry securityContextRegistry, javax.inject.Provider<Progress> progress) -
Uses of SecurityContextRegistry in org.jboss.hal.meta
Constructors in org.jboss.hal.meta with parameters of type SecurityContextRegistry Constructor Description MetadataRegistry(ResourceDescriptionRegistry resourceDescriptionRegistry, SecurityContextRegistry securityContextRegistry, Capabilities capabilities) -
Uses of SecurityContextRegistry in org.jboss.hal.meta.processing
Constructors in org.jboss.hal.meta.processing with parameters of type SecurityContextRegistry Constructor Description MetadataProcessor(Environment environment, Dispatcher dispatcher, StatementContext statementContext, RequiredResources requiredResources, MetadataRegistry metadataRegistry, SecurityContextDatabase securityContextDatabase, SecurityContextRegistry securityContextRegistry, ResourceDescriptionDatabase resourceDescriptionDatabase, ResourceDescriptionRegistry resourceDescriptionRegistry, Settings settings, WorkerChannel workerChannel) -
Uses of SecurityContextRegistry in org.jboss.hal.meta.security
Methods in org.jboss.hal.meta.security with parameters of type SecurityContextRegistry Modifier and Type Method Description static AuthorisationDecisionAuthorisationDecision. from(Environment environment, SecurityContextRegistry securityContextRegistry)
-