Class ActivationLayer1Request
java.lang.Object
io.getlime.security.powerauth.rest.api.model.request.v3.ActivationLayer1Request
public class ActivationLayer1Request extends Object
Request object for activation layer 1.
- Author:
- Roman Strobl, roman.strobl@wultra.com
-
Constructor Summary
Constructors Constructor Description ActivationLayer1Request() -
Method Summary
Modifier and Type Method Description EciesEncryptedRequestgetActivationData()Get encrypted activation data.Map<String,Object>getCustomAttributes()Get custom attributes.Map<String,String>getIdentityAttributes()Get identity attributes.ActivationTypegetType()Get activation type.voidsetActivationData(EciesEncryptedRequest activationData)Set encrypted activation data.voidsetCustomAttributes(Map<String,Object> customAttributes)Set custom attributes.voidsetIdentityAttributes(Map<String,String> identityAttributes)Set identity attributes.voidsetType(ActivationType type)Set activation type.
-
Constructor Details
-
ActivationLayer1Request
public ActivationLayer1Request()
-
-
Method Details
-
getType
Get activation type.- Returns:
- Activation type.
-
setType
Set activation type.- Parameters:
type- Activation type.
-
getIdentityAttributes
Get identity attributes.- Returns:
- Identity attributes.
-
setIdentityAttributes
Set identity attributes.- Parameters:
identityAttributes- Identity attributes.
-
getCustomAttributes
Get custom attributes.- Returns:
- Custom attributes.
-
setCustomAttributes
Set custom attributes.- Parameters:
customAttributes- Custom attributes.
-
getActivationData
Get encrypted activation data.- Returns:
- Encrypted activation data.
-
setActivationData
Set encrypted activation data.- Parameters:
activationData- Encrypted activation data.
-