Saxonberg Server API
    Preparing search index...

    Interface ShadowSecuritySpec

    Per-method @ShadowSecurity shape. attach and detach each gate the corresponding ShadowApi operation on the host method. Omitted ops default to Public.

    interface ShadowSecuritySpec {
        attach?: SecurityPolicy;
        detach?: SecurityPolicy;
    }
    Index

    Properties

    Properties