70N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
70N/A# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
70N/A# The contents of this file are subject to the terms
70N/A# of the Common Development and Distribution License
919N/A# (the License). You may not use this file except in
919N/A# compliance with the License.
919N/A# You can obtain a copy of the License at
919N/A# See the License for the specific language governing
919N/A# permission and limitations under the License.
919N/A# When distributing Covered Code, include this CDDL
919N/A# Header Notice in each file and include the License file
919N/A# If applicable, add the following below the CDDL Header,
919N/A# with the fields enclosed by brackets [] replaced by
919N/A# your own identifying information:
919N/A# "Portions Copyrighted [year] [name of copyright owner]"
70N/A# Portions Copyrighted 2011-2012 ForgeRock AS
70N/AunexpectedResponse=Unexpected number of responses received.
1549N/AunexpectedSession=Unexpected number of sessions received.
70N/AinvalidSessionID=Invalid session ID.
911N/AinvalidSessionState=Session state is invalid.
1549N/AprotectedPropertyNoClientToken=Cannot set protected property without client identification token.
1549N/AprotectedPropertyNoSSOTokenMgrInstance=Cannot get SSOTokenManager instance to validate client token.
1549N/AprotectedPropertyInvalidClientToken=Cannot set protected property as client token is invalid.
911N/AprotectedPropertyNoAdminToken=Cannot retrieve admin token to validate against client token.
70N/AprotectedPropertyNoPermission=Client does not have permission to set protected property. Rejected session update request.
70N/AunexpectedEOF=Unexpected end of file.
70N/AreadRandomDeviceFailed=Reading random device failed.
970N/AnoPrivilege=No privilege to perform this operation.
977N/AsessionNotObtained=Session was not obtained.
970N/AunknownRequestMethod=Unknown request method.
970N/Aiplanet-am-session-service-description=Session
1356N/AsessionTimedOut=Session timed out.
1356N/AsessionNotTimedOut=Session has not timed out.
970N/ArestrictionViolation=Illegal attempt to use a restricted token.
970N/AappTokenInvalid=Application token passed in, is invalid.
970N/AemptyTrustedSourceList=No entries found in trusted source list or platform server list.
1549N/AunsupportedFunction=Function is not supported.
1549N/ASessionTableNotFound=Session table does not exist in session store.
970N/AgetValidSessionsError=Failed to get the valid sessions from the specified server.
70N/Aa102=Maximum Idle Time
970N/Aa103=Maximum Caching Time
70N/Aa104=Session Service Status
a105=Maximum Number of Search Results
a105.help=Do not set this attribute to a large value (greater than 1000) unless sufficient system resources are allocated.
a109=Session Store Password
a110=Session Cluster Server List
a111.help=Read Timeout for retrieving the session (in milliseconds).
a112=JDBC Driver Impl Class Name
a113.help=Specify LDAP URL for distinct Session Failover Persistence. If using Embedded OpenDJ or External Configuration Store for Session Persistence, leave this field blank.
a116=Enable Property Change Notifications
a117=Enable Quota Constraints
a118=Active User Sessions
a118.help=Maximum number of concurrent sessions allowed for a user.
a119=Read Timeout for Quota Constraint
a119.help=Maximum Wait Time for retrieving session count (in milliseconds).
a119a=Exempt top-level admins from constraint checking
a119b=Resulting behavior if session quota exhausted
a119b.help=DENY_ACCESS (the new session creation request will be denied)<br/>DESTROY_NEXT_EXPIRING (the next expiring session will be destroyed)<br/>DESTROY_OLDEST_SESSION (the oldest session will be destroyed)<br/>DESTROY_OLD_SESSIONS (all previous sessions will be destroyed)
a119c=Deny user login when session repository is down
a119c.help=This attribute takes effect only when the session quota constraint is enabled.
a120=Notification Properties
a120.help=Send Notifications for these properties when modified.
a121=Session Persistence and High Availability Failover Enabled
a121b=DN Restriction Only Enabled
a121b.help=Enabling provides full Session persistence and when coupled with a clustered environment provides Session High availability Failover as well.
a122=Enable Session Trimming
a123=Session Timeout Handler implementations
a123.help=Here you can list your session timeout handler implementations. You need to supply fully qualified names for the impl classes.
p101=Get All Valid Sessions
p103=Add a Session Listener on All Sessions
choiceDenyAccess=DENY_ACCESS
choiceDestroyNextExpiring=DESTROY_NEXT_EXPIRING
choiceDestroyOldSession=DESTROY_OLDEST_SESSION
choiceDestroyAll=DESTROY_OLD_SESSIONS