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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddGroupsItem(String groupsItem) addTenantsItem(String tenantsItem) authenticated(Boolean authenticated) authenticatedUser(String authenticatedUser) booleanA flag indicating if user is authenticated.org.openapitools.jackson.nullable.JsonNullable<Boolean>An id of authenticated user.org.openapitools.jackson.nullable.JsonNullable<String>Will be null.Will be null.inthashCode()voidsetAuthenticated(Boolean authenticated) voidsetAuthenticated_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> authenticated) voidsetAuthenticatedUser(String authenticatedUser) voidsetAuthenticatedUser_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> authenticatedUser) voidvoidsetGroups_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> groups) voidsetTenants(List<String> tenants) voidsetTenants_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> tenants) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_AUTHENTICATED_USER
- See Also:
-
JSON_PROPERTY_AUTHENTICATED
- See Also:
-
JSON_PROPERTY_TENANTS
- See Also:
-
JSON_PROPERTY_GROUPS
- See Also:
-
-
Constructor Details
-
AuthenticationResult
public AuthenticationResult()
-
-
Method Details
-
authenticatedUser
-
getAuthenticatedUser
An id of authenticated user.- Returns:
- authenticatedUser
-
getAuthenticatedUser_JsonNullable
-
setAuthenticatedUser_JsonNullable
public void setAuthenticatedUser_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> authenticatedUser) -
setAuthenticatedUser
-
authenticated
-
getAuthenticated
A flag indicating if user is authenticated.- Returns:
- authenticated
-
getAuthenticated_JsonNullable
-
setAuthenticated_JsonNullable
public void setAuthenticated_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> authenticated) -
setAuthenticated
-
tenants
-
addTenantsItem
-
getTenants
Will be null.- Returns:
- tenants
-
getTenants_JsonNullable
-
setTenants_JsonNullable
-
setTenants
-
groups
-
addGroupsItem
-
getGroups
Will be null.- Returns:
- groups
-
getGroups_JsonNullable
-
setGroups_JsonNullable
-
setGroups
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-