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; |