Package | Description |
---|---|
org.keycloak.userprofile |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAttributes
The default implementation for
Attributes . |
Modifier and Type | Method and Description |
---|---|
Attributes |
UserProfile.getAttributes()
Returns the attributes associated with this instance.
|
Attributes |
DefaultUserProfile.getAttributes() |
Constructor and Description |
---|
DefaultUserProfile(UserProfileMetadata metadata,
Attributes attributes,
Function<Attributes,UserModel> userCreator,
UserModel user,
KeycloakSession session) |
Constructor and Description |
---|
DefaultUserProfile(UserProfileMetadata metadata,
Attributes attributes,
Function<Attributes,UserModel> userCreator,
UserModel user,
KeycloakSession session) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.