Class MapPermissionTicketEntityDelegate
- java.lang.Object
-
- org.keycloak.models.map.authorization.entity.MapPermissionTicketEntityDelegate
-
- All Implemented Interfaces:
MapPermissionTicketEntity
,AbstractEntity
,HasDelegateProvider<MapPermissionTicketEntity>
,UpdatableEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapPermissionTicketEntityDelegate extends Object implements MapPermissionTicketEntity, HasDelegateProvider<MapPermissionTicketEntity>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.authorization.entity.MapPermissionTicketEntity
MapPermissionTicketEntity.AbstractMapPermissionTicketEntity
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description MapPermissionTicketEntityDelegate(DelegateProvider<MapPermissionTicketEntity> delegateProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCreatedTimestamp()
DelegateProvider<MapPermissionTicketEntity>
getDelegateProvider()
Long
getGrantedTimestamp()
String
getId()
String
getOwner()
String
getPolicyId()
String
getRealmId()
String
getRequester()
String
getResourceId()
String
getResourceServerId()
String
getScopeId()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setCreatedTimestamp(Long createdTimestamp)
void
setGrantedTimestamp(Long grantedTimestamp)
void
setId(String id)
void
setOwner(String owner)
void
setPolicyId(String policyId)
void
setRealmId(String realmId)
void
setRequester(String requester)
void
setResourceId(String resourceId)
void
setResourceServerId(String resourceServerId)
void
setScopeId(String scopeId)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag
-
-
-
-
Constructor Detail
-
MapPermissionTicketEntityDelegate
public MapPermissionTicketEntityDelegate(DelegateProvider<MapPermissionTicketEntity> delegateProvider)
-
-
Method Detail
-
getDelegateProvider
public DelegateProvider<MapPermissionTicketEntity> getDelegateProvider()
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapPermissionTicketEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Returns:
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
setId
public void setId(String id)
- Specified by:
setId
in interfaceAbstractEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapPermissionTicketEntity
-
setRealmId
public void setRealmId(String realmId)
- Specified by:
setRealmId
in interfaceMapPermissionTicketEntity
-
getOwner
public String getOwner()
- Specified by:
getOwner
in interfaceMapPermissionTicketEntity
-
setOwner
public void setOwner(String owner)
- Specified by:
setOwner
in interfaceMapPermissionTicketEntity
-
getRequester
public String getRequester()
- Specified by:
getRequester
in interfaceMapPermissionTicketEntity
-
setRequester
public void setRequester(String requester)
- Specified by:
setRequester
in interfaceMapPermissionTicketEntity
-
getCreatedTimestamp
public Long getCreatedTimestamp()
- Specified by:
getCreatedTimestamp
in interfaceMapPermissionTicketEntity
-
setCreatedTimestamp
public void setCreatedTimestamp(Long createdTimestamp)
- Specified by:
setCreatedTimestamp
in interfaceMapPermissionTicketEntity
-
getGrantedTimestamp
public Long getGrantedTimestamp()
- Specified by:
getGrantedTimestamp
in interfaceMapPermissionTicketEntity
-
setGrantedTimestamp
public void setGrantedTimestamp(Long grantedTimestamp)
- Specified by:
setGrantedTimestamp
in interfaceMapPermissionTicketEntity
-
getResourceId
public String getResourceId()
- Specified by:
getResourceId
in interfaceMapPermissionTicketEntity
-
setResourceId
public void setResourceId(String resourceId)
- Specified by:
setResourceId
in interfaceMapPermissionTicketEntity
-
getScopeId
public String getScopeId()
- Specified by:
getScopeId
in interfaceMapPermissionTicketEntity
-
setScopeId
public void setScopeId(String scopeId)
- Specified by:
setScopeId
in interfaceMapPermissionTicketEntity
-
getResourceServerId
public String getResourceServerId()
- Specified by:
getResourceServerId
in interfaceMapPermissionTicketEntity
-
setResourceServerId
public void setResourceServerId(String resourceServerId)
- Specified by:
setResourceServerId
in interfaceMapPermissionTicketEntity
-
getPolicyId
public String getPolicyId()
- Specified by:
getPolicyId
in interfaceMapPermissionTicketEntity
-
setPolicyId
public void setPolicyId(String policyId)
- Specified by:
setPolicyId
in interfaceMapPermissionTicketEntity
-
-