Package org.cyclos.impl.users
Class IdentityProviderProfile
- java.lang.Object
-
- org.cyclos.impl.users.IdentityProviderProfile
-
public class IdentityProviderProfile extends Object
Contains data read from an identity provider
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdentityProviderProfilefromPac4j(org.pac4j.core.profile.CommonProfile profile)StringgetEmail()static StringgetEmailIfVerified(org.pac4j.core.profile.CommonProfile profile)StringgetId()StringgetName()
-
-
-
Method Detail
-
fromPac4j
public static IdentityProviderProfile fromPac4j(org.pac4j.core.profile.CommonProfile profile)
-
getEmailIfVerified
public static String getEmailIfVerified(org.pac4j.core.profile.CommonProfile profile)
-
getEmail
public String getEmail()
-
getId
public String getId()
-
getName
public String getName()
-
-