Package org.keycloak.models.map.user
Class MapUserFederatedIdentityEntityImpl.Empty
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.user.MapUserFederatedIdentityEntityImpl.Empty
-
- All Implemented Interfaces:
UpdatableEntity
,MapUserFederatedIdentityEntity
- Enclosing class:
- MapUserFederatedIdentityEntityImpl
public static class MapUserFederatedIdentityEntityImpl.Empty extends UpdatableEntity.Impl implements MapUserFederatedIdentityEntity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
Fields Modifier and Type Field Description static MapUserFederatedIdentityEntityImpl.Empty
INSTANCE
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description Empty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentityProvider()
String
getToken()
String
getUserId()
String
getUserName()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setIdentityProvider(String identityProvider)
void
setToken(String token)
void
setUserId(String userId)
void
setUserName(String userName)
-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag
-
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
-
-
-
-
Field Detail
-
INSTANCE
public static final MapUserFederatedIdentityEntityImpl.Empty INSTANCE
-
-
Method Detail
-
setIdentityProvider
public void setIdentityProvider(String identityProvider)
- 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 token)
- Specified by:
setToken
in interfaceMapUserFederatedIdentityEntity
-
getUserId
public String getUserId()
- Specified by:
getUserId
in interfaceMapUserFederatedIdentityEntity
-
setUserId
public void setUserId(String userId)
- Specified by:
setUserId
in interfaceMapUserFederatedIdentityEntity
-
getUserName
public String getUserName()
- Specified by:
getUserName
in interfaceMapUserFederatedIdentityEntity
-
setUserName
public void setUserName(String userName)
- Specified by:
setUserName
in interfaceMapUserFederatedIdentityEntity
-
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
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-
-