Class FunctionLibrariesProfile
java.lang.Object
com.evolveum.midpoint.schema.expression.AbstractSecurityProfile
com.evolveum.midpoint.schema.expression.FunctionLibrariesProfile
- All Implemented Interfaces:
Serializable
Limitations on calling individual function libraries. Parsed form of.
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@NotNull AccessDecision
decideFunctionAccess
(@NotNull String libraryOid, @NotNull String functionName) static @NotNull FunctionLibrariesProfile
full()
static @NotNull FunctionLibrariesProfile
none()
static FunctionLibrariesProfile
of
(@NotNull FunctionLibrariesProfileType bean) Methods inherited from class com.evolveum.midpoint.schema.expression.AbstractSecurityProfile
getDefaultDecision, getIdentifier
-
Method Details
-
full
-
none
-
of
public static FunctionLibrariesProfile of(@NotNull @NotNull FunctionLibrariesProfileType bean) throws ConfigurationException - Throws:
ConfigurationException
-
decideFunctionAccess
@NotNull public @NotNull AccessDecision decideFunctionAccess(@NotNull @NotNull String libraryOid, @NotNull @NotNull String functionName)
-