Class IntegrationClientCredentialsDetailsModel

All Implemented Interfaces:
Serializable

public class IntegrationClientCredentialsDetailsModel extends OAuthClientDetailsModel
Generated model class for type IntegrationClientCredentialsDetails first defined at extension inboundservices.

Extended OAuthClientDetails for Integration Services authentication that requires user and supports only the client_credentials grant type.

See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • USER

      public static final String USER
      Generated constant - Attribute key of IntegrationClientCredentialsDetails.user attribute defined at extension inboundservices.
      See Also:
  • Constructor Details

    • IntegrationClientCredentialsDetailsModel

      public IntegrationClientCredentialsDetailsModel()
      Generated constructor - Default constructor for generic creation.
    • IntegrationClientCredentialsDetailsModel

      public IntegrationClientCredentialsDetailsModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • IntegrationClientCredentialsDetailsModel

      @Deprecated(since="4.1.1", forRemoval=true) public IntegrationClientCredentialsDetailsModel(String _clientId, EmployeeModel _user)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _clientId - initial attribute declared by type OAuthClientDetails at extension oauth2
      _user - initial attribute declared by type IntegrationClientCredentialsDetails at extension inboundservices
    • IntegrationClientCredentialsDetailsModel

      @Deprecated(since="4.1.1", forRemoval=true) public IntegrationClientCredentialsDetailsModel(String _clientId, ItemModel _owner, EmployeeModel _user)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _clientId - initial attribute declared by type OAuthClientDetails at extension oauth2
      _owner - initial attribute declared by type Item at extension core
      _user - initial attribute declared by type IntegrationClientCredentialsDetails at extension inboundservices
  • Method Details

    • getUser

      @Accessor(qualifier="user", type=GETTER) public EmployeeModel getUser()
      Generated method - Getter of the IntegrationClientCredentialsDetails.user attribute defined at extension inboundservices.
      Returns:
      the user
    • setUser

      @Accessor(qualifier="user", type=SETTER) public void setUser(EmployeeModel value)
      Generated method - Initial setter of IntegrationClientCredentialsDetails.user attribute defined at extension inboundservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the user