Uses of Class
org.opengrok.indexer.authorization.AuthorizationStack
Packages that use AuthorizationStack
-
Uses of AuthorizationStack in org.opengrok.indexer.authorization
Subclasses of AuthorizationStack in org.opengrok.indexer.authorizationModifier and TypeClassDescriptionclass
This is a subclass ofAuthorizationEntity
and is a wrapper to aIAuthorizationPlugin
delegating the decision methods to the contained plugin.Methods in org.opengrok.indexer.authorization that return AuthorizationStackModifier and TypeMethodDescriptionAuthorizationStack.clone()
Clones the stack.AuthorizationFramework.getStack()
Get available plugins.Methods in org.opengrok.indexer.authorization with parameters of type AuthorizationStackModifier and TypeMethodDescriptionvoid
AuthorizationFramework.addPlugin
(AuthorizationStack stack, IAuthorizationPlugin plugin) Add a plug-in into the plug-in stack.void
AuthorizationFramework.addPlugin
(AuthorizationStack stack, IAuthorizationPlugin plugin, AuthControlFlag flag) Add a plug-in into the plug-in array.void
AuthorizationFramework.loadAllPlugins
(AuthorizationStack stack) Load all plugins in the stack.void
AuthorizationFramework.setStack
(AuthorizationStack s) Set new value of the authorization stack.void
AuthorizationFramework.unloadAllPlugins
(AuthorizationStack stack) Unload all plugins in the stack.Constructors in org.opengrok.indexer.authorization with parameters of type AuthorizationStackModifierConstructorDescriptionAuthorizationFramework
(String path, AuthorizationStack stack) Create a new instance of authorization framework with the plugin directory and the plugin stack.Copy constructor from another stack. -
Uses of AuthorizationStack in org.opengrok.indexer.configuration
Methods in org.opengrok.indexer.configuration that return AuthorizationStackModifier and TypeMethodDescriptionConfiguration.getPluginStack()
RuntimeEnvironment.getPluginStack()
Methods in org.opengrok.indexer.configuration with parameters of type AuthorizationStackModifier and TypeMethodDescriptionvoid
Configuration.setPluginStack
(AuthorizationStack pluginStack) void
RuntimeEnvironment.setPluginStack
(AuthorizationStack pluginStack)