Package com.soffid.iam.model
Class ChallengeEntity
- java.lang.Object
-
- com.soffid.iam.model.ChallengeEntity
-
- Direct Known Subclasses:
ChallengeEntityImpl
public abstract class ChallengeEntity extends Object
Entity ChallengeEntity
-
-
Constructor Summary
Constructors Constructor Description ChallengeEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an ChallengeEntity instance and all identifiers for this entity equal the identifiers of the argument entity.AccountEntity
getAccount()
Gets value for attribute accountString
getCardNumber()
Gets value for attribute cardNumberString
getCell()
Gets value for attribute cellInteger
getCentinelPort()
Gets value for attribute centinelPortString
getChallengeId()
Gets value for attribute challengeIdHostEntity
getClientHost()
Gets value for attribute clientHostInteger
getClientVersion()
Gets value for attribute clientVersionString
getDomain()
Gets value for attribute domainHostEntity
getHost()
Gets value for attribute hostLong
getId()
Gets value for attribute idString
getKerberosDomain()
Gets value for attribute kerberosDomainString
getOtpHandler()
Gets value for attribute otpHandlerTenantEntity
getTenant()
Gets value for attribute tenantDate
getTimeStamp()
Gets value for attribute timeStampint
getType()
Gets value for attribute typeUserEntity
getUser()
Gets value for attribute userString
getUserKey()
Gets value for attribute userKeyString
getValue()
Gets value for attribute valueint
hashCode()
Returns a hash code based on this entity's identifiers.boolean
isCloseOldSessions()
Gets value for attribute closeOldSessionsboolean
isSilent()
Gets value for attribute silentvoid
setAccount(AccountEntity account)
Sets value for attribute accountvoid
setCardNumber(String cardNumber)
Sets value for attribute cardNumbervoid
setCell(String cell)
Sets value for attribute cellvoid
setCentinelPort(Integer centinelPort)
Sets value for attribute centinelPortvoid
setChallengeId(String challengeId)
Sets value for attribute challengeIdvoid
setClientHost(HostEntity clientHost)
Sets value for attribute clientHostvoid
setClientVersion(Integer clientVersion)
Sets value for attribute clientVersionvoid
setCloseOldSessions(boolean closeOldSessions)
Sets value for attribute closeOldSessionsvoid
setDomain(String domain)
Sets value for attribute domainvoid
setHost(HostEntity host)
Sets value for attribute hostvoid
setId(Long id)
Sets value for attribute idvoid
setKerberosDomain(String kerberosDomain)
Sets value for attribute kerberosDomainvoid
setOtpHandler(String otpHandler)
Sets value for attribute otpHandlervoid
setSilent(boolean silent)
Sets value for attribute silentvoid
setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
setTimeStamp(Date timeStamp)
Sets value for attribute timeStampvoid
setType(int type)
Sets value for attribute typevoid
setUser(UserEntity user)
Sets value for attribute uservoid
setUserKey(String userKey)
Sets value for attribute userKeyvoid
setValue(String value)
Sets value for attribute value
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getType
public int getType()
Gets value for attribute type
-
setType
public void setType(int type)
Sets value for attribute type
-
getUser
public UserEntity getUser()
Gets value for attribute user
-
setUser
public void setUser(UserEntity user)
Sets value for attribute user
-
getAccount
public AccountEntity getAccount()
Gets value for attribute account
-
setAccount
public void setAccount(AccountEntity account)
Sets value for attribute account
-
getUserKey
public String getUserKey()
Gets value for attribute userKey
-
setUserKey
public void setUserKey(String userKey)
Sets value for attribute userKey
-
getHost
public HostEntity getHost()
Gets value for attribute host
-
setHost
public void setHost(HostEntity host)
Sets value for attribute host
-
getClientHost
public HostEntity getClientHost()
Gets value for attribute clientHost
-
setClientHost
public void setClientHost(HostEntity clientHost)
Sets value for attribute clientHost
-
getCentinelPort
public Integer getCentinelPort()
Gets value for attribute centinelPort
-
setCentinelPort
public void setCentinelPort(Integer centinelPort)
Sets value for attribute centinelPort
-
getOtpHandler
public String getOtpHandler()
Gets value for attribute otpHandler
-
setOtpHandler
public void setOtpHandler(String otpHandler)
Sets value for attribute otpHandler
-
getCardNumber
public String getCardNumber()
Gets value for attribute cardNumber
-
setCardNumber
public void setCardNumber(String cardNumber)
Sets value for attribute cardNumber
-
getCell
public String getCell()
Gets value for attribute cell
-
setCell
public void setCell(String cell)
Sets value for attribute cell
-
getValue
public String getValue()
Gets value for attribute value
-
setValue
public void setValue(String value)
Sets value for attribute value
-
getTimeStamp
public Date getTimeStamp()
Gets value for attribute timeStamp
-
setTimeStamp
public void setTimeStamp(Date timeStamp)
Sets value for attribute timeStamp
-
getClientVersion
public Integer getClientVersion()
Gets value for attribute clientVersion
-
setClientVersion
public void setClientVersion(Integer clientVersion)
Sets value for attribute clientVersion
-
getKerberosDomain
public String getKerberosDomain()
Gets value for attribute kerberosDomain
-
setKerberosDomain
public void setKerberosDomain(String kerberosDomain)
Sets value for attribute kerberosDomain
-
getChallengeId
public String getChallengeId()
Gets value for attribute challengeId
-
setChallengeId
public void setChallengeId(String challengeId)
Sets value for attribute challengeId
-
getDomain
public String getDomain()
Gets value for attribute domain
-
setDomain
public void setDomain(String domain)
Sets value for attribute domain
-
isCloseOldSessions
public boolean isCloseOldSessions()
Gets value for attribute closeOldSessions
-
setCloseOldSessions
public void setCloseOldSessions(boolean closeOldSessions)
Sets value for attribute closeOldSessions
-
isSilent
public boolean isSilent()
Gets value for attribute silent
-
setSilent
public void setSilent(boolean silent)
Sets value for attribute silent
-
getTenant
public TenantEntity getTenant()
Gets value for attribute tenant
-
setTenant
public void setTenant(TenantEntity tenant)
Sets value for attribute tenant
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an ChallengeEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-