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

Alexandre Rocha Wendling
2024-06-26 755fd78fa0ee0f2a67417a119382c63e02c1091e
commit | author | age
513246 1 @XmlSchema(
MP 2         namespace = "http://www.yale.edu/tp/cas",
3         xmlns = {
4                 @XmlNs(namespaceURI = "http://www.yale.edu/tp/cas", prefix = "cas")
5         },
fdb9f6 6         elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED)
513246 7 package org.keycloak.protocol.cas.representations;
MP 8
fdb9f6 9 import jakarta.xml.bind.annotation.XmlNs;
JK 10 import jakarta.xml.bind.annotation.XmlSchema;