Class OAuthAuthorizationCode

All Implemented Interfaces:
Serializable, Comparable

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

  • Constructor Details

    • OAuthAuthorizationCode

      public OAuthAuthorizationCode()
  • 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 OAuthAuthorizationCode.authentication attribute.
      Returns:
      the authentication - Serialized authentication object
    • getAuthentication

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

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

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

      public String getCode(SessionContext ctx)
      Generated method - Getter of the OAuthAuthorizationCode.code attribute.
      Returns:
      the code - Token key
    • getCode

      public String getCode()
      Generated method - Getter of the OAuthAuthorizationCode.code attribute.
      Returns:
      the code - Token key
    • setCode

      public void setCode(SessionContext ctx, String value)
      Generated method - Setter of the OAuthAuthorizationCode.code attribute.
      Parameters:
      value - the code - Token key
    • setCode

      public void setCode(String value)
      Generated method - Setter of the OAuthAuthorizationCode.code attribute.
      Parameters:
      value - the code - Token key