Package-level declarations
Types
Allows for creating and managing custom attribute mappers for Keycloak users federated via LDAP. The LDAP custom mapper is implemented and deployed into Keycloak as a custom provider. This resource allows to specify the custom id and custom implementation class of the self-implemented attribute mapper as well as additional properties via config map. The custom mapper should already be deployed into keycloak in order to be correctly configured.
Allows for creating and managing custom attribute mappers for Keycloak users federated via LDAP. The LDAP custom mapper is implemented and deployed into Keycloak as a custom provider. This resource allows to specify the custom id and custom implementation class of the self-implemented attribute mapper as well as additional properties via config map. The custom mapper should already be deployed into keycloak in order to be correctly configured.
Builder for CustomMapperArgs.
Builder for CustomMapper.
Allows for creating and managing full name mappers for Keycloak users federated via LDAP. The LDAP full name mapper can map a user's full name from an LDAP attribute to the first and last name attributes of a Keycloak user.
Allows for creating and managing full name mappers for Keycloak users federated via LDAP. The LDAP full name mapper can map a user's full name from an LDAP attribute to the first and last name attributes of a Keycloak user.
Builder for FullNameMapperArgs.
Builder for FullNameMapper.
Allows for creating and managing group mappers for Keycloak users federated via LDAP. The LDAP group mapper can be used to map an LDAP user's groups from some DN to Keycloak groups. This group mapper will also create the groups within Keycloak if they do not already exist.
Allows for creating and managing group mappers for Keycloak users federated via LDAP. The LDAP group mapper can be used to map an LDAP user's groups from some DN to Keycloak groups. This group mapper will also create the groups within Keycloak if they do not already exist.
Builder for GroupMapperArgs.
Builder for GroupMapper.
Allows for creating and managing hardcoded attribute mappers for Keycloak users federated via LDAP. The LDAP hardcoded attribute mapper will set the specified value to the LDAP attribute. NOTE: This mapper only works when the sync_registrations
attribute on the keycloak.ldap.UserFederation
resource is set to true
.
Allows for creating and managing hardcoded attribute mappers for Keycloak users federated via LDAP. The LDAP hardcoded attribute mapper will set the specified value to the LDAP attribute. NOTE: This mapper only works when the sync_registrations
attribute on the keycloak.ldap.UserFederation
resource is set to true
.
Builder for HardcodedAttributeMapperArgs.
Builder for HardcodedAttributeMapper.
Allows for creating and managing hardcoded group mappers for Keycloak users federated via LDAP. The LDAP hardcoded group mapper will grant a specified Keycloak group to each Keycloak user linked with LDAP.
Allows for creating and managing hardcoded group mappers for Keycloak users federated via LDAP. The LDAP hardcoded group mapper will grant a specified Keycloak group to each Keycloak user linked with LDAP.
Builder for HardcodedGroupMapperArgs.
Builder for HardcodedGroupMapper.
Allows for creating and managing hardcoded role mappers for Keycloak users federated via LDAP. The LDAP hardcoded role mapper will grant a specified Keycloak role to each Keycloak user linked with LDAP.
Allows for creating and managing hardcoded role mappers for Keycloak users federated via LDAP. The LDAP hardcoded role mapper will grant a specified Keycloak role to each Keycloak user linked with LDAP.
Builder for HardcodedRoleMapperArgs.
Builder for HardcodedRoleMapper.
Allows for creating and managing MSAD-LDS user account control mappers for Keycloak users federated via LDAP. The MSAD-LDS (Microsoft Active Directory Lightweight Directory Service) user account control mapper is specific to LDAP user federation providers that are pulling from AD-LDS, and it can propagate AD-LDS user state to Keycloak in order to enforce settings like expired passwords or disabled accounts.
Allows for creating and managing MSAD-LDS user account control mappers for Keycloak users federated via LDAP. The MSAD-LDS (Microsoft Active Directory Lightweight Directory Service) user account control mapper is specific to LDAP user federation providers that are pulling from AD-LDS, and it can propagate AD-LDS user state to Keycloak in order to enforce settings like expired passwords or disabled accounts.
Allows for creating and managing MSAD user account control mappers for Keycloak users federated via LDAP. The MSAD (Microsoft Active Directory) user account control mapper is specific to LDAP user federation providers that are pulling from AD, and it can propagate AD user state to Keycloak in order to enforce settings like expired passwords or disabled accounts.
Allows for creating and managing MSAD user account control mappers for Keycloak users federated via LDAP. The MSAD (Microsoft Active Directory) user account control mapper is specific to LDAP user federation providers that are pulling from AD, and it can propagate AD user state to Keycloak in order to enforce settings like expired passwords or disabled accounts.
Builder for MsadUserAccountControlMapperArgs.
Builder for MsadUserAccountControlMapper.
Allows for creating and managing role mappers for Keycloak users federated via LDAP. The LDAP group mapper can be used to map an LDAP user's roles from some DN to Keycloak roles.
Allows for creating and managing role mappers for Keycloak users federated via LDAP. The LDAP group mapper can be used to map an LDAP user's roles from some DN to Keycloak roles.
Builder for RoleMapperArgs.
Builder for RoleMapper.
Allows for creating and managing user attribute mappers for Keycloak users federated via LDAP. The LDAP user attribute mapper can be used to map a single LDAP attribute to an attribute on the Keycloak user model.
Allows for creating and managing user attribute mappers for Keycloak users federated via LDAP. The LDAP user attribute mapper can be used to map a single LDAP attribute to an attribute on the Keycloak user model.
Builder for UserAttributeMapperArgs.
Builder for UserAttributeMapper.
Allows for creating and managing LDAP user federation providers within Keycloak. Keycloak can use an LDAP user federation provider to federate users to Keycloak from a directory system such as LDAP or Active Directory. Federated users will exist within the realm and will be able to log in to clients. Federated users can have their attributes defined using mappers.
Allows for creating and managing LDAP user federation providers within Keycloak. Keycloak can use an LDAP user federation provider to federate users to Keycloak from a directory system such as LDAP or Active Directory. Federated users will exist within the realm and will be able to log in to clients. Federated users can have their attributes defined using mappers.
Builder for UserFederationArgs.
Builder for UserFederation.