alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Glassfish example source code file (LocalStrings.properties)

This example Glassfish source code file (LocalStrings.properties) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Glassfish tags/keywords

cddl, copyright, exception, exception, gpl, id, license, license, not, not, this, username, username, version

The Glassfish LocalStrings.properties source code

#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 1997-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.
#
#
# This file incorporates work covered by the following copyright and
# permission notice:
#
# Copyright 2004 The Apache Software Foundation
#
# Licensed 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.
#

#
# Message IDs reserved for this file: PWC2070-PWC2309
#
# $Id: LocalStrings.properties,v 1.3 2006/04/10 17:40:57 kmeduri Exp $

# language 

# package org.apache.catalina.realm

jaasRealm.accountExpired=PWC2070: Username {0} NOT authenticated due to expired account
jaasRealm.authenticatedSuccess=PWC2071: Username {0} successfully authenticated
jaasRealm.credentialExpired=PWC2072: Username {0} NOT authenticated due to expired credential
jaasRealm.failedLogin=PWC2073: Username {0} NOT authenticated due to failed login
jaasRealm.loginException=PWC2074: Login exception authenticating username {0}
jdbcRealm.authenticateFailure=PWC2075: Username {0} NOT successfully authenticated
jdbcRealm.authenticateSuccess=PWC2076: Username {0} successfully authenticated
jdbcRealm.close=PWC2077: Exception closing database connection
jdbcRealm.exception=PWC2078: Exception performing authentication
jdbcRealm.open=PWC2079: Exception opening database connection
jndiRealm.authenticateFailure=PWC2080: Username {0} NOT successfully authenticated
jndiRealm.authenticateSuccess=PWC2081: Username {0} successfully authenticated
jndiRealm.close=PWC2082: Exception closing directory server connection
jndiRealm.exception=PWC2083: Exception performing authentication
jndiRealm.open=PWC2084: Exception opening directory server connection
memoryRealm.authenticateFailure=PWC2085: Username {0} NOT successfully authenticated
memoryRealm.authenticateSuccess=PWC2086: Username {0} successfully authenticated
memoryRealm.loadExist=PWC2087: Memory database file {0} cannot be read
memoryRealm.loadPath=PWC2088: Loading users from memory database file {0}
memoryRealm.readXml=PWC2089: Exception while reading memory database file
realmBase.algorithm=PWC2090: Invalid message digest algorithm {0} specified
realmBase.alreadyStarted=PWC2091: This Realm has already been started
realmBase.digest=PWC2092: Error digesting user credentials
#no ID on realmBase.forbidden as it is sent to client
realmBase.forbidden=Access to the requested resource has been denied
realmBase.hasRoleFailure=PWC2094: Username {0} does NOT have role {1}
realmBase.hasRoleSuccess=PWC2095: Username {0} has role {1}
#no ID on realmBase.notAuthenticated as it is sent to client
realmBase.notAuthenticated=Configuration error: Cannot perform access control without an authenticated principal
realmBase.notStarted=PWC2097: This Realm has not yet been started
userDatabaseRealm.authenticateError=PWC2098: Login configuration error authenticating username {0}
userDatabaseRealm.authenticateFailure=PWC2099: Username {0} NOT successfully authenticated
userDatabaseRealm.authenticateSuccess=PWC2100: Username {0} successfully authenticated
userDatabaseRealm.lookup=PWC2101: Exception looking up UserDatabase under key {0}
userDatabaseRealm.noDatabase=PWC2102: No UserDatabase component found under key {0}
userDatabaseRealm.noEngine=PWC2103: No Engine component found in container hierarchy
userDatabaseRealm.noGlobal=PWC2104: No global JNDI resources context found
dataSourceRealm.authenticateFailure=PWC2105: Username {0} NOT successfully authenticated
dataSourceRealm.authenticateSuccess=PWC2106: Username {0} successfully authenticated
dataSourceRealm.close=PWC2107: Exception closing database connection
dataSourceRealm.exception=PWC2108: Exception performing authentication
dataSourceRealm.open=PWC2109: Exception opening database connection

Other Glassfish examples (source code examples)

Here is a short list of links related to this Glassfish LocalStrings.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.