Package org.springframework.security.web.method.annotation

Examples of org.springframework.security.web.method.annotation.AuthenticationPrincipalArgumentResolver


    @Override
    @SuppressWarnings("deprecation")
    public void addArgumentResolvers(
            List<HandlerMethodArgumentResolver> argumentResolvers) {
        argumentResolvers.add(new AuthenticationPrincipalArgumentResolver());
        argumentResolvers.add(new org.springframework.security.web.bind.support.AuthenticationPrincipalArgumentResolver());
    }
View Full Code Here

TOP

Related Classes of org.springframework.security.web.method.annotation.AuthenticationPrincipalArgumentResolver

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.