Package com.soffid.iam.am.api
Class Challenge
java.lang.Object
com.soffid.iam.am.api.Challenge
- All Implemented Interfaces:
Serializable
ValueObject Challenge
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant CARD_DISABLEDstatic final intConstant CARD_IFABLEstatic final intConstant CARD_IFNEEDEDstatic final intConstant CARD_REQUIREDstatic final intConstant TYPE_CERTstatic final intConstant TYPE_KERBEROSstatic final intConstant TYPE_PASSWORDstatic final intConstant TYPE_RMI -
Constructor Summary
ConstructorsConstructorDescriptionChallenge(int type, boolean closeOldSessions, boolean silent, boolean alternativeMethodAvailable, boolean resendAvailable) Challenge(Password password, int type, User user, Account account, String userKey, Host host, Host clientHost, int centinelPort, String otpHandler, String cardNumber, String cell, String value, Timestamp timeStamp, int clientVersion, String kerberosDomain, String challengeId, GSSContext kerberosContext, String domain, boolean closeOldSessions, boolean silent, boolean alternativeMethodAvailable, boolean resendAvailable, Object additionalData, String identityProvider) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute accountGets value for attribute additionalDataGets value for attribute cardNumbergetCell()Gets value for attribute cellintGets value for attribute centinelPortGets value for attribute challengeIdGets value for attribute clientHostintGets value for attribute clientVersionGets value for attribute domaingetHost()Gets value for attribute hostGets value for attribute identityProviderGets value for attribute kerberosContextGets value for attribute kerberosDomainGets value for attribute otpHandlerGets value for attribute passwordGets value for attribute timeStampintgetType()Gets value for attribute typegetUser()Gets value for attribute userGets value for attribute userKeygetValue()Gets value for attribute valuebooleanGets value for attribute alternativeMethodAvailablebooleanGets value for attribute closeOldSessionsbooleanGets value for attribute resendAvailablebooleanisSilent()Gets value for attribute silentvoidsetAccount(Account account) Sets value for attribute accountvoidsetAdditionalData(Object additionalData) Sets value for attribute additionalDatavoidsetAlternativeMethodAvailable(boolean alternativeMethodAvailable) Sets value for attribute alternativeMethodAvailablevoidsetCardNumber(String cardNumber) Sets value for attribute cardNumbervoidSets value for attribute cellvoidsetCentinelPort(int centinelPort) Sets value for attribute centinelPortvoidsetChallengeId(String challengeId) Sets value for attribute challengeIdvoidsetClientHost(Host clientHost) Sets value for attribute clientHostvoidsetClientVersion(int clientVersion) Sets value for attribute clientVersionvoidsetCloseOldSessions(boolean closeOldSessions) Sets value for attribute closeOldSessionsvoidSets value for attribute domainvoidSets value for attribute hostvoidsetIdentityProvider(String identityProvider) Sets value for attribute identityProvidervoidsetKerberosContext(GSSContext kerberosContext) Sets value for attribute kerberosContextvoidsetKerberosDomain(String kerberosDomain) Sets value for attribute kerberosDomainvoidsetOtpHandler(String otpHandler) Sets value for attribute otpHandlervoidsetPassword(Password password) Sets value for attribute passwordvoidsetResendAvailable(boolean resendAvailable) Sets value for attribute resendAvailablevoidsetSilent(boolean silent) Sets value for attribute silentvoidsetTimeStamp(Timestamp timeStamp) Sets value for attribute timeStampvoidsetType(int type) Sets value for attribute typevoidSets value for attribute uservoidsetUserKey(String userKey) Sets value for attribute userKeyvoidSets value for attribute valuetoString()Returns a string representation of the value object.
-
Field Details
-
CARD_REQUIRED
public static final int CARD_REQUIREDConstant CARD_REQUIRED- See Also:
-
CARD_IFABLE
public static final int CARD_IFABLEConstant CARD_IFABLE- See Also:
-
CARD_IFNEEDED
public static final int CARD_IFNEEDEDConstant CARD_IFNEEDED- See Also:
-
CARD_DISABLED
public static final int CARD_DISABLEDConstant CARD_DISABLED- See Also:
-
TYPE_RMI
public static final int TYPE_RMIConstant TYPE_RMI- See Also:
-
TYPE_KERBEROS
public static final int TYPE_KERBEROSConstant TYPE_KERBEROS- See Also:
-
TYPE_CERT
public static final int TYPE_CERTConstant TYPE_CERT- See Also:
-
TYPE_PASSWORD
public static final int TYPE_PASSWORDConstant TYPE_PASSWORD- See Also:
-
-
Constructor Details
-
Challenge
public Challenge() -
Challenge
public Challenge(Password password, int type, User user, Account account, String userKey, Host host, Host clientHost, int centinelPort, String otpHandler, String cardNumber, String cell, String value, Timestamp timeStamp, int clientVersion, String kerberosDomain, String challengeId, GSSContext kerberosContext, String domain, boolean closeOldSessions, boolean silent, boolean alternativeMethodAvailable, boolean resendAvailable, Object additionalData, String identityProvider) -
Challenge
public Challenge(int type, boolean closeOldSessions, boolean silent, boolean alternativeMethodAvailable, boolean resendAvailable) -
Challenge
-
-
Method Details
-
getPassword
Gets value for attribute password -
setPassword
Sets value for attribute password -
getType
public int getType()Gets value for attribute type -
setType
public void setType(int type) Sets value for attribute type -
getUser
Gets value for attribute user -
setUser
Sets value for attribute user -
getAccount
Gets value for attribute account -
setAccount
Sets value for attribute account -
getUserKey
Gets value for attribute userKey -
setUserKey
Sets value for attribute userKey -
getHost
Gets value for attribute host -
setHost
Sets value for attribute host -
getClientHost
Gets value for attribute clientHost -
setClientHost
Sets value for attribute clientHost -
getCentinelPort
public int getCentinelPort()Gets value for attribute centinelPort -
setCentinelPort
public void setCentinelPort(int centinelPort) Sets value for attribute centinelPort -
getOtpHandler
Gets value for attribute otpHandler -
setOtpHandler
Sets value for attribute otpHandler -
getCardNumber
Gets value for attribute cardNumber -
setCardNumber
Sets value for attribute cardNumber -
getCell
Gets value for attribute cell -
setCell
Sets value for attribute cell -
getValue
Gets value for attribute value -
setValue
Sets value for attribute value -
getTimeStamp
Gets value for attribute timeStamp -
setTimeStamp
Sets value for attribute timeStamp -
getClientVersion
public int getClientVersion()Gets value for attribute clientVersion -
setClientVersion
public void setClientVersion(int clientVersion) Sets value for attribute clientVersion -
getKerberosDomain
Gets value for attribute kerberosDomain -
setKerberosDomain
Sets value for attribute kerberosDomain -
getChallengeId
Gets value for attribute challengeId -
setChallengeId
Sets value for attribute challengeId -
getKerberosContext
Gets value for attribute kerberosContext -
setKerberosContext
Sets value for attribute kerberosContext -
getDomain
Gets value for attribute domain -
setDomain
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 -
isAlternativeMethodAvailable
public boolean isAlternativeMethodAvailable()Gets value for attribute alternativeMethodAvailable -
setAlternativeMethodAvailable
public void setAlternativeMethodAvailable(boolean alternativeMethodAvailable) Sets value for attribute alternativeMethodAvailable -
isResendAvailable
public boolean isResendAvailable()Gets value for attribute resendAvailable -
setResendAvailable
public void setResendAvailable(boolean resendAvailable) Sets value for attribute resendAvailable -
getAdditionalData
Gets value for attribute additionalData -
setAdditionalData
Sets value for attribute additionalData -
getIdentityProvider
Gets value for attribute identityProvider -
setIdentityProvider
Sets value for attribute identityProvider -
toString
Returns a string representation of the value object.
-