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

github-actions
2021-05-07 4c82cf72dfe23fa1e6cce9465062ae6c0c2a061e
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;