public interface PowerAuthUserProvider
| Modifier and Type | Method and Description |
|---|---|
String |
lookupUserIdForAttributes(Map<String,String> identityAttributes)
This method is responsible for looking user ID up based on a provided set of identity attributes.
|
void |
processCustomActivationAttributes(Map<String,Object> customAttributes)
Process custom attributes, in any way that is suitable for the purpose of your application.
|
boolean |
shouldAutoCommitActivation(Map<String,String> identityAttributes,
Map<String,Object> customAttributes)
Variable that specifies if the activation should be automatically commited based on provided attributes.
|
String lookupUserIdForAttributes(Map<String,String> identityAttributes)
identityAttributes - Attributes that uniquely identify user with given ID.boolean shouldAutoCommitActivation(Map<String,String> identityAttributes, Map<String,Object> customAttributes)
identityAttributes - Identity related attributes.customAttributes - Custom attributes, not related to identity.Copyright © 2016–2017 Lime - HighTech Solutions Inc.. All rights reserved.