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

github-actions
2020-11-06 d9b7cc22b3f227c6c60d4bd58bc618d96f6d7482
1
2
3
4
5
6
7
8
9
10
@XmlSchema(
        namespace = "http://www.yale.edu/tp/cas",
        xmlns = {
                @XmlNs(namespaceURI = "http://www.yale.edu/tp/cas", prefix = "cas")
        },
        elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
package org.keycloak.protocol.cas.representations;
 
import javax.xml.bind.annotation.XmlNs;
import javax.xml.bind.annotation.XmlSchema;