Package org.springframework.security.messaging.context

Examples of org.springframework.security.messaging.context.AuthenticationPrincipalArgumentResolver


    public final void registerStompEndpoints(StompEndpointRegistry registry) {}

    @Override
    public void addArgumentResolvers(
            List<HandlerMethodArgumentResolver> argumentResolvers) {
        argumentResolvers.add(new AuthenticationPrincipalArgumentResolver());
    }
View Full Code Here

TOP

Related Classes of org.springframework.security.messaging.context.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.