Package | Description |
---|---|
org.keycloak.protocol.oidc.mappers |
Modifier and Type | Class and Description |
---|---|
class |
AddressMapper
Set the 'name' claim to be first + last name.
|
class |
FullNameMapper
Set the 'name' claim to be first + last name.
|
class |
HardcodedClaim |
class |
HardcodedRole
Add a role to a token
|
class |
RoleNameMapper
Map an assigned role to a different position and name in the token
|
class |
UserAttributeMapper
Mappings UserModel.attribute to an ID Token claim.
|
class |
UserPropertyMapper
Mappings UserModel property (the property name of a getter method) to an ID Token claim.
|
class |
UserSessionNoteMapper
Mappings UserSessionModel.note to an ID Token claim.
|
Copyright © 2015. All rights reserved.