Package hudson.model.userproperty
Class UserPropertyCategorySecurityAction.SecurityActionFactory
java.lang.Object
hudson.model.TransientUserActionFactory
hudson.model.userproperty.UserPropertyCategorySecurityAction.SecurityActionFactory
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- UserPropertyCategorySecurityAction
@Extension(ordinal=200.0)
@Symbol("security")
public static class UserPropertyCategorySecurityAction.SecurityActionFactory
extends TransientUserActionFactory
Inject the outer class configuration page into the sidenav and the request routing of the user
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends Action>
Creates actions for the given user.Methods inherited from class hudson.model.TransientUserActionFactory
all
-
Constructor Details
-
SecurityActionFactory
public SecurityActionFactory()
-
-
Method Details
-
createFor
Description copied from class:TransientUserActionFactory
Creates actions for the given user.- Overrides:
createFor
in classTransientUserActionFactory
- Parameters:
target
- for which the action objects are requested. Never null.- Returns:
- Can be empty but must not be null.
-