public interface PowerAuthApiAuthentication
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationId()
Get activation ID
|
Long |
getApplicationId()
Get related application ID.
|
io.getlime.security.powerauth.http.PowerAuthHttpHeader |
getHttpHeader()
Get the PowerAuth HTTP header.
|
io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes |
getSignatureFactors()
Return authentication factors related to the signature that was used to produce
this authentication object.
|
String |
getUserId()
Get user ID
|
String |
getVersion()
Get PowerAuth protocol version.
|
void |
setActivationId(String activationId)
Set activation ID
|
void |
setApplicationId(Long id)
Set related application ID.
|
void |
setHttpHeader(io.getlime.security.powerauth.http.PowerAuthHttpHeader httpHeader)
Set the PowerAuth HTTP header.
|
void |
setSignatureFactors(io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes factors)
Set authentication factors related to the signature that was used to produce
this authentication object.
|
void |
setUserId(String userId)
Set user ID
|
void |
setVersion(String version)
Set PowerAuth protocol version.
|
String getUserId()
void setUserId(String userId)
userId - User IDString getActivationId()
void setActivationId(String activationId)
activationId - Activation IDLong getApplicationId()
void setApplicationId(Long id)
id - Application ID.io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes getSignatureFactors()
void setSignatureFactors(io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes factors)
factors - Signature type (signature factors).String getVersion()
void setVersion(String version)
version - PowerAuth protocol version.io.getlime.security.powerauth.http.PowerAuthHttpHeader getHttpHeader()
void setHttpHeader(io.getlime.security.powerauth.http.PowerAuthHttpHeader httpHeader)
httpHeader - PowerAuth HTTP header.Copyright © 2017–2020 Wultra s.r.o.. All rights reserved.