@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Documented @SecurityBindingType public @interface PartitionsAllowed
Defines an authorization constraint that checks if the authenticated Account
is
stored within a partition.
The constraint is validated before method invocation.
public abstract String[] name
The name(s) of the partition(s) allowed to access.
Copyright © 2018. All rights reserved.