Class Sessions.RevokeParams

  • All Implemented Interfaces:

    
    public final class Sessions.RevokeParams
    
                        

    Data class used for wrapping parameters used with Sessions revocation

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Boolean forceClear
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getForceClear() if true, we will clear the local session regardless of any network errors
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Sessions.RevokeParams

        Sessions.RevokeParams(Boolean forceClear)
      • Sessions.RevokeParams

        Sessions.RevokeParams()
    • Method Detail

      • getForceClear

         final Boolean getForceClear()

        if true, we will clear the local session regardless of any network errors