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 ClassesNested classes/interfaces inherited from interface org.keycloak.models.map.authorization.entity.MapResourceEntity
MapResourceEntity.AbstractMapResourceEntityNested 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
Constructors -
Method Summary
Modifier and TypeMethodDescription<V> VdeepClone(V obj) booleangetAttribute(String p0) getName()getOwner()getType()getUris()inthashCode()voidvoidsetAttribute(String p0, List<String> p1) voidsetAttributes(Map<String, List<String>> p0) voidsetDisplayName(String p0) voidsetIconUri(String p0) voidvoidvoidvoidsetRealmId(String p0) voidvoidsetScopeIds(Set<String> p0) voidvoidtoString()Methods inherited from class org.keycloak.models.map.authorization.entity.MapResourceEntity.AbstractMapResourceEntity
getId, setIdMethods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlagMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setIdMethods 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:
removeAttributein interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttributein interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributesin interfaceEntityWithAttributes
-
getAttribute
- Specified by:
getAttributein interfaceEntityWithAttributes
-
getAttributes
- Specified by:
getAttributesin interfaceEntityWithAttributes
-
getDisplayName
- Specified by:
getDisplayNamein interfaceMapResourceEntity
-
setDisplayName
- Specified by:
setDisplayNamein interfaceMapResourceEntity
-
getIconUri
- Specified by:
getIconUriin interfaceMapResourceEntity
-
setIconUri
- Specified by:
setIconUriin interfaceMapResourceEntity
-
setName
- Specified by:
setNamein interfaceMapResourceEntity
-
getName
- Specified by:
getNamein interfaceMapResourceEntity
-
getOwner
- Specified by:
getOwnerin interfaceMapResourceEntity
-
setOwner
- Specified by:
setOwnerin interfaceMapResourceEntity
-
setOwnerManagedAccess
- Specified by:
setOwnerManagedAccessin interfaceMapResourceEntity
-
isOwnerManagedAccess
- Specified by:
isOwnerManagedAccessin interfaceMapResourceEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapResourceEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapResourceEntity
-
setResourceServerId
- Specified by:
setResourceServerIdin interfaceMapResourceEntity
-
getResourceServerId
- Specified by:
getResourceServerIdin interfaceMapResourceEntity
-
setScopeIds
- Specified by:
setScopeIdsin interfaceMapResourceEntity
-
getScopeIds
- Specified by:
getScopeIdsin interfaceMapResourceEntity
-
getType
- Specified by:
getTypein interfaceMapResourceEntity
-
setType
- Specified by:
setTypein interfaceMapResourceEntity
-
setUris
- Specified by:
setUrisin interfaceMapResourceEntity
-
getUris
- Specified by:
getUrisin interfaceMapResourceEntity
-