Class AuthenticationResult

java.lang.Object
org.camunda.community.rest.client.dto.AuthenticationResult

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class AuthenticationResult extends Object
AuthenticationResult
  • Field Details

  • Constructor Details

    • AuthenticationResult

      public AuthenticationResult()
  • Method Details

    • authenticatedUser

      public AuthenticationResult authenticatedUser(String authenticatedUser)
    • getAuthenticatedUser

      @Nullable public String getAuthenticatedUser()
      An id of authenticated user.
      Returns:
      authenticatedUser
    • getAuthenticatedUser_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getAuthenticatedUser_JsonNullable()
    • setAuthenticatedUser_JsonNullable

      public void setAuthenticatedUser_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> authenticatedUser)
    • setAuthenticatedUser

      public void setAuthenticatedUser(String authenticatedUser)
    • authenticated

      public AuthenticationResult authenticated(Boolean authenticated)
    • getAuthenticated

      @Nullable public Boolean getAuthenticated()
      A flag indicating if user is authenticated.
      Returns:
      authenticated
    • getAuthenticated_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getAuthenticated_JsonNullable()
    • setAuthenticated_JsonNullable

      public void setAuthenticated_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> authenticated)
    • setAuthenticated

      public void setAuthenticated(Boolean authenticated)
    • tenants

      public AuthenticationResult tenants(List<String> tenants)
    • addTenantsItem

      public AuthenticationResult addTenantsItem(String tenantsItem)
    • getTenants

      @Nullable public List<String> getTenants()
      Will be null.
      Returns:
      tenants
    • getTenants_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<List<String>> getTenants_JsonNullable()
    • setTenants_JsonNullable

      public void setTenants_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> tenants)
    • setTenants

      public void setTenants(List<String> tenants)
    • groups

      public AuthenticationResult groups(List<String> groups)
    • addGroupsItem

      public AuthenticationResult addGroupsItem(String groupsItem)
    • getGroups

      @Nullable public List<String> getGroups()
      Will be null.
      Returns:
      groups
    • getGroups_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<List<String>> getGroups_JsonNullable()
    • setGroups_JsonNullable

      public void setGroups_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> groups)
    • setGroups

      public void setGroups(List<String> groups)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string