Package io.jmix.core.security
Interface SystemAuthenticator.AuthenticatedOperation<T>
- Enclosing interface:
SystemAuthenticator
@NullMarked
public static interface SystemAuthenticator.AuthenticatedOperation<T>
Operation with a result to be used in
SystemAuthenticator.withSystem(AuthenticatedOperation)
and SystemAuthenticator.withUser(String, AuthenticatedOperation).-
Method Summary
-
Method Details
-
call
@Nullable T call()
-