Package org.cyclos.utils
Class PublicRegistrationHelper
- java.lang.Object
-
- org.cyclos.utils.PublicRegistrationHelper
-
public class PublicRegistrationHelper extends Object
Utilities for the the public registration
-
-
Constructor Summary
Constructors Constructor Description PublicRegistrationHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidfillFromIdentityProvider(PublicRegistrationData data, IdentityProviderCallbackResult result)Fills in the DTO which is placed inside the given registration data with fields from the identity provider result
-
-
-
Method Detail
-
fillFromIdentityProvider
public static void fillFromIdentityProvider(PublicRegistrationData data, IdentityProviderCallbackResult result)
Fills in the DTO which is placed inside the given registration data with fields from the identity provider result
-
-