Interface OpenIdConnectSession


@Deprecated @ProviderType public interface OpenIdConnectSession
Deprecated.
As of Cavanaugh (7.4.x), with no direct replacement
  • Method Details

    • getAccessTokenValue

      String getAccessTokenValue()
      Deprecated.
    • getLoginTime

      long getLoginTime()
      Deprecated.
    • getLoginUserId

      long getLoginUserId()
      Deprecated.
    • getNonceValue

      String getNonceValue()
      Deprecated.
    • getOpenIdConnectFlowState

      OpenIdConnectFlowState getOpenIdConnectFlowState()
      Deprecated.
    • getOpenIdProviderName

      String getOpenIdProviderName()
      Deprecated.
    • getRefreshTokenValue

      String getRefreshTokenValue()
      Deprecated.
    • getStateValue

      String getStateValue()
      Deprecated.
    • setOpenIdConnectFlowState

      void setOpenIdConnectFlowState(OpenIdConnectFlowState openIdConnectFlowState)
      Deprecated.