Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.cxf.ws.security.policy;
import javax.xml.namespace.QName;
import org.apache.cxf.common.util.StringUtils;
public final class SP11Constants extends SPConstants {
public static final SP11Constants INSTANCE = new SP11Constants();
public static final String SP_NS = "http://schemas.xmlsoap.org/ws/2005/07/securitypolicy";
public static final String SP_PREFIX = "sp";
public static final QName INCLUDE_TOKEN = new QName(SP_NS, SPConstants.ATTR_INCLUDE_TOKEN,
SP11Constants.SP_PREFIX);
public static final String INCLUDE_NEVER = SP11Constants.SP_NS
+ SPConstants.INCLUDE_TOKEN_NEVER_SUFFIX;
public static final String INCLUDE_ONCE = SP11Constants.SP_NS
+ SPConstants.INCLUDE_TOKEN_ONCE_SUFFIX;
public static final String INCLUDE_ALWAYS_TO_RECIPIENT = SP11Constants.SP_NS
+ SPConstants.INCLUDE_TOKEN_ALWAYS_TO_RECIPIENT_SUFFIX;
public static final String INCLUDE_ALWAYS = SP11Constants.SP_NS
+ SPConstants.INCLUDE_TOKEN_ALWAYS_SUFFIX;
// /////////////////////////////////////////////////////////////////////
public static final QName ATTR_XPATH_VERSION = new QName(SP_NS, SPConstants.XPATH_VERSION,
SP11Constants.SP_PREFIX);
////////////////////////////////////////////////////////////////////////
public static final QName TRANSPORT_BINDING = new QName(SP_NS,
SPConstants.TRANSPORT_BINDING , SP11Constants.SP_PREFIX);
public static final QName ALGORITHM_SUITE = new QName(SP_NS,
SPConstants.ALGO_SUITE , SP11Constants.SP_PREFIX);
public static final QName LAYOUT = new QName(SP_NS, SPConstants.LAYOUT, SP_PREFIX);
// ////////////////
public static final QName INCLUDE_TIMESTAMP = new QName(SP_NS,
SPConstants.INCLUDE_TIMESTAMP, SP11Constants.SP_PREFIX);
public static final QName ONLY_SIGN_ENTIRE_HEADERS_AND_BODY = new QName(SP_NS,
SPConstants.ONLY_SIGN_ENTIRE_HEADERS_AND_BODY, SP11Constants.SP_PREFIX);
public static final QName TRANSPORT_TOKEN = new QName(SP_NS,
SPConstants.TRANSPORT_TOKEN, SP11Constants.SP_PREFIX);
public static final QName HTTPS_TOKEN = new QName(SP11Constants.SP_NS,
SPConstants.HTTPS_TOKEN, SP11Constants.SP_PREFIX);
public static final QName SECURITY_CONTEXT_TOKEN = new QName(
SP11Constants.SP_NS, SPConstants.SECURITY_CONTEXT_TOKEN, SP11Constants.SP_PREFIX);
public static final QName SECURE_CONVERSATION_TOKEN = new QName(
SP11Constants.SP_NS, SPConstants.SECURE_CONVERSATION_TOKEN , SP11Constants.SP_PREFIX);
public static final QName SIGNATURE_TOKEN = new QName(SP11Constants.SP_NS,
SPConstants.SIGNATURE_TOKEN , SP11Constants.SP_PREFIX);
public static final QName SIGNED_PARTS = new QName(SP11Constants.SP_NS,
SPConstants.SIGNED_PARTS , SP11Constants.SP_PREFIX);
public static final QName ENCRYPTED_PARTS = new QName(SP11Constants.SP_NS,
SPConstants.ENCRYPTED_PARTS , SP11Constants.SP_PREFIX);
public static final QName SIGNED_ELEMENTS = new QName(SP11Constants.SP_NS,
SPConstants.SIGNED_ELEMENTS , SP11Constants.SP_PREFIX);
public static final QName ENCRYPTED_ELEMENTS = new QName(SP11Constants.SP_NS,
SPConstants.ENCRYPTED_ELEMENTS, SP11Constants.SP_PREFIX);
public static final QName REQUIRED_ELEMENTS = new QName(SP11Constants.SP_NS,
SPConstants.REQUIRED_ELEMENTS, SP11Constants.SP_PREFIX);
public static final QName USERNAME_TOKEN = new QName(SP11Constants.SP_NS,
SPConstants.USERNAME_TOKEN , SP11Constants.SP_PREFIX);
public static final QName SAML_TOKEN = new QName(SP11Constants.SP_NS,
SPConstants.SAML_TOKEN , SP11Constants.SP_PREFIX);
public static final QName KERBEROS_TOKEN = new QName(SP11Constants.SP_NS,
SPConstants.KERBEROS_TOKEN, SP11Constants.SP_PREFIX);
public static final QName SPNEGO_CONTEXT_TOKEN = new QName(SP11Constants.SP_NS,
SPConstants.SPNEGO_CONTEXT_TOKEN, SP11Constants.SP_PREFIX);
public static final QName WSS_USERNAME_TOKEN10 = new QName(SP11Constants.SP_NS,
SPConstants.USERNAME_TOKEN10 , SP11Constants.SP_PREFIX);
public static final QName WSS_USERNAME_TOKEN11 = new QName(SP11Constants.SP_NS,
SPConstants.USERNAME_TOKEN11 , SP11Constants.SP_PREFIX);
public static final QName ENCRYPTION_TOKEN = new QName(SP11Constants.SP_NS,
SPConstants.ENCRYPTION_TOKEN, SP11Constants.SP_PREFIX);
public static final QName X509_TOKEN = new QName(SP11Constants.SP_NS,
SPConstants.X509_TOKEN , SP11Constants.SP_PREFIX);
public static final QName WSS_X509_V1_TOKEN_10 = new QName(SP11Constants.SP_NS,
SPConstants.WSS_X509_V1_TOKEN10 , SP11Constants.SP_PREFIX);
public static final QName WSS_X509_V3_TOKEN_10 = new QName(SP11Constants.SP_NS,
SPConstants.WSS_X509_V3_TOKEN10 , SP11Constants.SP_PREFIX);
public static final QName WSS_X509_PKCS7_TOKEN_10 = new QName(
SP11Constants.SP_NS, SPConstants.WSS_X509_PKCS7_TOKEN10 , SP11Constants.SP_PREFIX);
public static final QName WSS_X509_PKI_PATH_V1_TOKEN_10 = new QName(
SP11Constants.SP_NS, SPConstants.WSS_X509_PKI_PATH_V1_TOKEN10 , SP11Constants.SP_PREFIX);
public static final QName WSS_X509_V1_TOKEN_11 = new QName(SP11Constants.SP_NS,
SPConstants.WSS_X509_V1_TOKEN11, SP11Constants.SP_PREFIX);
public static final QName WSS_X509_V3_TOKEN_11 = new QName(SP11Constants.SP_NS,
SPConstants.WSS_X509_V3_TOKEN11 , SP11Constants.SP_PREFIX);
public static final QName WSS_X509_PKCS7_TOKEN_11 = new QName(
SP11Constants.SP_NS, SPConstants.WSS_X509_PKCS7_TOKEN11, SP11Constants.SP_PREFIX);
public static final QName WSS_X509_PKI_PATH_V1_TOKEN_11 = new QName(
SP11Constants.SP_NS, SPConstants.WSS_X509_PKI_PATH_V1_TOKEN11, SP11Constants.SP_PREFIX);
public static final QName ISSUED_TOKEN = new QName(SP11Constants.SP_NS,
SPConstants.ISSUED_TOKEN , SP11Constants.SP_PREFIX);
public static final QName SUPPORTING_TOKENS = new QName(SP11Constants.SP_NS,
SPConstants.SUPPORTING_TOKENS , SP11Constants.SP_PREFIX);
public static final QName SIGNED_SUPPORTING_TOKENS = new QName(
SP11Constants.SP_NS, SPConstants.SIGNED_SUPPORTING_TOKENS , SP11Constants.SP_PREFIX);
public static final QName ENDORSING_SUPPORTING_TOKENS = new QName(
SP11Constants.SP_NS, SPConstants.ENDORSING_SUPPORTING_TOKENS , SP11Constants.SP_PREFIX);
public static final QName SIGNED_ENDORSING_SUPPORTING_TOKENS = new QName(
SP11Constants.SP_NS, SPConstants.SIGNED_ENDORSING_SUPPORTING_TOKENS,
SP11Constants.SP_PREFIX);
public static final QName PROTECTION_TOKEN = new QName(SP11Constants.SP_NS,
SPConstants.PROTECTION_TOKEN, SP11Constants.SP_PREFIX);
public static final QName ASYMMETRIC_BINDING = new QName(SP11Constants.SP_NS,
SPConstants.ASYMMETRIC_BINDING, SP11Constants.SP_PREFIX);
public static final QName SYMMETRIC_BINDING = new QName(SP11Constants.SP_NS,
SPConstants.SYMMETRIC_BINDING, SP11Constants.SP_PREFIX);
public static final QName INITIATOR_TOKEN = new QName(SP11Constants.SP_NS,
SPConstants.INITIATOR_TOKEN , SP11Constants.SP_PREFIX);
public static final QName INITIATOR_SIGNATURE_TOKEN = new QName(SP11Constants.SP_NS,
SPConstants.INITIATOR_SIGNATURE_TOKEN , SP11Constants.SP_PREFIX);
public static final QName INITIATOR_ENCRYPTION_TOKEN = new QName(SP11Constants.SP_NS,
SPConstants.INITIATOR_ENCRYPTION_TOKEN , SP11Constants.SP_PREFIX);
public static final QName RECIPIENT_TOKEN = new QName(SP11Constants.SP_NS,
SPConstants.RECIPIENT_TOKEN , SP11Constants.SP_PREFIX);
public static final QName RECIPIENT_SIGNATURE_TOKEN = new QName(SP11Constants.SP_NS,
SPConstants.RECIPIENT_SIGNATURE_TOKEN , SP11Constants.SP_PREFIX);
public static final QName RECIPIENT_ENCRYPTION_TOKEN = new QName(SP11Constants.SP_NS,
SPConstants.RECIPIENT_ENCRYPTION_TOKEN , SP11Constants.SP_PREFIX);
public static final QName ENCRYPT_SIGNATURE = new QName(SP11Constants.SP_NS,
SPConstants.ENCRYPT_SIGNATURE , SP11Constants.SP_PREFIX);
public static final QName PROTECT_TOKENS = new QName(SP11Constants.SP_NS,
SPConstants.PROTECT_TOKENS, SP11Constants.SP_PREFIX);
public static final QName REQUIRE_KEY_IDENTIFIER_REFERENCE = new QName(
SP11Constants.SP_NS, SPConstants.REQUIRE_KEY_IDENTIFIER_REFERENCE ,
SP11Constants.SP_PREFIX);
public static final QName REQUIRE_ISSUER_SERIAL_REFERENCE = new QName(
SP11Constants.SP_NS, SPConstants.REQUIRE_ISSUER_SERIAL_REFERENCE,
SP11Constants.SP_PREFIX);
public static final QName REQUIRE_EMBEDDED_TOKEN_REFERENCE = new QName(
SP11Constants.SP_NS, SPConstants.REQUIRE_EMBEDDED_TOKEN_REFERENCE,
SP11Constants.SP_PREFIX);
public static final QName REQUIRE_THUMBPRINT_REFERENCE = new QName(
SP11Constants.SP_NS, SPConstants.REQUIRE_THUMBPRINT_REFERENCE , SP11Constants.SP_PREFIX);
public static final QName MUST_SUPPORT_REF_KEY_IDENTIFIER = new QName(
SP11Constants.SP_NS, SPConstants.MUST_SUPPORT_REF_KEY_IDENTIFIER , SP11Constants.SP_PREFIX);
public static final QName MUST_SUPPORT_REF_ISSUER_SERIAL = new QName(
SP11Constants.SP_NS, SPConstants.MUST_SUPPORT_REF_ISSUER_SERIAL, SP11Constants.SP_PREFIX);
public static final QName MUST_SUPPORT_REF_EXTERNAL_URI = new QName(
SP11Constants.SP_NS, SPConstants.MUST_SUPPORT_REF_EXTERNAL_URI , SP11Constants.SP_PREFIX);
public static final QName MUST_SUPPORT_REF_EMBEDDED_TOKEN = new QName(
SP11Constants.SP_NS, SPConstants.MUST_SUPPORT_REF_EMBEDDED_TOKEN, SP11Constants.SP_PREFIX);
public static final QName MUST_SUPPORT_REF_THUMBPRINT = new QName(
SP11Constants.SP_NS, SPConstants.MUST_SUPPORT_REF_THUMBPRINT, SP11Constants.SP_PREFIX);
public static final QName MUST_SUPPORT_REF_ENCRYPTED_KEY = new QName(
SP11Constants.SP_NS, SPConstants.MUST_SUPPORT_REF_ENCRYPTED_KEY, SP11Constants.SP_PREFIX);
public static final QName WSS10 = new QName(SP11Constants.SP_NS, SPConstants.WSS10 ,
SP11Constants.SP_PREFIX);
public static final QName WSS11 = new QName(SP11Constants.SP_NS, SPConstants.WSS11,
SP11Constants.SP_PREFIX);
public static final QName TRUST_10 = new QName(SP11Constants.SP_NS, SPConstants.TRUST_10,
SP11Constants.SP_PREFIX);
public static final QName REQUIRE_SIGNATURE_CONFIRMATION = new QName(
SP11Constants.SP_NS, SPConstants.REQUIRE_SIGNATURE_CONFIRMATION ,
SP11Constants.SP_PREFIX);
public static final QName MUST_SUPPORT_CLIENT_CHALLENGE = new QName(
SP11Constants.SP_NS, SPConstants.MUST_SUPPORT_CLIENT_CHALLENGE, SP11Constants.SP_PREFIX);
public static final QName MUST_SUPPORT_SERVER_CHALLENGE = new QName(
SP11Constants.SP_NS, SPConstants.MUST_SUPPORT_SERVER_CHALLENGE , SP11Constants.SP_PREFIX);
public static final QName REQUIRE_CLIENT_ENTROPY = new QName(
SP11Constants.SP_NS, SPConstants.REQUIRE_CLIENT_ENTROPY, SP11Constants.SP_PREFIX);
public static final QName REQUIRE_SERVER_ENTROPY = new QName(
SP11Constants.SP_NS, SPConstants.REQUIRE_SERVER_ENTROPY, SP11Constants.SP_PREFIX);
public static final QName MUST_SUPPORT_ISSUED_TOKENS = new QName(
SP11Constants.SP_NS, SPConstants.MUST_SUPPORT_ISSUED_TOKENS , SP11Constants.SP_PREFIX);
public static final QName ISSUER = new QName(SP11Constants.SP_NS, SPConstants.ISSUER,
SP11Constants.SP_PREFIX);
public static final QName REQUIRE_DERIVED_KEYS = new QName(SP11Constants.SP_NS,
SPConstants.REQUIRE_DERIVED_KEYS, SP11Constants.SP_PREFIX);
public static final QName REQUIRE_EXTERNAL_URI_REFERENCE = new QName(
SP11Constants.SP_NS, SPConstants.REQUIRE_EXTERNAL_URI_REFERENCE, SP11Constants.SP_PREFIX);
public static final QName REQUIRE_EXTERNAL_REFERENCE = new QName(
SP11Constants.SP_NS, SPConstants.REQUIRE_EXTERNAL_REFERENCE , SP11Constants.SP_PREFIX);
public static final QName REQUIRE_INTERNAL_REFERENCE = new QName(
SP11Constants.SP_NS, SPConstants.REQUIRE_INTERNAL_REFERENCE , SP11Constants.SP_PREFIX);
public static final QName REQUEST_SECURITY_TOKEN_TEMPLATE = new QName(
SP11Constants.SP_NS, SPConstants.REQUEST_SECURITY_TOKEN_TEMPLATE,
SP11Constants.SP_PREFIX);
public static final QName SC10_SECURITY_CONTEXT_TOKEN = new QName(
SP11Constants.SP_NS, SPConstants.SC10_SECURITY_CONTEXT_TOKEN , SP11Constants.SP_PREFIX);
public static final QName BOOTSTRAP_POLICY = new QName(SP11Constants.SP_NS,
SPConstants.BOOTSTRAP_POLICY , SP11Constants.SP_PREFIX);
public static final QName XPATH = new QName(SP11Constants.SP_NS, SPConstants.XPATH_EXPR,
SP11Constants.SP_PREFIX);
private SP11Constants() {
//utility class
}
public IncludeTokenType getInclusionFromAttributeValue(String value) {
if (INCLUDE_ALWAYS.equals(value)) {
return IncludeTokenType.INCLUDE_TOKEN_ALWAYS;
} else if (INCLUDE_ALWAYS_TO_RECIPIENT.equals(value)) {
return IncludeTokenType.INCLUDE_TOKEN_ALWAYS_TO_RECIPIENT;
} else if (INCLUDE_NEVER.equals(value)) {
return IncludeTokenType.INCLUDE_TOKEN_NEVER;
} else if (INCLUDE_ONCE.equals(value)) {
return IncludeTokenType.INCLUDE_TOKEN_ONCE;
}
return StringUtils.isEmpty(value) ? IncludeTokenType.INCLUDE_TOKEN_ALWAYS : null;
}
public String getAttributeValueFromInclusion(IncludeTokenType value) {
switch(value) {
case INCLUDE_TOKEN_ALWAYS:
return SP11Constants.INCLUDE_ALWAYS;
case INCLUDE_TOKEN_ALWAYS_TO_RECIPIENT:
return SP11Constants.INCLUDE_ALWAYS_TO_RECIPIENT;
case INCLUDE_TOKEN_NEVER:
return SP11Constants.INCLUDE_NEVER;
case INCLUDE_TOKEN_ONCE:
return SP11Constants.INCLUDE_ONCE;
default :
return null;
}
}
public Version getVersion() {
return Version.SP_V11;
}
public String getNamespace() {
return SP_NS;
}
public QName getWSS10() {
return WSS10;
}
public QName getWSS11() {
return WSS11;
}
public QName getAlgorithmSuite() {
return ALGORITHM_SUITE;
}
public QName getAsymmetricBinding() {
return ASYMMETRIC_BINDING;
}
public QName getEncryptionToken() {
return ENCRYPTION_TOKEN;
}
public QName getHttpsToken() {
return HTTPS_TOKEN;
}
public QName getInitiatorToken() {
return INITIATOR_TOKEN;
}
public QName getInitiatorSignatureToken() {
return INITIATOR_SIGNATURE_TOKEN;
}
public QName getInitiatorEncryptionToken() {
return INITIATOR_ENCRYPTION_TOKEN;
}
public QName getIssuedToken() {
return ISSUED_TOKEN;
}
public QName getLayout() {
return LAYOUT;
}
public QName getProtectionToken() {
return PROTECTION_TOKEN;
}
public QName getRecipientToken() {
return RECIPIENT_TOKEN;
}
public QName getRecipientSignatureToken() {
return RECIPIENT_SIGNATURE_TOKEN;
}
public QName getRecipientEncryptionToken() {
return RECIPIENT_ENCRYPTION_TOKEN;
}
public QName getRequiredElements() {
return REQUIRED_ELEMENTS;
}
public QName getSecureConversationToken() {
return SECURE_CONVERSATION_TOKEN;
}
public QName getSecurityContextToken() {
return SECURITY_CONTEXT_TOKEN;
}
public QName getSignatureToken() {
return SIGNATURE_TOKEN;
}
public QName getSignedElements() {
return SIGNED_ELEMENTS;
}
public QName getEncryptedElements() {
return ENCRYPTED_ELEMENTS;
}
public QName getSignedParts() {
return SIGNED_PARTS;
}
public QName getEncryptedParts() {
return ENCRYPTED_PARTS;
}
public QName getSymmetricBinding() {
return SYMMETRIC_BINDING;
}
public QName getTransportBinding() {
return TRANSPORT_BINDING;
}
public QName getTransportToken() {
return TRANSPORT_TOKEN;
}
public QName getUserNameToken() {
return USERNAME_TOKEN;
}
public QName getSamlToken() {
return SAML_TOKEN;
}
public QName getKerberosToken() {
return KERBEROS_TOKEN;
}
public QName getSpnegoContextToken() {
return SPNEGO_CONTEXT_TOKEN;
}
public QName getX509Token() {
return X509_TOKEN;
}
public QName getSupportingTokens() {
return SUPPORTING_TOKENS;
}
public QName getSignedSupportingTokens() {
return SIGNED_SUPPORTING_TOKENS;
}
public QName getEndorsingSupportingTokens() {
return ENDORSING_SUPPORTING_TOKENS;
}
public QName getSignedEndorsingSupportingTokens() {
return SIGNED_ENDORSING_SUPPORTING_TOKENS;
}
public QName getIncludeToken() {
return INCLUDE_TOKEN;
}
public QName getRequiredDerivedKeys() {
return REQUIRE_DERIVED_KEYS;
}
public QName getIncludeTimestamp() {
return INCLUDE_TIMESTAMP;
}
}