Package org.keycloak.storage.adapter
package org.keycloak.storage.adapter
-
ClassDescriptionThis abstract class provides implementations for everything but getUsername().The
AbstractUserAdapter.Streams
interface makes all collection-based methods inAbstractUserAdapter
default by providing implementations that delegate to theStream
-based variants instead of the other way around.Assumes everything is managed by federated storage except for username.Deprecated.This interface is no longer necessary; collection-based methods were removed from the parent interface and therefore the parent interface can be used directlyThis will perform update operation for particular attribute/property just if the existing value is not already same.