Class WebAuthStatus.Builder
java.lang.Object
com.inductiveautomation.perspective.gateway.api.WebAuthStatus.Builder
- Enclosing class:
- WebAuthStatus
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setAuthenticated
(Boolean authenticated) setAuthenticationRequired
(Boolean authenticationRequired) setAuthorized
(Boolean authorized) setIdpAttributes
(com.inductiveautomation.ignition.common.gson.JsonObject idpAttributes) setSecurityLevels
(com.google.common.collect.ImmutableCollection<SecurityLevelConfig> securityLevels) setUser
(WebAuthUser user)
-
Method Details
-
setAuthenticated
-
setAuthorized
-
setAuthenticationRequired
@Nonnull public WebAuthStatus.Builder setAuthenticationRequired(@Nullable Boolean authenticationRequired) -
setUser
-
setSecurityLevels
@Nonnull public WebAuthStatus.Builder setSecurityLevels(@Nullable com.google.common.collect.ImmutableCollection<SecurityLevelConfig> securityLevels) -
setIdp
-
setIdpAttributes
@Nonnull public WebAuthStatus.Builder setIdpAttributes(@Nullable com.inductiveautomation.ignition.common.gson.JsonObject idpAttributes) -
build
-