Package | Description |
---|---|
org.keycloak.userprofile | |
org.keycloak.userprofile.profile | |
org.keycloak.userprofile.profile.representations |
Modifier and Type | Class and Description |
---|---|
class |
LegacyUserProfileProvider |
Modifier and Type | Method and Description |
---|---|
UserProfileProvider |
LegacyUserProfileProviderFactory.create(KeycloakSession session) |
Constructor and Description |
---|
UserProfileAttributes(Map<String,List<String>> attribtues,
UserProfileProvider profileProvider) |
Constructor and Description |
---|
AbstractUserProfile(Map<String,List<String>> attributes,
UserProfileProvider profileProvider) |
Constructor and Description |
---|
AccountUserRepresentationUserProfile(UserRepresentation user,
UserProfileProvider profileProvider) |
AttributeUserProfile(Map<String,List<String>> attributes,
UserProfileProvider profileProvider) |
IdpUserProfile(SerializedBrokeredIdentityContext user,
UserProfileProvider profileProvider) |
UserModelUserProfile(UserModel user,
UserProfileProvider profileProvider) |
UserRepresentationUserProfile(UserRepresentation user,
UserProfileProvider profileProvider) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.