Class MapResourceEntityImpl
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.authorization.entity.MapResourceEntity.AbstractMapResourceEntity
org.keycloak.models.map.authorization.entity.MapResourceEntityImpl
- All Implemented Interfaces:
MapResourceEntity
,AbstractEntity
,EntityWithAttributes
,UpdatableEntity
- Direct Known Subclasses:
JpaResourceMetadata
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapResourceEntityImpl
extends MapResourceEntity.AbstractMapResourceEntity
implements MapResourceEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.authorization.entity.MapResourceEntity
MapResourceEntity.AbstractMapResourceEntity
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Field Summary
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<V> V
deepClone
(V obj) boolean
getAttribute
(String p0) getName()
getOwner()
getType()
getUris()
int
hashCode()
void
void
setAttribute
(String p0, List<String> p1) void
setAttributes
(Map<String, List<String>> p0) void
setDisplayName
(String p0) void
setIconUri
(String p0) void
void
void
void
setRealmId
(String p0) void
void
setScopeIds
(Set<String> p0) void
void
toString()
Methods inherited from class org.keycloak.models.map.authorization.entity.MapResourceEntity.AbstractMapResourceEntity
getId, setId
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlag
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setId
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
MapResourceEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
deepClone
public <V> V deepClone(V obj) -
removeAttribute
- Specified by:
removeAttribute
in interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
getAttribute
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
getAttributes
- Specified by:
getAttributes
in interfaceEntityWithAttributes
-
getDisplayName
- Specified by:
getDisplayName
in interfaceMapResourceEntity
-
setDisplayName
- Specified by:
setDisplayName
in interfaceMapResourceEntity
-
getIconUri
- Specified by:
getIconUri
in interfaceMapResourceEntity
-
setIconUri
- Specified by:
setIconUri
in interfaceMapResourceEntity
-
setName
- Specified by:
setName
in interfaceMapResourceEntity
-
getName
- Specified by:
getName
in interfaceMapResourceEntity
-
getOwner
- Specified by:
getOwner
in interfaceMapResourceEntity
-
setOwner
- Specified by:
setOwner
in interfaceMapResourceEntity
-
setOwnerManagedAccess
- Specified by:
setOwnerManagedAccess
in interfaceMapResourceEntity
-
isOwnerManagedAccess
- Specified by:
isOwnerManagedAccess
in interfaceMapResourceEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapResourceEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapResourceEntity
-
setResourceServerId
- Specified by:
setResourceServerId
in interfaceMapResourceEntity
-
getResourceServerId
- Specified by:
getResourceServerId
in interfaceMapResourceEntity
-
setScopeIds
- Specified by:
setScopeIds
in interfaceMapResourceEntity
-
getScopeIds
- Specified by:
getScopeIds
in interfaceMapResourceEntity
-
getType
- Specified by:
getType
in interfaceMapResourceEntity
-
setType
- Specified by:
setType
in interfaceMapResourceEntity
-
setUris
- Specified by:
setUris
in interfaceMapResourceEntity
-
getUris
- Specified by:
getUris
in interfaceMapResourceEntity
-