
org.pac4j.oauth.profile.casoauthwrapper.CasOAuthWrapperProfile Maven / Gradle / Ivy
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