@Retention(value=RUNTIME)
public @interface ClaimsDefinition
ClaimsDefinition
annotation defines claims mapping in openid connect
client configuration. Expression Language
Expressions in attributes of type String
are evaluated.
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
callerGroupsClaim
Maps the callerGroupsClaim's value to caller groups value in
jakarta.security.enterprise.identitystore.IdentityStore#validate
|
java.lang.String |
callerNameClaim
Maps the callerNameClaim's value to caller name value in
jakarta.security.enterprise.identitystore.IdentityStore#validate
|