Class OpenidClaimSetBuilder<T extends OpenidClaimSetBuilder<T>>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
com.c4_soft.springaddons.security.oidc.ModifiableClaimSet
com.c4_soft.springaddons.security.oauth2.test.OpenidClaimSetBuilder<T>
- Direct Known Subclasses:
OpenidTokenBuilder
https://openid.net/specs/openid-connect-core-1_0.html
- Author:
- Jérôme Wacongne <ch4mp@c4-soft.com>
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessTokenHash(String atHash) authorizationCodeHash(String cHash) build()emailVerified(Boolean value) familyName(String value) middleName(String value) otherClaims(Map<String, Object> claims) phoneNumber(String value) phoneNumberVerified(Boolean value) preferredUsername(String value) privateClaims(Map<String, Object> claims) sessionState(String sessionState) protected TsetIfNonEmpty(String claimName, Boolean claimValue) protected TsetIfNonEmpty(String claimName, String claimValue) protected TsetIfNonEmpty(String claimName, Instant claimValue) protected TsetIfNonEmpty(String claimName, Collection<String> claimValue) usernameClaim(String usernameClaim) Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.c4_soft.springaddons.security.oidc.ClaimSet
claim, claim, claim, getAsBoolean, getAsInstant, getAsString, getAsStringSet, getAsUri, getByJsonPathMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
OpenidClaimSetBuilder
public OpenidClaimSetBuilder() -
OpenidClaimSetBuilder
-
-
Method Details
-
build
-
usernameClaim
-
acr
-
amr
-
audience
-
authTime
-
azp
-
expiresAt
-
issuedAt
-
jwtId
-
issuer
-
nonce
-
notBefore
-
accessTokenHash
-
authorizationCodeHash
-
sessionState
-
subject
-
name
-
givenName
-
familyName
-
middleName
-
nickname
-
preferredUsername
-
profile
-
picture
-
website
-
email
-
emailVerified
-
gender
-
birthdate
-
zoneinfo
-
locale
-
phoneNumber
-
phoneNumberVerified
-
address
-
claims
-
privateClaims
-
otherClaims
-
updatedAt
-
setIfNonEmpty
-
setIfNonEmpty
-
setIfNonEmpty
-
setIfNonEmpty
-