Package | Description |
---|---|
org.keycloak.protocol.oidc.mappers | |
org.keycloak.protocol.saml.mappers |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOIDCProtocolMapper |
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.
|
Modifier and Type | Method and Description |
---|---|
ProtocolMapper |
AbstractOIDCProtocolMapper.create(KeycloakSession session) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAMLProtocolMapper |
class |
HardcodedAttributeMapper
Mappings UserModel property (the property name of a getter method) to an AttributeStatement.
|
class |
RoleListMapper |
class |
UserAttributeStatementMapper
Mappings UserModel property (the property name of a getter method) to an AttributeStatement.
|
class |
UserPropertyAttributeStatementMapper
Mappings UserModel property (the property name of a getter method) to an AttributeStatement.
|
Modifier and Type | Method and Description |
---|---|
ProtocolMapper |
AbstractSAMLProtocolMapper.create(KeycloakSession session) |
Copyright © 2015. All rights reserved.