@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface WampAuthenticated
If present all wamp calls to methods in this class that are annotated with
WampCallListener, WampPublishListener, WampSubscribeListener or
WampUnsubscribeListener must be authenticated.
Every method can disable this requirement by setting the authentication attribute to
false
This annotation is ignored when authentication is globally enabled (
WampConfigurer.authenticationRequired())
Copyright © 2014–2015. All rights reserved.