@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Actions
Action
operations from a single method. Typically this would be used when implementing
the CollectionResourceProvider
and SingletonResourceProvider
, where all action operations arrive at
a single interface method.public abstract Action[] value
Copyright © 2025 Open Identity Platform Community. All rights reserved.