Class ManagedSecurityService

  • All Implemented Interfaces:
    SecurityService

    public class ManagedSecurityService
    extends Object
    implements SecurityService
    This version of the SecurityService uses the java.lang.SecurityManager to check low level access to the underlying functions via doPriviliged blocks. The most secure way is to just copy the source over to your own class and configure it in openwebbeans.properties. This way you can add whatever security features you like to use.