Uses of Class
org.pac4j.cas.config.CasProtocol
-
Packages that use CasProtocol Package Description org.pac4j.cas.config -
-
Uses of CasProtocol in org.pac4j.cas.config
Methods in org.pac4j.cas.config that return CasProtocol Modifier and Type Method Description CasProtocolCasConfiguration. getProtocol()static CasProtocolCasProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static CasProtocol[]CasProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pac4j.cas.config with parameters of type CasProtocol Modifier and Type Method Description voidCasConfiguration. setProtocol(CasProtocol protocol)Constructors in org.pac4j.cas.config with parameters of type CasProtocol Constructor Description CasConfiguration(String loginUrl, CasProtocol protocol)
-