| Package | Description |
|---|---|
| org.apache.webbeans.config | |
| org.apache.webbeans.corespi.security | |
| org.apache.webbeans.web.tomcat7 |
| Modifier and Type | Method and Description |
|---|---|
SecurityService |
WebBeansContext.getSecurityService() |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedSecurityService
This version of the
SecurityService uses the java.lang.SecurityManager
to check low level access to the underlying functions via doPriviliged blocks. |
class |
SimpleSecurityService
A version of the
SecurityService which directly invokes
the underlying Class methods instead of using a SecurityManager. |
| Modifier and Type | Class and Description |
|---|---|
class |
TomcatSecurityService |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.