com.github.lontime.extpac4j.sql.DbProfile Maven / Gradle / Ivy
The newest version!
package com.github.lontime.extpac4j.sql;
import com.github.lontime.extpac4j.sql.profile.DbProfileService;
import org.pac4j.core.profile.CommonProfile;
/**
* The user profile returned by a DB authentication.
*
* @see DbProfileService
* @author Jerome Leleu
* @since 1.8.0
*/
public class DbProfile extends CommonProfile {
private static final long serialVersionUID = 4740352872728540613L;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy