public class SecurityContext extends Object
| Constructor and Description |
|---|
SecurityContext(SecurityService sec,
Organization org,
User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
runInContext(Runnable f)
Run function
f within the context. |
<A> A |
runInContext(java.util.function.Supplier<A> f)
Run function
f within the context. |
public SecurityContext(SecurityService sec, Organization org, User user)
public <A> A runInContext(java.util.function.Supplier<A> f)
f within the context.public void runInContext(Runnable f)
f within the context.Copyright © 2009–2021 Opencast Project. All rights reserved.