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 booleanequals(Object object)Returnstrueif the argument is an ChallengeEntity instance and all identifiers for this entity equal the identifiers of the argument entity.AccountEntitygetAccount()Gets value for attribute accountStringgetCardNumber()Gets value for attribute cardNumberStringgetCell()Gets value for attribute cellIntegergetCentinelPort()Gets value for attribute centinelPortStringgetChallengeId()Gets value for attribute challengeIdHostEntitygetClientHost()Gets value for attribute clientHostIntegergetClientVersion()Gets value for attribute clientVersionStringgetDomain()Gets value for attribute domainHostEntitygetHost()Gets value for attribute hostLonggetId()Gets value for attribute idStringgetKerberosDomain()Gets value for attribute kerberosDomainStringgetOtpHandler()Gets value for attribute otpHandlerTenantEntitygetTenant()Gets value for attribute tenantDategetTimeStamp()Gets value for attribute timeStampintgetType()Gets value for attribute typeUserEntitygetUser()Gets value for attribute userStringgetUserKey()Gets value for attribute userKeyStringgetValue()Gets value for attribute valueinthashCode()Returns a hash code based on this entity's identifiers.booleanisCloseOldSessions()Gets value for attribute closeOldSessionsbooleanisSilent()Gets value for attribute silentvoidsetAccount(AccountEntity account)Sets value for attribute accountvoidsetCardNumber(String cardNumber)Sets value for attribute cardNumbervoidsetCell(String cell)Sets value for attribute cellvoidsetCentinelPort(Integer centinelPort)Sets value for attribute centinelPortvoidsetChallengeId(String challengeId)Sets value for attribute challengeIdvoidsetClientHost(HostEntity clientHost)Sets value for attribute clientHostvoidsetClientVersion(Integer clientVersion)Sets value for attribute clientVersionvoidsetCloseOldSessions(boolean closeOldSessions)Sets value for attribute closeOldSessionsvoidsetDomain(String domain)Sets value for attribute domainvoidsetHost(HostEntity host)Sets value for attribute hostvoidsetId(Long id)Sets value for attribute idvoidsetKerberosDomain(String kerberosDomain)Sets value for attribute kerberosDomainvoidsetOtpHandler(String otpHandler)Sets value for attribute otpHandlervoidsetSilent(boolean silent)Sets value for attribute silentvoidsetTenant(TenantEntity tenant)Sets value for attribute tenantvoidsetTimeStamp(Date timeStamp)Sets value for attribute timeStampvoidsetType(int type)Sets value for attribute typevoidsetUser(UserEntity user)Sets value for attribute uservoidsetUserKey(String userKey)Sets value for attribute userKeyvoidsetValue(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)
Returnstrueif the argument is an ChallengeEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-