ClaimsDefinition
annotation defines claims mapping in openid connect
client configuration.
Modifier and Type | Method and Description |
---|---|
public String | Returns: Claim name to be used as caller Group.Maps the callerGroupsClaim's value to caller groups value in jakarta.security.enterprise.identitystore.IdentityStore#validate |
public String | Returns: Claim name to be used as caller.Maps the callerNameClaim's value to caller name value in jakarta.security.enterprise.identitystore.IdentityStore#validate |
callerGroupsClaim | back to summary |
---|---|
public String callerGroupsClaim() Maps the callerGroupsClaim's value to caller groups value in jakarta.security.enterprise.identitystore.IdentityStore#validate
|
callerNameClaim | back to summary |
---|---|
public String callerNameClaim() Maps the callerNameClaim's value to caller name value in jakarta.security.enterprise.identitystore.IdentityStore#validate
|