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

org.pac4j.oauth.profile.casoauthwrapper.CasOAuthWrapperProfile Maven / Gradle / Ivy

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

import org.pac4j.oauth.profile.OAuth20Profile;

/**
 * 

This class is the user profile for sites using OAuth wrapper for CAS.

*

It is returned by the {@link org.pac4j.oauth.client.CasOAuthWrapperClient}.

* * @author Jerome Leleu * @since 1.3.0 */ public class CasOAuthWrapperProfile extends OAuth20Profile { private static final long serialVersionUID = 1347249873352825528L; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy