Uses of Interface
org.keycloak.models.map.user.MapUserConsentEntity
-
Packages that use MapUserConsentEntity Package Description org.keycloak.models.map.user -
-
Uses of MapUserConsentEntity in org.keycloak.models.map.user
Classes in org.keycloak.models.map.user that implement MapUserConsentEntity Modifier and Type Class Description classMapUserConsentEntityDelegateclassMapUserConsentEntityFieldDelegateclassMapUserConsentEntityImplstatic classMapUserConsentEntityImpl.EmptyMethods in org.keycloak.models.map.user that return MapUserConsentEntity Modifier and Type Method Description static MapUserConsentEntityMapUserConsentEntityCloner. deepClone(MapUserConsentEntity original, MapUserConsentEntity target)static MapUserConsentEntityMapUserConsentEntity. fromModel(UserConsentModel model)Methods in org.keycloak.models.map.user that return types with arguments of type MapUserConsentEntity Modifier and Type Method Description EntityFieldDelegate<MapUserConsentEntity>MapUserConsentEntityFieldDelegate. getEntityFieldDelegate()Optional<MapUserConsentEntity>MapUserEntity.AbstractUserEntity. getUserConsent(String clientId)Optional<MapUserConsentEntity>MapUserEntity. getUserConsent(String clientId)Optional<MapUserConsentEntity>MapUserEntityDelegate. getUserConsent(String clientId)Optional<MapUserConsentEntity>MapUserEntityImpl.Empty. getUserConsent(String clientId)Set<MapUserConsentEntity>MapUserEntity. getUserConsents()Set<MapUserConsentEntity>MapUserEntityDelegate. getUserConsents()Set<MapUserConsentEntity>MapUserEntityFieldDelegate. getUserConsents()Set<MapUserConsentEntity>MapUserEntityImpl.Empty. getUserConsents()Set<MapUserConsentEntity>MapUserEntityImpl. getUserConsents()Methods in org.keycloak.models.map.user with parameters of type MapUserConsentEntity Modifier and Type Method Description voidMapUserEntity. addUserConsent(MapUserConsentEntity userConsentEntity)voidMapUserEntityDelegate. addUserConsent(MapUserConsentEntity userConsentEntity)voidMapUserEntityFieldDelegate. addUserConsent(MapUserConsentEntity p0)voidMapUserEntityImpl. addUserConsent(MapUserConsentEntity p0)voidMapUserEntityImpl.Empty. addUserConsent(MapUserConsentEntity userConsentEntity)static MapUserConsentEntityMapUserConsentEntityCloner. deepClone(MapUserConsentEntity original, MapUserConsentEntity target)BooleanMapUserEntity. removeUserConsent(MapUserConsentEntity userConsentEntity)BooleanMapUserEntityDelegate. removeUserConsent(MapUserConsentEntity userConsentEntity)BooleanMapUserEntityFieldDelegate. removeUserConsent(MapUserConsentEntity p0)BooleanMapUserEntityImpl.Empty. removeUserConsent(MapUserConsentEntity userConsentEntity)BooleanMapUserEntityImpl. removeUserConsent(MapUserConsentEntity p0)static UserConsentModelMapUserConsentEntity. toModel(RealmModel realm, MapUserConsentEntity entity)Method parameters in org.keycloak.models.map.user with type arguments of type MapUserConsentEntity Modifier and Type Method Description voidMapUserEntity. setUserConsents(Set<MapUserConsentEntity> userConsentEntity)voidMapUserEntityDelegate. setUserConsents(Set<MapUserConsentEntity> userConsentEntity)voidMapUserEntityFieldDelegate. setUserConsents(Set<MapUserConsentEntity> p0)voidMapUserEntityImpl.Empty. setUserConsents(Set<MapUserConsentEntity> userConsentEntity)voidMapUserEntityImpl. setUserConsents(Set<MapUserConsentEntity> p0)Constructor parameters in org.keycloak.models.map.user with type arguments of type MapUserConsentEntity Constructor Description MapUserConsentEntityDelegate(DelegateProvider<MapUserConsentEntity> delegateProvider)MapUserConsentEntityFieldDelegate(EntityFieldDelegate<MapUserConsentEntity> entityFieldDelegate)
-