Uses of Enum Class
org.pac4j.cas.config.CasProtocol
Packages that use CasProtocol
-
Uses of CasProtocol in org.pac4j.cas.config
Methods in org.pac4j.cas.config that return CasProtocolModifier and TypeMethodDescriptionstatic CasProtocolReturns the enum constant of this class with the specified name.static CasProtocol[]CasProtocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.pac4j.cas.config with parameters of type CasProtocolModifierConstructorDescriptionCasConfiguration(String loginUrl, CasProtocol protocol) Constructor for CasConfiguration.