mirror of https://github.com/jacekkow/keycloak-protocol-cas

Matthias Piepkorn
2017-01-29 8a55180284edc4f111d66f6e8b140408c7f7d160
src/main/java/org/keycloak/protocol/cas/representations/CASServiceResponseAuthenticationSuccess.java
File was renamed from src/main/java/org/keycloak/protocol/cas/representations/CasServiceResponseAuthenticationSuccess.java
@@ -8,7 +8,7 @@
import java.util.Map;
@XmlAccessorType(XmlAccessType.FIELD)
public class CasServiceResponseAuthenticationSuccess {
public class CASServiceResponseAuthenticationSuccess {
    private String user;
    private String proxyGrantingTicket;
    @XmlElementWrapper