Package org.apache.shiro.spring.remoting
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.
-
ClassesClassDescriptionAn implementation of the Spring
RemoteInvocationExecutorthat binds asessionIdto the incoming thread to make it available to theSecurityManagerimplementation during the thread execution.ARemoteInvocationFactorythat passes the session ID to the server via aRemoteInvocationattribute.