Class PowerAuthActivationImpl
java.lang.Object
io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthActivationImpl
- All Implemented Interfaces:
PowerAuthActivation,Serializable
public class PowerAuthActivationImpl extends Object implements PowerAuthActivation, Serializable
Class representing PowerAuth activation detail in context of signature verification.
- Author:
- Roman Strobl, roman.strobl@wultra.com
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PowerAuthActivationImpl() -
Method Summary
Modifier and Type Method Description List<String>getActivationFlags()Get activation flags.StringgetActivationId()Get activation ID.ActivationStatusgetActivationStatus()Get activation status.AuthenticationContextgetAuthenticationContext()Get PowerAuth authentication context.StringgetBlockedReason()Get the reason why activation was blocked.StringgetUserId()Get user ID.StringgetVersion()Get PowerAuth protocol version.voidsetActivationFlags(List<String> activationFlags)Set activation flags.voidsetActivationId(String activationId)Set activation ID.voidsetActivationStatus(ActivationStatus activationStatus)Set activation status.voidsetAuthenticationContext(AuthenticationContext authenticationContext)Set PowerAuth authentication context.voidsetBlockedReason(String blockedReason)Set the reason why activation was blocked.voidsetUserId(String userId)Set user ID.voidsetVersion(String version)Set PowerAuth protocol version.
-
Constructor Details
-
PowerAuthActivationImpl
public PowerAuthActivationImpl()
-
-
Method Details
-
getUserId
Description copied from interface:PowerAuthActivationGet user ID.- Specified by:
getUserIdin interfacePowerAuthActivation- Returns:
- User ID.
-
setUserId
Description copied from interface:PowerAuthActivationSet user ID.- Specified by:
setUserIdin interfacePowerAuthActivation- Parameters:
userId- User ID.
-
getActivationId
Description copied from interface:PowerAuthActivationGet activation ID.- Specified by:
getActivationIdin interfacePowerAuthActivation- Returns:
- Activation ID.
-
setActivationId
Description copied from interface:PowerAuthActivationSet activation ID.- Specified by:
setActivationIdin interfacePowerAuthActivation- Parameters:
activationId- Activation ID.
-
getActivationStatus
Description copied from interface:PowerAuthActivationGet activation status.- Specified by:
getActivationStatusin interfacePowerAuthActivation- Returns:
- Activation status.
-
setActivationStatus
Description copied from interface:PowerAuthActivationSet activation status.- Specified by:
setActivationStatusin interfacePowerAuthActivation- Parameters:
activationStatus- Activation status.
-
getBlockedReason
Description copied from interface:PowerAuthActivationGet the reason why activation was blocked.- Specified by:
getBlockedReasonin interfacePowerAuthActivation- Returns:
- Reason why activation was blocked.
-
setBlockedReason
Description copied from interface:PowerAuthActivationSet the reason why activation was blocked.- Specified by:
setBlockedReasonin interfacePowerAuthActivation- Parameters:
blockedReason- Reason why activation was blocked.
-
getActivationFlags
Description copied from interface:PowerAuthActivationGet activation flags.- Specified by:
getActivationFlagsin interfacePowerAuthActivation- Returns:
- Activation flags.
-
setActivationFlags
Description copied from interface:PowerAuthActivationSet activation flags.- Specified by:
setActivationFlagsin interfacePowerAuthActivation- Parameters:
activationFlags- Activation flags.
-
getAuthenticationContext
Description copied from interface:PowerAuthActivationGet PowerAuth authentication context.- Specified by:
getAuthenticationContextin interfacePowerAuthActivation- Returns:
- PowerAuth authentication context.
-
setAuthenticationContext
Description copied from interface:PowerAuthActivationSet PowerAuth authentication context.- Specified by:
setAuthenticationContextin interfacePowerAuthActivation- Parameters:
authenticationContext- PowerAuth authentication context.
-
getVersion
Description copied from interface:PowerAuthActivationGet PowerAuth protocol version.- Specified by:
getVersionin interfacePowerAuthActivation- Returns:
- PowerAuth protocol version.
-
setVersion
Description copied from interface:PowerAuthActivationSet PowerAuth protocol version.- Specified by:
setVersionin interfacePowerAuthActivation- Parameters:
version- PowerAuth protocol version.
-