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

github-actions
2020-12-17 0ec41088c05da71dca382513e71d576206229057
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;