Class DefaultSecurityManager

  • All Implemented Interfaces:
    SecurityManager

    public class DefaultSecurityManager
    extends Object
    implements SecurityManager
    The default SecurityManager.

    This security manager implies the use of DefaultWebApplicationRequest, if your server / web application does not want to use DefaultWebApplicationRequest or subclass DefaultWebApplicationRequest you have to implement your own security manager.

    Author:
    Manfred Riem ([email protected])