Package org.bpsbits.kt.rest.annotations
Annotation IdentifiedAccess
-
- All Implemented Interfaces:
@Target(allowedTargets = {AnnotationTarget.FUNCTION}) public @interface IdentifiedAccess
Marks resource to be accessible only for identified clients.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringmessageprivate final KClass<out IdentityInspector>authorizer
-