Class GeneratedConsumedOAuthCredential

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
ConsumedOAuthCredential

public abstract class GeneratedConsumedOAuthCredential extends AbstractCredential
Generated class for type ConsumedOAuthCredential.
See Also:
  • Field Details

    • CLIENTID

      public static final String CLIENTID
      Qualifier of the ConsumedOAuthCredential.clientId attribute
      See Also:
    • OAUTHURL

      public static final String OAUTHURL
      Qualifier of the ConsumedOAuthCredential.oAuthUrl attribute
      See Also:
    • CLIENTSECRET

      public static final String CLIENTSECRET
      Qualifier of the ConsumedOAuthCredential.clientSecret attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedConsumedOAuthCredential

      public GeneratedConsumedOAuthCredential()
  • Method Details

    • getDefaultAttributeModes

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

      public String getClientId(SessionContext ctx)
      Generated method - Getter of the ConsumedOAuthCredential.clientId attribute.
      Returns:
      the clientId - OAuth Client Id
    • getClientId

      public String getClientId()
      Generated method - Getter of the ConsumedOAuthCredential.clientId attribute.
      Returns:
      the clientId - OAuth Client Id
    • setClientId

      public void setClientId(SessionContext ctx, String value)
      Generated method - Setter of the ConsumedOAuthCredential.clientId attribute.
      Parameters:
      value - the clientId - OAuth Client Id
    • setClientId

      public void setClientId(String value)
      Generated method - Setter of the ConsumedOAuthCredential.clientId attribute.
      Parameters:
      value - the clientId - OAuth Client Id
    • getClientSecret

      public String getClientSecret(SessionContext ctx)
      Generated method - Getter of the ConsumedOAuthCredential.clientSecret attribute.
      Returns:
      the clientSecret - OAuth Client Secret
    • getClientSecret

      public String getClientSecret()
      Generated method - Getter of the ConsumedOAuthCredential.clientSecret attribute.
      Returns:
      the clientSecret - OAuth Client Secret
    • setClientSecret

      public void setClientSecret(SessionContext ctx, String value)
      Generated method - Setter of the ConsumedOAuthCredential.clientSecret attribute.
      Parameters:
      value - the clientSecret - OAuth Client Secret
    • setClientSecret

      public void setClientSecret(String value)
      Generated method - Setter of the ConsumedOAuthCredential.clientSecret attribute.
      Parameters:
      value - the clientSecret - OAuth Client Secret
    • getOAuthUrl

      public String getOAuthUrl(SessionContext ctx)
      Generated method - Getter of the ConsumedOAuthCredential.oAuthUrl attribute.
      Returns:
      the oAuthUrl - OAuth URL
    • getOAuthUrl

      public String getOAuthUrl()
      Generated method - Getter of the ConsumedOAuthCredential.oAuthUrl attribute.
      Returns:
      the oAuthUrl - OAuth URL
    • setOAuthUrl

      public void setOAuthUrl(SessionContext ctx, String value)
      Generated method - Setter of the ConsumedOAuthCredential.oAuthUrl attribute.
      Parameters:
      value - the oAuthUrl - OAuth URL
    • setOAuthUrl

      public void setOAuthUrl(String value)
      Generated method - Setter of the ConsumedOAuthCredential.oAuthUrl attribute.
      Parameters:
      value - the oAuthUrl - OAuth URL