@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.
A method can disable this requirement by setting the authentication attribute to false
This annotation is ignored when authentication is globally enabled (
DefaultWampConfiguration.authenticationRequired())
Copyright © 2014–2017. All rights reserved.