Package org.keycloak.models.map.user
Class MapUserFederatedIdentityEntityImpl
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.user.MapUserFederatedIdentityEntityImpl
-
- All Implemented Interfaces:
UpdatableEntity
,MapUserFederatedIdentityEntity
- Direct Known Subclasses:
JpaUserFederatedIdentityMetadata
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapUserFederatedIdentityEntityImpl extends UpdatableEntity.Impl implements MapUserFederatedIdentityEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MapUserFederatedIdentityEntityImpl.Empty
-
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 MapUserFederatedIdentityEntityImpl(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getIdentityProvider()
String
getToken()
String
getUserId()
String
getUserName()
int
hashCode()
void
setIdentityProvider(String p0)
void
setToken(String p0)
void
setUserId(String p0)
void
setUserName(String p0)
String
toString()
-
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.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
MapUserFederatedIdentityEntityImpl
public MapUserFederatedIdentityEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
setIdentityProvider
public void setIdentityProvider(String p0)
- Specified by:
setIdentityProvider
in interfaceMapUserFederatedIdentityEntity
-
getIdentityProvider
public String getIdentityProvider()
- Specified by:
getIdentityProvider
in interfaceMapUserFederatedIdentityEntity
-
getToken
public String getToken()
- Specified by:
getToken
in interfaceMapUserFederatedIdentityEntity
-
setToken
public void setToken(String p0)
- Specified by:
setToken
in interfaceMapUserFederatedIdentityEntity
-
getUserId
public String getUserId()
- Specified by:
getUserId
in interfaceMapUserFederatedIdentityEntity
-
setUserId
public void setUserId(String p0)
- Specified by:
setUserId
in interfaceMapUserFederatedIdentityEntity
-
getUserName
public String getUserName()
- Specified by:
getUserName
in interfaceMapUserFederatedIdentityEntity
-
setUserName
public void setUserName(String p0)
- Specified by:
setUserName
in interfaceMapUserFederatedIdentityEntity
-
-