Class OAuthRefreshToken

All Implemented Interfaces:
Serializable, Comparable

public class OAuthRefreshToken extends GenericItem
Generated class for type OAuthRefreshToken.
See Also:
  • Field Details

  • Constructor Details

    • OAuthRefreshToken

      public OAuthRefreshToken()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getAuthentication

      public Object getAuthentication(SessionContext ctx)
      Generated method - Getter of the OAuthRefreshToken.authentication attribute.
      Returns:
      the authentication - Serialized authentication object
    • getAuthentication

      public Object getAuthentication()
      Generated method - Getter of the OAuthRefreshToken.authentication attribute.
      Returns:
      the authentication - Serialized authentication object
    • setAuthentication

      public void setAuthentication(SessionContext ctx, Object value)
      Generated method - Setter of the OAuthRefreshToken.authentication attribute.
      Parameters:
      value - the authentication - Serialized authentication object
    • setAuthentication

      public void setAuthentication(Object value)
      Generated method - Setter of the OAuthRefreshToken.authentication attribute.
      Parameters:
      value - the authentication - Serialized authentication object
    • getToken

      public Object getToken(SessionContext ctx)
      Generated method - Getter of the OAuthRefreshToken.token attribute.
      Returns:
      the token - Serialized token object
    • getToken

      public Object getToken()
      Generated method - Getter of the OAuthRefreshToken.token attribute.
      Returns:
      the token - Serialized token object
    • setToken

      public void setToken(SessionContext ctx, Object value)
      Generated method - Setter of the OAuthRefreshToken.token attribute.
      Parameters:
      value - the token - Serialized token object
    • setToken

      public void setToken(Object value)
      Generated method - Setter of the OAuthRefreshToken.token attribute.
      Parameters:
      value - the token - Serialized token object
    • getTokenId

      public String getTokenId(SessionContext ctx)
      Generated method - Getter of the OAuthRefreshToken.tokenId attribute.
      Returns:
      the tokenId - Token key
    • getTokenId

      public String getTokenId()
      Generated method - Getter of the OAuthRefreshToken.tokenId attribute.
      Returns:
      the tokenId - Token key
    • setTokenId

      public void setTokenId(SessionContext ctx, String value)
      Generated method - Setter of the OAuthRefreshToken.tokenId attribute.
      Parameters:
      value - the tokenId - Token key
    • setTokenId

      public void setTokenId(String value)
      Generated method - Setter of the OAuthRefreshToken.tokenId attribute.
      Parameters:
      value - the tokenId - Token key