Class SimpleSecurityService

  • All Implemented Interfaces:
    SecurityService

    public class SimpleSecurityService
    extends Object
    implements SecurityService
    A version of the SecurityService which directly invokes the underlying Class methods instead of using a SecurityManager. This version is activated by default and intended for JavaSE and non EE-Server use.