All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pac4j.gae.profile.GaeUserServiceProfile Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
package org.pac4j.gae.profile;

import lombok.ToString;
import org.pac4j.core.profile.CommonProfile;

import java.io.Serial;

/**
 * 

This class is the user profile for Google using UserService with appropriate getters.

*

It is returned by the {@link org.pac4j.gae.client.GaeUserServiceClient}.

* * @see org.pac4j.gae.client.GaeUserServiceClient * @author Patrice de Saint Steban * @since 1.6.0 */ @ToString(callSuper = true) public class GaeUserServiceProfile extends CommonProfile { @Serial private static final long serialVersionUID = 7866288887408897456L; /** Constant PAC4J_GAE_GLOBAL_ADMIN_ROLE="GLOBAL_ADMIN" */ public final static String PAC4J_GAE_GLOBAL_ADMIN_ROLE = "GLOBAL_ADMIN"; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy