|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
PrincipalHolder | |
SecurityPlugin | The two methods, SecurityPlugin.access(ObjectType, Object) and SecurityPlugin.authorise(Operation, ObjectType, ObjectProperties) ,
return the Result of the security decision, which may be to Result.ABSTAIN if no decision is made
by this plugin. |
SecurityPluginFactory<S extends SecurityPlugin> | The factory that generates instances of security plugins. |
Class Summary | |
---|---|
AbstractPlugin | This is intended as the parent for all simple plugins. |
AbstractProxyPlugin | This SecurityPlugin proxies the authorise calls to a serries of methods, one per Operation . |
SecurityManager | The security manager contains references to all loaded SecurityPlugin s and delegates security decisions to them based
on virtual host name. |
SecurityManager.SecurityConfiguration | |
SecurityPluginActivator | An OSGi BundleActivator that loads a SecurityPluginFactory . |
Enum Summary | |
---|---|
Result | The result of a security plugin decision, normally Result.ALLOWED or Result.DENIED . |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |