Package com.alibaba.citrus.turbine.auth.impl

Examples of com.alibaba.citrus.turbine.auth.impl.PageAuthorizationServiceImpl


    protected PageAuthorizationServiceImpl auth;

    @Before
    public void init() throws Exception {
        auth = new PageAuthorizationServiceImpl();

        auth.setMatches(new AuthMatch[] {
                // matches
                match("/user", grant(null, "*", null, "*")), //
                match("/user", grant("baobao", null, "read,write", null)), //
View Full Code Here

TOP

Related Classes of com.alibaba.citrus.turbine.auth.impl.PageAuthorizationServiceImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.