Class DefaultUserProfile

java.lang.Object
org.keycloak.userprofile.DefaultUserProfile
All Implemented Interfaces:
UserProfile

public final class DefaultUserProfile extends Object implements UserProfile

The default implementation for UserProfile. Should be reused as much as possible by the different implementations of UserProfileProvider.

This implementation is not specific to any user profile implementation.

Author:
Pedro Igor