Class GeneratedExposedOAuthCredential

    • Field Detail

      • OAUTHCLIENTDETAILS

        public static final java.lang.String OAUTHCLIENTDETAILS
        Qualifier of the ExposedOAuthCredential.oAuthClientDetails attribute
        See Also:
        Constant Field Values
      • PASSWORD

        public static final java.lang.String PASSWORD
        Qualifier of the ExposedOAuthCredential.password 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

      • GeneratedExposedOAuthCredential

        public GeneratedExposedOAuthCredential()
    • Method Detail

      • 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 java.lang.String getPassword​(SessionContext ctx)
        Generated method - Getter of the ExposedOAuthCredential.password attribute.
        Returns:
        the password - OAuth Password
      • getPassword

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

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

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