|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.common.comm.platform.socket.server.AdminAuthorizationInterceptor
public class AdminAuthorizationInterceptor
Call authorization service to make sure the current admin user has the proper admin role(s) to perform the method.
| Constructor Summary | |
|---|---|
AdminAuthorizationInterceptor(AuthorizationServiceInterface authorizationService,
java.lang.Object service)
Ctor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdminAuthorizationInterceptor(AuthorizationServiceInterface authorizationService,
java.lang.Object service)
securityContextFactory - authorizationService - methodNames - | Method Detail |
|---|
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerinvocation - securityContext -
AuthorizationException
MetaMatrixProcessingException
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||