Class GeneratedExposedOAuthCredential

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

public abstract class GeneratedExposedOAuthCredential extends AbstractCredential
Generated class for type ExposedOAuthCredential.
See Also:
  • Field Details

    • OAUTHCLIENTDETAILS

      public static final String OAUTHCLIENTDETAILS
      Qualifier of the ExposedOAuthCredential.oAuthClientDetails attribute
      See Also:
    • PASSWORD

      public static final String PASSWORD
      Qualifier of the ExposedOAuthCredential.password attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedExposedOAuthCredential

      public GeneratedExposedOAuthCredential()
  • Method Details

    • getDefaultAttributeModes

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

      public OAuthClientDetails getOAuthClientDetails(SessionContext ctx)
      Generated method - Getter of the ExposedOAuthCredential.oAuthClientDetails attribute.
      Returns:
      the oAuthClientDetails - OAuth Details
    • getOAuthClientDetails

      public OAuthClientDetails getOAuthClientDetails()
      Generated method - Getter of the ExposedOAuthCredential.oAuthClientDetails attribute.
      Returns:
      the oAuthClientDetails - OAuth Details
    • setOAuthClientDetails

      public void setOAuthClientDetails(SessionContext ctx, OAuthClientDetails value)
      Generated method - Setter of the ExposedOAuthCredential.oAuthClientDetails attribute.
      Parameters:
      value - the oAuthClientDetails - OAuth Details
    • setOAuthClientDetails

      public void setOAuthClientDetails(OAuthClientDetails value)
      Generated method - Setter of the ExposedOAuthCredential.oAuthClientDetails attribute.
      Parameters:
      value - the oAuthClientDetails - OAuth Details
    • getPassword

      public String getPassword(SessionContext ctx)
      Generated method - Getter of the ExposedOAuthCredential.password attribute.
      Returns:
      the password - OAuth Password
    • getPassword

      public String getPassword()
      Generated method - Getter of the ExposedOAuthCredential.password attribute.
      Returns:
      the password - OAuth Password
    • setPassword

      public void setPassword(SessionContext ctx, String value)
      Generated method - Setter of the ExposedOAuthCredential.password attribute.
      Parameters:
      value - the password - OAuth Password
    • setPassword

      public void setPassword(String value)
      Generated method - Setter of the ExposedOAuthCredential.password attribute.
      Parameters:
      value - the password - OAuth Password