Class WebAuthUserContext
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.auth.web.WebAuthUserContext
 
 
- 
public class WebAuthUserContext extends java.lang.Object 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebAuthUserContext.Builder 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebAuthUserContext.Builderbuilder()java.util.Optional<java.lang.String>getIdp()com.google.common.collect.ImmutableCollection<SecurityLevelConfig>getSecurityLevels()com.google.common.collect.ImmutableCollection<java.lang.String>getSecurityZones()java.util.Optional<WebAuthUser>getWebAuthUser() 
 - 
 
- 
- 
Method Detail
- 
getIdp
public java.util.Optional<java.lang.String> getIdp()
 
- 
getSecurityZones
public com.google.common.collect.ImmutableCollection<java.lang.String> getSecurityZones()
 
- 
getWebAuthUser
public java.util.Optional<WebAuthUser> getWebAuthUser()
 
- 
getSecurityLevels
public com.google.common.collect.ImmutableCollection<SecurityLevelConfig> getSecurityLevels()
 
- 
builder
public static WebAuthUserContext.Builder builder()
 
 - 
 
 -