| 1 |
|
|
| 2 |
|
package org.kuali.student.security.wssecurity.secext.dto; |
| 3 |
|
|
| 4 |
|
import javax.xml.bind.JAXBElement; |
| 5 |
|
import javax.xml.bind.annotation.XmlElementDecl; |
| 6 |
|
import javax.xml.bind.annotation.XmlRegistry; |
| 7 |
|
import javax.xml.namespace.QName; |
| 8 |
|
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
@XmlRegistry |
|
|
|
| 0% |
Uncovered Elements: 43 (43) |
Complexity: 22 |
Complexity Density: 1.05 |
|
| 25 |
|
public class ObjectFactory { |
| 26 |
|
|
| 27 |
|
private final static QName _Nonce_QNAME = new QName("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", "Nonce"); |
| 28 |
|
private final static QName _Embedded_QNAME = new QName("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", "Embedded"); |
| 29 |
|
private final static QName _Password_QNAME = new QName("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", "Password"); |
| 30 |
|
private final static QName _Reference_QNAME = new QName("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", "Reference"); |
| 31 |
|
private final static QName _Security_QNAME = new QName("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", "Security"); |
| 32 |
|
private final static QName _SecurityTokenReference_QNAME = new QName("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", "SecurityTokenReference"); |
| 33 |
|
private final static QName _BinarySecurityToken_QNAME = new QName("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", "BinarySecurityToken"); |
| 34 |
|
private final static QName _KeyIdentifier_QNAME = new QName("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", "KeyIdentifier"); |
| 35 |
|
private final static QName _TransformationParameters_QNAME = new QName("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", "TransformationParameters"); |
| 36 |
|
private final static QName _UsernameToken_QNAME = new QName("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", "UsernameToken"); |
| 37 |
|
|
| 38 |
|
|
| 39 |
|
|
| 40 |
|
|
| 41 |
|
|
|
|
|
| - |
Uncovered Elements: 0 (0) |
Complexity: 1 |
Complexity Density: - |
|
| 42 |
0
|
public ObjectFactory() {... |
| 43 |
|
} |
| 44 |
|
|
| 45 |
|
|
| 46 |
|
@link |
| 47 |
|
|
| 48 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 49 |
0
|
public SecurityTokenReferenceType createSecurityTokenReferenceType() {... |
| 50 |
0
|
return new SecurityTokenReferenceType(); |
| 51 |
|
} |
| 52 |
|
|
| 53 |
|
|
| 54 |
|
@link |
| 55 |
|
|
| 56 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 57 |
0
|
public AttributedString createAttributedString() {... |
| 58 |
0
|
return new AttributedString(); |
| 59 |
|
} |
| 60 |
|
|
| 61 |
|
|
| 62 |
|
@link |
| 63 |
|
|
| 64 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 65 |
0
|
public BinarySecurityTokenType createBinarySecurityTokenType() {... |
| 66 |
0
|
return new BinarySecurityTokenType(); |
| 67 |
|
} |
| 68 |
|
|
| 69 |
|
|
| 70 |
|
@link |
| 71 |
|
|
| 72 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 73 |
0
|
public SecurityHeaderType createSecurityHeaderType() {... |
| 74 |
0
|
return new SecurityHeaderType(); |
| 75 |
|
} |
| 76 |
|
|
| 77 |
|
|
| 78 |
|
@link |
| 79 |
|
|
| 80 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 81 |
0
|
public UsernameTokenType createUsernameTokenType() {... |
| 82 |
0
|
return new UsernameTokenType(); |
| 83 |
|
} |
| 84 |
|
|
| 85 |
|
|
| 86 |
|
@link |
| 87 |
|
|
| 88 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 89 |
0
|
public KeyIdentifierType createKeyIdentifierType() {... |
| 90 |
0
|
return new KeyIdentifierType(); |
| 91 |
|
} |
| 92 |
|
|
| 93 |
|
|
| 94 |
|
@link |
| 95 |
|
|
| 96 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 97 |
0
|
public ReferenceType createReferenceType() {... |
| 98 |
0
|
return new ReferenceType(); |
| 99 |
|
} |
| 100 |
|
|
| 101 |
|
|
| 102 |
|
@link |
| 103 |
|
|
| 104 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 105 |
0
|
public EncodedString createEncodedString() {... |
| 106 |
0
|
return new EncodedString(); |
| 107 |
|
} |
| 108 |
|
|
| 109 |
|
|
| 110 |
|
@link |
| 111 |
|
|
| 112 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 113 |
0
|
public PasswordString createPasswordString() {... |
| 114 |
0
|
return new PasswordString(); |
| 115 |
|
} |
| 116 |
|
|
| 117 |
|
|
| 118 |
|
@link |
| 119 |
|
|
| 120 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 121 |
0
|
public EmbeddedType createEmbeddedType() {... |
| 122 |
0
|
return new EmbeddedType(); |
| 123 |
|
} |
| 124 |
|
|
| 125 |
|
|
| 126 |
|
@link |
| 127 |
|
|
| 128 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 129 |
0
|
public TransformationParametersType createTransformationParametersType() {... |
| 130 |
0
|
return new TransformationParametersType(); |
| 131 |
|
} |
| 132 |
|
|
| 133 |
|
|
| 134 |
|
@link@link |
| 135 |
|
|
| 136 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 137 |
0
|
@XmlElementDecl(namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", name = "Nonce")... |
| 138 |
|
public JAXBElement<EncodedString> createNonce(EncodedString value) { |
| 139 |
0
|
return new JAXBElement<EncodedString>(_Nonce_QNAME, EncodedString.class, null, value); |
| 140 |
|
} |
| 141 |
|
|
| 142 |
|
|
| 143 |
|
@link@link |
| 144 |
|
|
| 145 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 146 |
0
|
@XmlElementDecl(namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", name = "Embedded")... |
| 147 |
|
public JAXBElement<EmbeddedType> createEmbedded(EmbeddedType value) { |
| 148 |
0
|
return new JAXBElement<EmbeddedType>(_Embedded_QNAME, EmbeddedType.class, null, value); |
| 149 |
|
} |
| 150 |
|
|
| 151 |
|
|
| 152 |
|
@link@link |
| 153 |
|
|
| 154 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 155 |
0
|
@XmlElementDecl(namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", name = "Password")... |
| 156 |
|
public JAXBElement<PasswordString> createPassword(PasswordString value) { |
| 157 |
0
|
return new JAXBElement<PasswordString>(_Password_QNAME, PasswordString.class, null, value); |
| 158 |
|
} |
| 159 |
|
|
| 160 |
|
|
| 161 |
|
@link@link |
| 162 |
|
|
| 163 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 164 |
0
|
@XmlElementDecl(namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", name = "Reference")... |
| 165 |
|
public JAXBElement<ReferenceType> createReference(ReferenceType value) { |
| 166 |
0
|
return new JAXBElement<ReferenceType>(_Reference_QNAME, ReferenceType.class, null, value); |
| 167 |
|
} |
| 168 |
|
|
| 169 |
|
|
| 170 |
|
@link@link |
| 171 |
|
|
| 172 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 173 |
0
|
@XmlElementDecl(namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", name = "Security")... |
| 174 |
|
public JAXBElement<SecurityHeaderType> createSecurity(SecurityHeaderType value) { |
| 175 |
0
|
return new JAXBElement<SecurityHeaderType>(_Security_QNAME, SecurityHeaderType.class, null, value); |
| 176 |
|
} |
| 177 |
|
|
| 178 |
|
|
| 179 |
|
@link@link |
| 180 |
|
|
| 181 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 182 |
0
|
@XmlElementDecl(namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", name = "SecurityTokenReference")... |
| 183 |
|
public JAXBElement<SecurityTokenReferenceType> createSecurityTokenReference(SecurityTokenReferenceType value) { |
| 184 |
0
|
return new JAXBElement<SecurityTokenReferenceType>(_SecurityTokenReference_QNAME, SecurityTokenReferenceType.class, null, value); |
| 185 |
|
} |
| 186 |
|
|
| 187 |
|
|
| 188 |
|
@link@link |
| 189 |
|
|
| 190 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 191 |
0
|
@XmlElementDecl(namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", name = "BinarySecurityToken")... |
| 192 |
|
public JAXBElement<BinarySecurityTokenType> createBinarySecurityToken(BinarySecurityTokenType value) { |
| 193 |
0
|
return new JAXBElement<BinarySecurityTokenType>(_BinarySecurityToken_QNAME, BinarySecurityTokenType.class, null, value); |
| 194 |
|
} |
| 195 |
|
|
| 196 |
|
|
| 197 |
|
@link@link |
| 198 |
|
|
| 199 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 200 |
0
|
@XmlElementDecl(namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", name = "KeyIdentifier")... |
| 201 |
|
public JAXBElement<KeyIdentifierType> createKeyIdentifier(KeyIdentifierType value) { |
| 202 |
0
|
return new JAXBElement<KeyIdentifierType>(_KeyIdentifier_QNAME, KeyIdentifierType.class, null, value); |
| 203 |
|
} |
| 204 |
|
|
| 205 |
|
|
| 206 |
|
@link@link |
| 207 |
|
|
| 208 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 209 |
0
|
@XmlElementDecl(namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", name = "TransformationParameters")... |
| 210 |
|
public JAXBElement<TransformationParametersType> createTransformationParameters(TransformationParametersType value) { |
| 211 |
0
|
return new JAXBElement<TransformationParametersType>(_TransformationParameters_QNAME, TransformationParametersType.class, null, value); |
| 212 |
|
} |
| 213 |
|
|
| 214 |
|
|
| 215 |
|
@link@link |
| 216 |
|
|
| 217 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 218 |
0
|
@XmlElementDecl(namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", name = "UsernameToken")... |
| 219 |
|
public JAXBElement<UsernameTokenType> createUsernameToken(UsernameTokenType value) { |
| 220 |
0
|
return new JAXBElement<UsernameTokenType>(_UsernameToken_QNAME, UsernameTokenType.class, null, value); |
| 221 |
|
} |
| 222 |
|
|
| 223 |
|
} |