Class OpenidToken
java.lang.Object
com.c4_soft.springaddons.security.oidc.DelegatingMap<String,Object>
com.c4_soft.springaddons.security.oidc.UnmodifiableClaimSet
com.c4_soft.springaddons.security.oidc.OpenidClaimSet
com.c4_soft.springaddons.security.oidc.OpenidToken
- All Implemented Interfaces:
ClaimSet,Serializable,Principal,Map<String,,Object> org.springframework.security.oauth2.core.ClaimAccessor,org.springframework.security.oauth2.core.OAuth2Token,org.springframework.security.oauth2.core.oidc.IdTokenClaimAccessor,org.springframework.security.oauth2.core.oidc.StandardClaimAccessor
public class OpenidToken
extends OpenidClaimSet
implements org.springframework.security.oauth2.core.OAuth2Token
- See Also:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.c4_soft.springaddons.security.oidc.OpenidClaimSet
getClaims, getNameMethods inherited from class com.c4_soft.springaddons.security.oidc.UnmodifiableClaimSet
toStringMethods inherited from class com.c4_soft.springaddons.security.oidc.DelegatingMap
clear, containsKey, containsValue, entrySet, get, getDelegate, isEmpty, keySet, put, putAll, remove, size, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.security.oauth2.core.ClaimAccessor
getClaim, getClaimAsBoolean, getClaimAsInstant, getClaimAsMap, getClaimAsString, getClaimAsStringList, getClaimAsURL, hasClaimMethods inherited from interface com.c4_soft.springaddons.security.oidc.ClaimSet
claim, claim, claim, getAsBoolean, getAsInstant, getAsString, getAsStringSet, getAsUri, getByJsonPathMethods inherited from interface org.springframework.security.oauth2.core.oidc.IdTokenClaimAccessor
getAccessTokenHash, getAudience, getAuthenticatedAt, getAuthenticationContextClass, getAuthenticationMethods, getAuthorizationCodeHash, getAuthorizedParty, getIssuer, getNonce, getSubjectMethods 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, valuesMethods inherited from interface org.springframework.security.oauth2.core.oidc.StandardClaimAccessor
getAddress, getBirthdate, getEmail, getEmailVerified, getFamilyName, getFullName, getGender, getGivenName, getLocale, getMiddleName, getNickName, getPhoneNumber, getPhoneNumberVerified, getPicture, getPreferredUsername, getProfile, getUpdatedAt, getWebsite, getZoneInfo
-
Constructor Details
-
OpenidToken
-
OpenidToken
-
-
Method Details
-
getTokenValue
- Specified by:
getTokenValuein interfaceorg.springframework.security.oauth2.core.OAuth2Token
-
getExpiresAt
- Specified by:
getExpiresAtin interfaceorg.springframework.security.oauth2.core.oidc.IdTokenClaimAccessor- Specified by:
getExpiresAtin interfaceorg.springframework.security.oauth2.core.OAuth2Token
-
getIssuedAt
- Specified by:
getIssuedAtin interfaceorg.springframework.security.oauth2.core.oidc.IdTokenClaimAccessor- Specified by:
getIssuedAtin interfaceorg.springframework.security.oauth2.core.OAuth2Token
-