package org.pac4j.cas.profile;
import org.pac4j.core.profile.CommonProfile;
/**
* <p>This class is the user profile for sites using CAS protocol.</p>
* <p>It is returned by the {@link org.pac4j.cas.client.CasClient}.</p>
*
* @author Jerome Leleu
* @since 1.4.0
*/
public class CasProfile extends CommonProfile {
private static final long serialVersionUID = 60202509738824863L;
}