Package org.keycloak.models
Class ClaimMask
- java.lang.Object
- 
- org.keycloak.models.ClaimMask
 
- 
 public class ClaimMask extends Object - Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Constructor SummaryConstructors Constructor Description ClaimMask()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanhasAddress(long mask)static booleanhasEmail(long mask)static booleanhasGender(long mask)static booleanhasLocale(long mask)static booleanhasName(long mask)static booleanhasPhone(long mask)static booleanhasPicture(long mask)static booleanhasProfile(long mask)static booleanhasUsername(long mask)static booleanhasWebsite(long mask)
 
- 
- 
- 
Field Detail- 
NAMEpublic static final long NAME - See Also:
- Constant Field Values
 
 - 
USERNAMEpublic static final long USERNAME - See Also:
- Constant Field Values
 
 - 
PROFILEpublic static final long PROFILE - See Also:
- Constant Field Values
 
 - 
PICTUREpublic static final long PICTURE - See Also:
- Constant Field Values
 
 - 
WEBSITEpublic static final long WEBSITE - See Also:
- Constant Field Values
 
 - 
EMAILpublic static final long EMAIL - See Also:
- Constant Field Values
 
 - 
GENDERpublic static final long GENDER - See Also:
- Constant Field Values
 
 - 
LOCALEpublic static final long LOCALE - See Also:
- Constant Field Values
 
 - 
ADDRESSpublic static final long ADDRESS - See Also:
- Constant Field Values
 
 - 
PHONEpublic static final long PHONE - See Also:
- Constant Field Values
 
 - 
ALLpublic static final long ALL - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
hasNamepublic static boolean hasName(long mask) 
 - 
hasUsernamepublic static boolean hasUsername(long mask) 
 - 
hasProfilepublic static boolean hasProfile(long mask) 
 - 
hasPicturepublic static boolean hasPicture(long mask) 
 - 
hasWebsitepublic static boolean hasWebsite(long mask) 
 - 
hasEmailpublic static boolean hasEmail(long mask) 
 - 
hasGenderpublic static boolean hasGender(long mask) 
 - 
hasLocalepublic static boolean hasLocale(long mask) 
 - 
hasAddresspublic static boolean hasAddress(long mask) 
 - 
hasPhonepublic static boolean hasPhone(long mask) 
 
- 
 
-