Uses of Class
net.shibboleth.idp.cas.protocol.ProtocolError
-
Packages that use ProtocolError Package Description net.shibboleth.idp.cas.protocol APIs related to the CAS protocol. -
-
Uses of ProtocolError in net.shibboleth.idp.cas.protocol
Methods in net.shibboleth.idp.cas.protocol that return ProtocolError Modifier and Type Method Description static ProtocolErrorProtocolError. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtocolError[]ProtocolError. values()Returns an array containing the constants of this enum type, in the order they are declared.
-