Uses of Class
net.bis5.mattermost.model.config.consts.SsoService
-
Packages that use SsoService Package Description net.bis5.mattermost.model.config.consts -
-
Uses of SsoService in net.bis5.mattermost.model.config.consts
Methods in net.bis5.mattermost.model.config.consts that return SsoService Modifier and Type Method Description SsoServiceSsoService.SsoServiceDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)static SsoServiceSsoService. of(String code)static SsoServiceSsoService. valueOf(String name)Returns the enum constant of this type with the specified name.static SsoService[]SsoService. values()Returns an array containing the constants of this enum type, in the order they are declared.
-