Class AuthorizationCheckResultDto
java.lang.Object
org.camunda.community.rest.client.dto.AuthorizationCheckResultDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class AuthorizationCheckResultDto
extends Object
AuthorizationCheckResultDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthorized(Boolean authorized) booleanReturns true or false depending on whether the user is authorized or not.org.openapitools.jackson.nullable.JsonNullable<Boolean>Name of the permission which was checked.org.openapitools.jackson.nullable.JsonNullable<String>The id of the resource for which the permission check was performed.org.openapitools.jackson.nullable.JsonNullable<String>The name of the resource for which the permission check was performed.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()permissionName(String permissionName) resourceId(String resourceId) resourceName(String resourceName) voidsetAuthorized(Boolean authorized) voidsetAuthorized_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> authorized) voidsetPermissionName(String permissionName) voidsetPermissionName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> permissionName) voidsetResourceId(String resourceId) voidsetResourceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resourceId) voidsetResourceName(String resourceName) voidsetResourceName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resourceName) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PERMISSION_NAME
- See Also:
-
JSON_PROPERTY_RESOURCE_NAME
- See Also:
-
JSON_PROPERTY_RESOURCE_ID
- See Also:
-
JSON_PROPERTY_AUTHORIZED
- See Also:
-
-
Constructor Details
-
AuthorizationCheckResultDto
public AuthorizationCheckResultDto()
-
-
Method Details
-
permissionName
-
getPermissionName
Name of the permission which was checked.- Returns:
- permissionName
-
getPermissionName_JsonNullable
-
setPermissionName_JsonNullable
public void setPermissionName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> permissionName) -
setPermissionName
-
resourceName
-
getResourceName
The name of the resource for which the permission check was performed.- Returns:
- resourceName
-
getResourceName_JsonNullable
-
setResourceName_JsonNullable
public void setResourceName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resourceName) -
setResourceName
-
resourceId
-
getResourceId
The id of the resource for which the permission check was performed.- Returns:
- resourceId
-
getResourceId_JsonNullable
-
setResourceId_JsonNullable
public void setResourceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resourceId) -
setResourceId
-
authorized
-
getAuthorized
Returns true or false depending on whether the user is authorized or not.- Returns:
- authorized
-
getAuthorized_JsonNullable
-
setAuthorized_JsonNullable
public void setAuthorized_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> authorized) -
setAuthorized
-
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
-