Package org.bremersee.keycloak.api.model
Class ClaimRepresentation
java.lang.Object
org.bremersee.keycloak.api.model.ClaimRepresentation
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2026-08-17T22:28:47.079753199+02:00[Europe/Berlin]",
comments="Generator version: 7.24.0")
public class ClaimRepresentation
extends Object
ClaimRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet addressgetEmail()Get emailGet genderGet localegetName()Get namegetPhone()Get phoneGet pictureGet profileGet usernameGet websiteinthashCode()voidsetAddress(Boolean address) voidvoidvoidvoidvoidvoidsetPicture(Boolean picture) voidsetProfile(Boolean profile) voidsetUsername(Boolean username) voidsetWebsite(Boolean website) toString()
-
Constructor Details
-
ClaimRepresentation
public ClaimRepresentation()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
username
-
getUsername
Get username- Returns:
- username
-
setUsername
-
profile
-
getProfile
Get profile- Returns:
- profile
-
setProfile
-
picture
-
getPicture
Get picture- Returns:
- picture
-
setPicture
-
website
-
getWebsite
Get website- Returns:
- website
-
setWebsite
-
email
-
getEmail
Get email- Returns:
-
setEmail
-
gender
-
getGender
Get gender- Returns:
- gender
-
setGender
-
locale
-
getLocale
Get locale- Returns:
- locale
-
setLocale
-
address
-
getAddress
Get address- Returns:
- address
-
setAddress
-
phone
-
getPhone
Get phone- Returns:
- phone
-
setPhone
-
equals
-
hashCode
public int hashCode() -
toString
-