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 SummaryModifier and TypeMethodDescription@NotNull AccessDecisiondecideFunctionAccess(@NotNull String libraryOid, @NotNull String functionName) static @NotNull FunctionLibrariesProfilefull()static @NotNull FunctionLibrariesProfilenone()static FunctionLibrariesProfileof(@NotNull FunctionLibrariesProfileType bean) Methods inherited from class com.evolveum.midpoint.schema.expression.AbstractSecurityProfilegetDefaultDecision, getIdentifier
- 
Method Details- 
full
- 
none
- 
ofpublic 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) 
 
-