Package org.apache.shiro.spring.remoting
Support to enable Spring-based remote method invocations to carry a Shiro session ID as part of the
invocation payload, allowing remote clients to perform security operations.
-
Class Summary Class Description SecureRemoteInvocationExecutor An implementation of the SpringRemoteInvocationExecutorthat binds asessionIdto the incoming thread to make it available to theSecurityManagerimplementation during the thread execution.SecureRemoteInvocationFactory ARemoteInvocationFactorythat passes the session ID to the server via aRemoteInvocationattribute.