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

Mateusz Małek
2022-11-07 ea95558acf6c66acdfca2a3d25032e7e2ec45f50
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         },
6         elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
7 package org.keycloak.protocol.cas.representations;
8
9 import javax.xml.bind.annotation.XmlNs;
10 import javax.xml.bind.annotation.XmlSchema;