Uses of Class
org.kohsuke.accmod.AccessRestriction
-
Packages that use AccessRestriction Package Description org.kohsuke.accmod org.kohsuke.accmod.restrictions -
-
Uses of AccessRestriction in org.kohsuke.accmod
Fields in org.kohsuke.accmod declared as AccessRestriction Modifier and Type Field Description static AccessRestrictionAccessRestriction. NONEAccessRestrictionthat imposes no restriction.Methods in org.kohsuke.accmod that return types with arguments of type AccessRestriction Modifier and Type Method Description Class<? extends AccessRestriction>[]value()Kind of access that are restricted. -
Uses of AccessRestriction in org.kohsuke.accmod.restrictions
Subclasses of AccessRestriction in org.kohsuke.accmod.restrictions Modifier and Type Class Description classBetaReferences are only allowed within the same module, as inNoExternalUse, or when a special flag is set in the consuming module.classDoNotUseThis type, field, or method shall never be referenced from anywhere at all.classNoExternalUseReferences are allowed only when they are within the same module (that is, if the reference is compiled at the same time as the restricted element.)classNoneNo access restriction whatsoever.classProtectedExternallyA method which may be implemented/overridden from anywhere, includingsupercalls, but may not be otherwise called outside the source module.
-