Class WebAuthStatus
java.lang.Object
com.inductiveautomation.perspective.gateway.api.WebAuthStatus
Encapsulates a snapshot of authentication and authorization state
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic WebAuthStatus.Builderbuilder()diff(WebAuthStatus that) static WebAuthStatus.Diffdiff(WebAuthStatus webAuthStatusA, WebAuthStatus webAuthStatusB) booleangetIdp()com.inductiveautomation.ignition.common.gson.JsonObjectcom.google.common.collect.ImmutableSet<SecurityLevelConfig>getUser()inthashCode()booleanbooleanbooleantoString()
-
Method Details
-
isAuthenticationRequired
public boolean isAuthenticationRequired() -
isAuthenticated
public boolean isAuthenticated() -
isAuthorized
public boolean isAuthorized() -
getUser
-
getSecurityLevels
-
getIdp
-
getIdpAttributes
@Nonnull public com.inductiveautomation.ignition.common.gson.JsonObject getIdpAttributes() -
diff
-
diff
-
equals
-
hashCode
public int hashCode() -
toString
-
builder
-