Errai 3.0.1-SNAPSHOT

org.jboss.errai.security.server
Class ServerSecurityRoleInterceptor

java.lang.Object
  extended by org.jboss.errai.security.server.ServerSecurityRoleInterceptor

@Interceptor
public class ServerSecurityRoleInterceptor
extends Object

SecurityRoleInterceptor server side implementation of the SecurityRoleInterceptor does the same, but throws an exception instead of 'redirecting' the user.

Author:
edewit@redhat.com

Constructor Summary
ServerSecurityRoleInterceptor(AuthenticationService authenticationService)
           
 
Method Summary
 Object aroundInvoke(InvocationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerSecurityRoleInterceptor

@Inject
public ServerSecurityRoleInterceptor(AuthenticationService authenticationService)
Method Detail

aroundInvoke

public Object aroundInvoke(InvocationContext context)
                    throws Exception
Throws:
Exception

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.