Annotation Interface SecureUserRef


@Retention(RUNTIME) @Target(PARAMETER) public @interface SecureUserRef
SecureUserRef Annotation. This annotation should be placed on parameters or fields that represent a user name and will restrict access to only the authenticated user with that username (and system-level users).
Author:
Cory Snyder
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description