Class BulkActionsProfile
java.lang.Object
com.evolveum.midpoint.schema.expression.AbstractSecurityProfile
com.evolveum.midpoint.schema.expression.BulkActionsProfile
- All Implemented Interfaces:
- Serializable
Specifies limitations on the use of a scripting actions. It is a compiled form of a 
BulkActionsProfileType.
 Could be named also `ScriptingActionsProfile` but maybe it will contain more than actions in the future.- See Also:
- 
Method SummaryModifier and TypeMethodDescription@NotNull AccessDecisiondecideActionAccess(@NotNull String legacyActionName, @Nullable String configurationElementName) static @NotNull BulkActionsProfilefull()static @NotNull BulkActionsProfilenone()static BulkActionsProfileof(@NotNull BulkActionsProfileType bean) Methods inherited from class com.evolveum.midpoint.schema.expression.AbstractSecurityProfilegetDefaultDecision, getIdentifier
- 
Method Details- 
full
- 
none
- 
ofpublic static BulkActionsProfile of(@NotNull @NotNull BulkActionsProfileType bean) throws ConfigurationException - Throws:
- ConfigurationException
 
- 
decideActionAccess@NotNull public @NotNull AccessDecision decideActionAccess(@NotNull @NotNull String legacyActionName, @Nullable @Nullable String configurationElementName) 
 
-