Class GeneratedConsumedOAuthCredential

    • Field Detail

      • CLIENTID

        public static final java.lang.String CLIENTID
        Qualifier of the ConsumedOAuthCredential.clientId attribute
        See Also:
        Constant Field Values
      • OAUTHURL

        public static final java.lang.String OAUTHURL
        Qualifier of the ConsumedOAuthCredential.oAuthUrl attribute
        See Also:
        Constant Field Values
      • CLIENTSECRET

        public static final java.lang.String CLIENTSECRET
        Qualifier of the ConsumedOAuthCredential.clientSecret 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

      • GeneratedConsumedOAuthCredential

        public GeneratedConsumedOAuthCredential()
    • Method Detail

      • getClientId

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

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

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

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

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

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

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

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

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

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

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

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