amWebsphere.properties revision 504576c0cd21165cc879543ca89164d214acf996
3991N/A#
3991N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3991N/A#
3991N/A# Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
3991N/A#
3991N/A# The contents of this file are subject to the terms
3991N/A# of the Common Development and Distribution License
3991N/A# (the License). You may not use this file except in
3991N/A# compliance with the License.
3991N/A#
3991N/A# You can obtain a copy of the License at
3991N/A# https://opensso.dev.java.net/public/CDDLv1.0.html or
3991N/A# opensso/legal/CDDLv1.0.txt
3991N/A# See the License for the specific language governing
3991N/A# permission and limitations under the License.
3991N/A#
3991N/A# When distributing Covered Code, include this CDDL
3991N/A# Header Notice in each file and include the License file
3991N/A# at opensso/legal/CDDLv1.0.txt.
3991N/A# If applicable, add the following below the CDDL Header,
3991N/A# with the fields enclosed by brackets [] replaced by
3991N/A# your own identifying information:
3991N/A# "Portions Copyrighted [year] [name of copyright owner]"
3991N/A#
3991N/A# $Id: amWebsphere.properties,v 1.2 2008/11/21 22:21:43 leiming Exp $
3991N/A#
3991N/A#
3991N/A# Portions Copyrighted 2012 ForgeRock Inc
3991N/A#
3991N/A
3991N/A# AM_WEBSPHERE_MODULE
3991N/A180001=amWebsphere
3991N/A# MSG_AM_WEBSPHERE_AUTH_SUCCESS
3991N/A180002=Authentication successful for user: {0}, resource: {1}
3991N/A# MSG_AM_WEBSPHERE_AUTH_FAILED
3991N/A180003=Authentication failed for user: {0}, resource: {1}
3991N/A
3991N/A#Locale messages for validators
3991N/AWAS_ERR_IN_VALID_HOME_DIR= Invalid Home Directory for WebSphere:
3991N/A
3991N/A#Task related messages
3991N/ATSK_MSG_COPY_AGENT_LIB_EXECUTE= Copy agent.jar,openssoclientsdk.jar to {0}...
3991N/ATSK_MSG_COPY_AGENT_LIB_ROLLBACK= Delete agent.jar,openssoclientsdk.jar from {0}...
3991N/ATSK_MSG_REMOVE_AGENT_LIB_EXECUTE= Remove agent.jar,openssoclientsdk.jar from {0}...
3991N/ATSK_MSG_REMOVE_AGENT_LIB_ROLLBACK= Rollback {0}...
3991N/ATSK_MSG_CONFIGURE_SERVER_XML_FILE_EXECUTE= Configure server.xml file {0}...
3991N/ATSK_MSG_CONFIGURE_SERVER_XML_FILE_ROLLBACK= Rollback changes in server.xml file {0}...
3991N/ATSK_MSG_UNCONFIGURE_SERVER_XML_FILE_EXECUTE= Unconfigure server.xml file {0} ...
3991N/ATSK_MSG_UNCONFIGURE_SERVER_XML_FILE_ROLLBACK= Rollback changes in server.xml file {0} ...
3991N/A
3991N/A#Validators
3991N/AVA_MSG_VAL_WEBSPHERE_HOME_DIR= Valid Home Directory location : {0}
3991N/AVA_WRN_INVAL_WEBSPHERE_HOME_DIR= Invalid Home Directory location : {0}
3991N/AVA_MSG_WEBSPHERE_VAL_SERVER_XML= Valid Server Instance Directory location : {0}
3991N/AVA_WRN_WEBSPHERE_IN_VAL_SERVER_XML= Invalid Server Instance Directory location : {0}
3991N/AVA_MSG_WEBSPHERE_VAL_SERVER_INST_NAME= Valid Server Instance name : {0}
3991N/AVA_WRN_WEBSPHERE_IN_VAL_SERVER_INST_NAME= Invalid Server Instance name : {0}
3991N/A
3991N/A#Install options
3991N/AHR_MSG_SETGROUP_SHORT_HELP= --setGroup : sets a Group name
3991N/AHR_MSG_SETGROUP_USAGE_DESC= Usage: agentadmin --setGroup <WebSphere role name> \
3991N/A <OpenAM group name> <directory containing admin-authz.xml file>
3991N/AHR_MSG_SETGROUP_USAGE_HELP= This option can be used to set the group name that \
3991N/A is authorized to access WebSphere Console after the \
3991N/A agent is installed. The option makes the change in \
3991N/A admin-authz.xml file. The WebSphere role name \
3991N/A corresponds to any valid role name in \
3991N/A admin-authz.xml file found in <role> element. \
3991N/A The OpenAM group name corresponds to \
3991N/A OpenAM roles, groups, filtered groups etc. \
3991N/A The group name would be the uuid of corresponding object.
3991N/A
3991N/AHR_MSG_REMOVEGROUP_SHORT_HELP= --removeGroup : remove a Group name
3991N/AHR_MSG_REMOVEGROUP_USAGE_DESC= Usage: agentadmin --removeGroup <WebSphere role name> \
3991N/A <OpenAM group name> <directory containing admin-authz.xml file>
3991N/AHR_MSG_REMOVEGROUP_USAGE_HELP= This option can be used to remove the OpenAM group name that \
3991N/A is authorized to access WebSphere Console. \
3991N/A As a post install step, this option makes the change \
3991N/A in admin-authz.xml file. The WebSphere role name \
3991N/A corresponds to any valid role name in \
3991N/A admin-authz.xml file found in <role> element. \
3991N/A The OpenAM group name corresponds to \
3991N/A OpenAM roles, groups, filtered groups etc. \
3991N/A The group name would be the uuid of corresponding object.
3991N/A
3991N/AHR_ERR_FAILED_TO_REMOVE_GROUP= ***Error: Failed to remove <groups> element \
3991N/A from admin-authz.xml file. Element not found.
3991N/A
3991N/AHR_ERR_INVALID_UPDATE_GROUP_OPTION= *** ERROR: Invalid number of argument(s) \
3991N/A specified.
3991N/AHR_ERR_UPDATE_GROUP_INVALID_ARGS= *** ERROR: Invalid argument(s) specified.
3991N/AHR_ERR_UPDATE_GROUP_INVALID_ADMIN_DIR= *** ERROR: Invalid directory to \
3991N/A admin-authz.xml file specified.
3991N/AHR_ERR_INVALID_ADMIN_AUTH_FILE= *** Error: parsing/editing admin-authz.xml file
3991N/AHR_ERR_INVALID_WAS_ROLE_NAME= ***Error: Invalid WAS role name {0}
3991N/AHR_ERR_INVALID_XML_FILE_FORMAT= ***ERROR: Invalid format for admin-authz.xml file \
3991N/A encountered.
3991N/AHR_MSG_UPDATED_ADMIN_AUTH_FILE= Successfully updated admin-authz.xml file
3991N/AHR_ERROR_FAILED_UPDATE_ADMIN_AUTH_FILE= ***Error: Failed to update admin-authz.xml file. \
3991N/A Please update the file manually.
3991N/AHR_ERROR_FAILED_UPDATE_GROUP_PRESENT= ***Error: Failed up update admin-authz.xml file. \
3991N/A <groups> element with name attr = {0} \
3991N/A already present.
3991N/A