Class ResourceProxy

  • All Implemented Interfaces:
    InvocationHandler

    public class ResourceProxy
    extends Object
    implements InvocationHandler
    An invocation handler that is used to proxy from a OpenSAML Resource to a Spring Resource.
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)
    • Method Detail

      • proxy

        public static Resource proxy​(org.springframework.core.io.Resource resource)
        Creates a proxy that proxies calls to the OpenSAML Resource interface to an implementation of a Spring Resource interface.
        Parameters:
        resource - the target resource (Spring)
        Returns:
        a proxy implementing the OpenSAML Resource interface