Class MapResourceServerEntityImpl
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.authorization.entity.MapResourceServerEntity.AbstractMapResourceServerEntity
org.keycloak.models.map.authorization.entity.MapResourceServerEntityImpl
- All Implemented Interfaces:
MapResourceServerEntity
,AbstractEntity
,UpdatableEntity
- Direct Known Subclasses:
JpaResourceServerMetadata
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapResourceServerEntityImpl
extends MapResourceServerEntity.AbstractMapResourceServerEntity
implements MapResourceServerEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.authorization.entity.MapResourceServerEntity
MapResourceServerEntity.AbstractMapResourceServerEntity
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 TypeMethodDescriptionboolean
int
hashCode()
void
void
setClientId
(String p0) void
void
void
setRealmId
(String p0) toString()
Methods inherited from class org.keycloak.models.map.authorization.entity.MapResourceServerEntity.AbstractMapResourceServerEntity
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
-
MapResourceServerEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
setAllowRemoteResourceManagement
- Specified by:
setAllowRemoteResourceManagement
in interfaceMapResourceServerEntity
-
isAllowRemoteResourceManagement
- Specified by:
isAllowRemoteResourceManagement
in interfaceMapResourceServerEntity
-
getClientId
- Specified by:
getClientId
in interfaceMapResourceServerEntity
-
setClientId
- Specified by:
setClientId
in interfaceMapResourceServerEntity
-
getDecisionStrategy
- Specified by:
getDecisionStrategy
in interfaceMapResourceServerEntity
-
setDecisionStrategy
- Specified by:
setDecisionStrategy
in interfaceMapResourceServerEntity
-
setPolicyEnforcementMode
- Specified by:
setPolicyEnforcementMode
in interfaceMapResourceServerEntity
-
getPolicyEnforcementMode
- Specified by:
getPolicyEnforcementMode
in interfaceMapResourceServerEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapResourceServerEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapResourceServerEntity
-