Package auth.gui
Annotation Type AuthAction.Auth
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) public static @interface AuthAction.AuthThis @Auth annotation can be used on every controller action (GUI or API) where authentication and authorization are required. If no Role is added, then the default Role 'NONE' is assumed.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description User.Role[]rolesAuthAction.AuthMethod.Type[]types
-
-
-
Element Detail
-
roles
User.Role[] roles
- Default:
- {models.common.User.Role.NONE}
-
-
-
types
AuthAction.AuthMethod.Type[] types
- Default:
- {auth.gui.AuthAction.AuthMethod.Type.SESSION}
-
-