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 Modifier and Type Class Description static class
MapResourceEntityImpl.Empty
-
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
Constructors Constructor Description MapResourceEntityImpl(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> V
deepClone(V obj)
boolean
equals(Object o)
List<String>
getAttribute(String p0)
Map<String,List<String>>
getAttributes()
String
getDisplayName()
String
getIconUri()
String
getName()
String
getOwner()
String
getRealmId()
String
getResourceServerId()
Set<String>
getScopeIds()
String
getType()
Set<String>
getUris()
int
hashCode()
Boolean
isOwnerManagedAccess()
void
removeAttribute(String p0)
void
setAttribute(String p0, List<String> p1)
void
setAttributes(Map<String,List<String>> p0)
void
setDisplayName(String p0)
void
setIconUri(String p0)
void
setName(String p0)
void
setOwner(String p0)
void
setOwnerManagedAccess(Boolean p0)
void
setRealmId(String p0)
void
setResourceServerId(String p0)
void
setScopeIds(Set<String> p0)
void
setType(String p0)
void
setUris(Set<String> p0)
String
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
-
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
-
-
-
-
Constructor Detail
-
MapResourceEntityImpl
public MapResourceEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
deepClone
public <V> V deepClone(V obj)
-
getAttributes
public Map<String,List<String>> getAttributes()
- Specified by:
getAttributes
in interfaceEntityWithAttributes
-
setAttributes
public void setAttributes(Map<String,List<String>> p0)
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
getAttribute
public List<String> getAttribute(String p0)
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
setAttribute
public void setAttribute(String p0, List<String> p1)
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
removeAttribute
public void removeAttribute(String p0)
- Specified by:
removeAttribute
in interfaceEntityWithAttributes
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceMapResourceEntity
-
setDisplayName
public void setDisplayName(String p0)
- Specified by:
setDisplayName
in interfaceMapResourceEntity
-
getIconUri
public String getIconUri()
- Specified by:
getIconUri
in interfaceMapResourceEntity
-
setIconUri
public void setIconUri(String p0)
- Specified by:
setIconUri
in interfaceMapResourceEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapResourceEntity
-
setName
public void setName(String p0)
- Specified by:
setName
in interfaceMapResourceEntity
-
getOwner
public String getOwner()
- Specified by:
getOwner
in interfaceMapResourceEntity
-
setOwner
public void setOwner(String p0)
- Specified by:
setOwner
in interfaceMapResourceEntity
-
isOwnerManagedAccess
public Boolean isOwnerManagedAccess()
- Specified by:
isOwnerManagedAccess
in interfaceMapResourceEntity
-
setOwnerManagedAccess
public void setOwnerManagedAccess(Boolean p0)
- Specified by:
setOwnerManagedAccess
in interfaceMapResourceEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmId
in interfaceMapResourceEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapResourceEntity
-
setResourceServerId
public void setResourceServerId(String p0)
- Specified by:
setResourceServerId
in interfaceMapResourceEntity
-
getResourceServerId
public String getResourceServerId()
- Specified by:
getResourceServerId
in interfaceMapResourceEntity
-
getScopeIds
public Set<String> getScopeIds()
- Specified by:
getScopeIds
in interfaceMapResourceEntity
-
setScopeIds
public void setScopeIds(Set<String> p0)
- Specified by:
setScopeIds
in interfaceMapResourceEntity
-
getType
public String getType()
- Specified by:
getType
in interfaceMapResourceEntity
-
setType
public void setType(String p0)
- Specified by:
setType
in interfaceMapResourceEntity
-
setUris
public void setUris(Set<String> p0)
- Specified by:
setUris
in interfaceMapResourceEntity
-
getUris
public Set<String> getUris()
- Specified by:
getUris
in interfaceMapResourceEntity
-
-