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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanareIdpAttributesChanged()booleanareSecurityLevelsChanged()WebAuthStatusgetWebAuthStatusA()WebAuthStatusgetWebAuthStatusB()booleanisAuthenticatedChanged()booleanisAuthenticationRequiredChanged()booleanisAuthorizedChanged()booleanisChanged()booleanisIdpChanged()booleanisUserChanged()
 
- 
- 
- 
Method Detail- 
getWebAuthStatusApublic WebAuthStatus getWebAuthStatusA() 
 - 
getWebAuthStatusBpublic WebAuthStatus getWebAuthStatusB() 
 - 
isAuthenticationRequiredChangedpublic boolean isAuthenticationRequiredChanged() 
 - 
isAuthenticatedChangedpublic boolean isAuthenticatedChanged() 
 - 
isAuthorizedChangedpublic boolean isAuthorizedChanged() 
 - 
isUserChangedpublic boolean isUserChanged() 
 - 
areSecurityLevelsChangedpublic boolean areSecurityLevelsChanged() 
 - 
isIdpChangedpublic boolean isIdpChanged() 
 - 
areIdpAttributesChangedpublic boolean areIdpAttributesChanged() 
 - 
isChangedpublic boolean isChanged() 
 
- 
 
-