java.lang.Object
com.inductiveautomation.ignition.gateway.auth.security.level.policy.DirectSecurityLevelPolicy
All Implemented Interfaces:
Function<WebAuthUser,com.google.common.collect.ImmutableCollection<SecurityLevelConfig>>

public class DirectSecurityLevelPolicy extends Object implements Function<WebAuthUser,com.google.common.collect.ImmutableCollection<SecurityLevelConfig>>
A DirectSecurityLevelPolicy is a Function which takes a WebAuthUser as input and returns an ImmutableCollection of SecurityLevelConfigs as output.