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 ClassesNested classes/interfaces inherited from interface org.keycloak.models.map.authorization.entity.MapResourceServerEntity
MapResourceServerEntity.AbstractMapResourceServerEntityNested 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 TypeMethodDescriptionbooleaninthashCode()voidvoidsetClientId(String p0) voidvoidvoidsetRealmId(String p0) toString()Methods inherited from class org.keycloak.models.map.authorization.entity.MapResourceServerEntity.AbstractMapResourceServerEntity
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
-
MapResourceServerEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
setAllowRemoteResourceManagement
- Specified by:
setAllowRemoteResourceManagementin interfaceMapResourceServerEntity
-
isAllowRemoteResourceManagement
- Specified by:
isAllowRemoteResourceManagementin interfaceMapResourceServerEntity
-
getClientId
- Specified by:
getClientIdin interfaceMapResourceServerEntity
-
setClientId
- Specified by:
setClientIdin interfaceMapResourceServerEntity
-
getDecisionStrategy
- Specified by:
getDecisionStrategyin interfaceMapResourceServerEntity
-
setDecisionStrategy
- Specified by:
setDecisionStrategyin interfaceMapResourceServerEntity
-
setPolicyEnforcementMode
- Specified by:
setPolicyEnforcementModein interfaceMapResourceServerEntity
-
getPolicyEnforcementMode
- Specified by:
getPolicyEnforcementModein interfaceMapResourceServerEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapResourceServerEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapResourceServerEntity
-