All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.xml.ws.security.secconv.logging.LogStrings.properties Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution License("CDDL") (collectively, the "License").  You
# may not use this file except in compliance with the License.  You can
# obtain a copy of the License at
# https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
# or packager/legal/LICENSE.txt.  See the License for the specific
# language governing permissions and limitations under the License.
#
# When distributing the software, include this License Header Notice in each
# file and include the License file at packager/legal/LICENSE.txt.
#
# GPL Classpath Exception:
# Oracle designates this particular file as subject to the "Classpath"
# exception as provided by Oracle in the GPL Version 2 section of the License
# file that accompanied this code.
#
# Modifications:
# If applicable, add the following below the License Header, with the fields
# enclosed by brackets [] replaced by your own identifying information:
# "Portions Copyright [year] [name of copyright owner]"
#
# Contributor(s):
# If you wish your version of this file to be governed by only the CDDL or
# only the GPL Version 2, indicate your decision by adding "[Contributor]
# elects to include this software in this distribution under the [CDDL or GPL
# Version 2] license."  If you don't indicate a single choice of license, a
# recipient has the option to distribute your version of this file under
# either the CDDL, the GPL Version 2 or to extend the choice of license to
# its licensees as provided above.  However, if you add GPL Version 2 code
# and therefore, elected the GPL Version 2 license, then the option applies
# only if the new code is made subject to such option by the copyright
# holder.
#

#Logging Error codes

#### Errors and exceptions (1-1000)
WSSC0001.error.marshal.log=WSSC0001:Error in Marshalling RSTR to string for logging.  Could be a problem in the well formedness of XML in the message.

WSSC0002.null.token=WSSC0002: Invalid (null) security token and proof token. RST does not contain a valid token.

WSSC0003.invalid.prooftoken=WSSC0003:Invalid Proof Token Type: {0}. Accepted types are computed key type and Binary Secret type.

WSSC0004.parse.exception=WSSC0004:Invalid created or expires dates encountered. Accepted date format is yyyy-MM-dd'T'HH:mm:ss'.'SSS'Z'

WSSC0005.computed.keysize=WSSC0005:Computed key size: {0}. Default keySize value {1}.

WSSC0006.unabletoextract.key=WSSC0006:Unable to extract P-SHA1 key.

WSSC0007.created.rstr=WSSC0007:Created RSTR for client initiated issued token context: {0}.

WSSC0008.urisyntax.exception=WSSC0008:Could not create URI for {0}.

WSSC0009.clientEntropy.value=WSSC0009:Client entropy value is {0}.

WSSC0010.clientEntropy.cannot.null=WSSC0010:Client entropy cannot be null when RequireClientEntropy is not enabled.

WSSC0011.keySize.value=WSSC0011:Keysize value is {0}. Default is {1}.

WSSC0012.compute.seckey=WSSC0012:There was a problem in computing secret key.

WSSC0013.cannot.create.rstr.response=WSSC0013:Cannot create RSTR Response.

WSSC0014.rstr.response=WSSC0014:Generated RSTR Response: {0}.

WSSC0015.unknown.context=WSSC0015:Unknown security context token to cancel: {0}.  Either the context is not found or it does not contain a valid token.

WSSC0016.problem.mar.unmar=WSSC0016:Problem creating JAXB Marshaller/Unmarshaller from JAXBContext. Check if the JAXBcontext has been initialized properly.

WSSC0017.problem.add.address.headers:WSSC0017:Problem adding Addressing Headers.

WSSC0018.err.jaxb.rstr=WSSC0018:Error reading RSTR Payload as JAXB element. Perhaps the RSTR element does not conform to RSTR schema as expected by JAXB.

WSSC0019.err.token.value=WSSC0019:There was an error extracting TokenValue.

WSSC0020.problem.creating.rstr=WSSC0020:There was a problem creating RSTR. Could be while handling an RSTR returned by the Issuer and extracting Token information to set into the IssuedTokenContext.

WSSC0021.problem.creating.rst.Trust=WSSC0021:There was a problem in the trust layer creating RST. Could not create RST from JAXBElement with the given request type, token type and client entropy.

WSSC0022.problem.creating.fault=WSSC0022:There was a problem creating SOAP Fault. Check if SOAPBody contains a fault string.

WSSC0024.error.creating.rst=WSSC0024:There was a problem creating RST {0}. There could be a problem with creating the binary secret, or client entropy.

WSSC0025.problem.printing.msg=WSSC0025:Problem printing message. Could be a problem in the well formedness of XML in the message.

WSSC0026.unsupported.computed.key.E=WSSC0026:Unsupported computed Key algorithm {0}.
WSSC0026.unsupported.computed.key=WSSC0026:Unsupported computed Key algorithm {0}. Should be P-SHA1.

#### Info messages, Warnings and Fine grained information
#### These codes start from 1000+ onwards
WSSC1001.null.itCtx.for.session=WSSC1001: Null security context for session context id {0}.

WSSC1002.null.sessionCtxId.askey=WSSC1002: Attempt to use null security context id as Map key.

WSSC1003.setting.times=WSSC1003:Setting creation time : {0} and expiration time: {1}

WSSC1004.secctx.token.id.value=WSSC1004:Setting Security Context token id value to {0}.

WSSC1005.secctx.token.wsuid.value=WSSC1005:Setting Security Context token wsuId to {0}.

WSSC1006.sym.bin.keysize=WSSC1006:Symmetric Binding KeySize: {0}. Default {1}.

WSSC1008.set.ep.address=WSSC1008:Setting endpoint address: {0}.

WSSC1009.send.req.message=WSSC1009:Generating send request message: {0}.

WSSC1010.creating.session=WSSC1010:Creating session for : {0}.
 
WSSC1011.created.sct.rst.issue=WSSC1011:Created RST for Issue:\n {0}.

WSSC1012.received.sct.rstr.issue=WSSC1012:Received RSTR for Issue:\n {0}.

WSSC1013.created.sct.rst.renew=WSSC1013:Created RST for Renew:\n {0}.

WSSC1014.received.sct.rstr.renew=WSSC1014:Received RSTR for Renew:\n {0}.

WSSC1015.created.sct.rst.cancel=WSSC1015:Created RST for Cancel:\n {0}.

WSSC1016.received.sct.rstr.cancel=WSSC1016:Received RSTR for Cancel:\n {0}.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy