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

org.pac4j.cas.config.CasProtocol Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
package org.pac4j.cas.config;

/**
 * CAS protocol.
 *
 * @author Jerome Leleu
 * @since 1.4.0
 */
public enum CasProtocol {
    CAS10, CAS20, CAS20_PROXY, CAS30, CAS30_PROXY, SAML
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy