io.github.johnjcool.keycloak.broker.cas.model.Code Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of keycloak-cas-services Show documentation
Show all versions of keycloak-cas-services Show documentation
Extend Keycloack with CAS IDP.
package io.github.johnjcool.keycloak.broker.cas.model;
public enum Code {
INVALID_REQUEST,
INVALID_TICKET_SPEC,
UNAUTHORIZED_SERVICE_PROXY,
INVALID_PROXY_CALLBACK,
INVALID_TICKET,
INVALID_SERVICE,
INTERNAL_ERROR;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy