Class CompoundAuthorizationStrategy

  • All Implemented Interfaces:
    IAuthorizationStrategy

    public class CompoundAuthorizationStrategy
    extends java.lang.Object
    implements IAuthorizationStrategy
    Compound implementation of the IAuthorizationStrategy that lets you chain two or more strategies together.
    Author:
    ivaynberg