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 class
static class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic WebAuthStatus.Builder
builder()
diff
(WebAuthStatus that) static WebAuthStatus.Diff
diff
(WebAuthStatus webAuthStatusA, WebAuthStatus webAuthStatusB) boolean
getIdp()
com.inductiveautomation.ignition.common.gson.JsonObject
com.google.common.collect.ImmutableSet<SecurityLevelConfig>
getUser()
int
hashCode()
boolean
boolean
boolean
toString()
-
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
-