com.sun.xml.wss.provider.wsit.PipeConstants Maven / Gradle / Ivy
/*
* Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package com.sun.xml.wss.provider.wsit;
/**
* This pipe is used to do client side security for app server
*/
public interface PipeConstants {
String BINDING = "BINDING";
String CLIENT_SUBJECT = "CLIENT_SUBJECT";
String ENDPOINT = "ENDPOINT";
String ENDPOINT_ADDRESS = "ENDPOINT_ADDRESS";
String NEXT_PIPE = "NEXT_PIPE";
String NEXT_TUBE = "NEXT_TUBE";
String POLICY = "POLICY";
String SEI_MODEL = "SEI_MODEL";
String SECURITY_TOKEN = "SECURITY_TOKEN";
String SECURITY_PIPE = "SECURITY_PIPE";
String SERVER_SUBJECT = "SERVER_SUBJECT";
String SERVICE = "SERVICE";
String SERVICE_REF = "SERVICE_REF";
String SOAP_LAYER = "SOAP";
String SERVICE_ENDPOINT = "SERVICE_ENDPOINT";
String WSDL_MODEL = "WSDL_MODEL";
String WSDL_SERVICE = "WSDL_SERVICE";
String CONTAINER = "CONTAINER";
String AUTH_CONFIG="AUTH_CONFIG";
String WRAPPED_CONTEXT="WRAPPED_CONTEXT";
String ASSEMBLER_CONTEXT = "ASSEMBLER_CONTEXT";
String SERVER_CERT="SERVER_CERT";
}