Class CronofyProfile

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable, org.pac4j.core.profile.UserProfile

    public class CronofyProfile
    extends OAuth20Profile

    This class is the user profile for Cronofy with appropriate getters.

    It is returned by the CronofyClient.

    Since:
    5.3.1
    Author:
    Jerome Leleu
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.pac4j.core.profile.BasicUserProfile

        logger
    • Constructor Summary

      Constructors 
      Constructor Description
      CronofyProfile()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAccountId()  
      java.lang.String getProfileId()  
      java.lang.String getProfileName()  
      java.lang.String getProviderName()  
      java.lang.String getProviderService()  
      • Methods inherited from class org.pac4j.core.profile.CommonProfile

        getAttributeAsDate, getDisplayName, getEmail, getFamilyName, getFirstName, getGender, getLocale, getLocation, getPictureUrl, getProfileUrl, getUsername, isExpired
      • Methods inherited from class org.pac4j.core.profile.BasicUserProfile

        addAttribute, addAttributes, addAuthenticationAttribute, addAuthenticationAttributes, addPermission, addPermissions, addRole, addRoles, asPrincipal, build, build, containsAttribute, containsAuthenicationAttribute, extractAttributeValues, getAttribute, getAttribute, getAttributes, getAuthenticationAttribute, getAuthenticationAttribute, getAuthenticationAttributes, getClientName, getId, getLinkedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, removeAuthenticationAttribute, setClientName, setId, setLinkedId, setPermissions, setRemembered, setRoles, toString, writeExternal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CronofyProfile

        public CronofyProfile()
    • Method Detail

      • getAccountId

        public java.lang.String getAccountId()
      • getProviderName

        public java.lang.String getProviderName()
      • getProfileId

        public java.lang.String getProfileId()
      • getProfileName

        public java.lang.String getProfileName()
      • getProviderService

        public java.lang.String getProviderService()