Class OpenidTokenBuilder
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<OpenidTokenBuilder>
com.c4_soft.springaddons.security.oauth2.test.OpenidTokenBuilder
- All Implemented Interfaces:
com.c4_soft.springaddons.security.oidc.ClaimSet,Serializable,Cloneable,Map<String,Object>
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 classes/interfaces inherited from class com.c4_soft.springaddons.security.oauth2.test.OpenidClaimSetBuilder
OpenidClaimSetBuilder.AddressClaimNested 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 TypeMethodDescriptioncom.c4_soft.springaddons.security.oidc.OpenidTokenbuild()tokenValue(String tokenValue) Methods inherited from class com.c4_soft.springaddons.security.oauth2.test.OpenidClaimSetBuilder
accessTokenHash, acr, address, amr, audience, authorizationCodeHash, authTime, azp, birthdate, claims, email, emailVerified, expiresAt, familyName, gender, givenName, issuedAt, issuer, jwtId, locale, middleName, name, nickname, nonce, notBefore, otherClaims, phoneNumber, phoneNumberVerified, picture, preferredUsername, privateClaims, profile, sessionState, setIfNonEmpty, setIfNonEmpty, setIfNonEmpty, setIfNonEmpty, subject, updatedAt, usernameClaim, website, zoneinfoMethods 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
-
OpenidTokenBuilder
public OpenidTokenBuilder()
-
-
Method Details
-
tokenValue
-
build
public com.c4_soft.springaddons.security.oidc.OpenidToken build()- Overrides:
buildin classOpenidClaimSetBuilder<OpenidTokenBuilder>
-