Annotation Type ClaimsDefinition
- 
 @Retention(RUNTIME) public @interface ClaimsDefinition ClaimsDefinitionannotation defines claims mapping in openid connect client configuration.- Author:
- jGauravGupta, Rudy De Busscher
 
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description StringcallerGroupsClaimMaps the callerGroupsClaim's value to caller groups value in jakarta.security.enterprise.identitystore.IdentityStore#validateStringcallerNameClaimMaps the callerNameClaim's value to caller name value in jakarta.security.enterprise.identitystore.IdentityStore#validate
 
- 
- 
- 
Element Detail- 
callerNameClaimString callerNameClaim Maps the callerNameClaim's value to caller name value in jakarta.security.enterprise.identitystore.IdentityStore#validate- Returns:
- Claim name to be used as caller.
 - Default:
- "preferred_username"
 
 
- 
 - 
- 
callerGroupsClaimString callerGroupsClaim Maps the callerGroupsClaim's value to caller groups value in jakarta.security.enterprise.identitystore.IdentityStore#validate- Returns:
- Claim name to be used as caller Group.
 - Default:
- "groups"
 
 
- 
 
-