Class OAuthRefreshToken

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable

    public class OAuthRefreshToken
    extends GenericItem
    Generated class for type OAuthRefreshToken.
    See Also:
    Serialized Form
    • Field Detail

      • TOKENID

        public static final java.lang.String TOKENID
        Qualifier of the OAuthRefreshToken.tokenId attribute
        See Also:
        Constant Field Values
      • TOKEN

        public static final java.lang.String TOKEN
        Qualifier of the OAuthRefreshToken.token attribute
        See Also:
        Constant Field Values
      • AUTHENTICATION

        public static final java.lang.String AUTHENTICATION
        Qualifier of the OAuthRefreshToken.authentication attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • OAuthRefreshToken

        public OAuthRefreshToken()
    • Method Detail

      • getAuthentication

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

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

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

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

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

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

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

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

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

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

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

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