Class WebAuthStatus.Diff
- java.lang.Object
-
- com.inductiveautomation.perspective.gateway.api.WebAuthStatus.Diff
-
- Enclosing class:
- WebAuthStatus
public static class WebAuthStatus.Diff extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
areIdpAttributesChanged()
boolean
areSecurityLevelsChanged()
WebAuthStatus
getWebAuthStatusA()
WebAuthStatus
getWebAuthStatusB()
boolean
isAuthenticatedChanged()
boolean
isAuthenticationRequiredChanged()
boolean
isAuthorizedChanged()
boolean
isChanged()
boolean
isIdpChanged()
boolean
isUserChanged()
-
-
-
Method Detail
-
getWebAuthStatusA
public WebAuthStatus getWebAuthStatusA()
-
getWebAuthStatusB
public WebAuthStatus getWebAuthStatusB()
-
isAuthenticationRequiredChanged
public boolean isAuthenticationRequiredChanged()
-
isAuthenticatedChanged
public boolean isAuthenticatedChanged()
-
isAuthorizedChanged
public boolean isAuthorizedChanged()
-
isUserChanged
public boolean isUserChanged()
-
areSecurityLevelsChanged
public boolean areSecurityLevelsChanged()
-
isIdpChanged
public boolean isIdpChanged()
-
areIdpAttributesChanged
public boolean areIdpAttributesChanged()
-
isChanged
public boolean isChanged()
-
-