Package jenkins.security.plugins.ldap
Class Messages
java.lang.Object
jenkins.security.plugins.ldap.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyFromGroupSearchLDAPGroupMembershipStrategy.DisplayName
:Search for LDAP groups containing user
.static org.jvnet.localizer.Localizable
KeyFromUserRecordLDAPGroupMembershipStrategy.DisplayName
:Parse user attribute for list of LDAP groups
.static org.jvnet.localizer.Localizable
KeyLDAPConfiguration.InsecureServer
:LDAP server URL is not secure: {0}.
.static org.jvnet.localizer.Localizable
KeyLDAPConfiguration.passwordTooShortFIPS
:Password is too short (< 14 characters)
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.AtLeastOne
:At least one LDAP server configuration must be configured.
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.AuthenticationFailed
:Authentication: failed for user "{0}"
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.AuthenticationFailedEmptyPass
:Authentication: failed for user "{0}" with empty password
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.AuthenticationSuccessful
:Authentication: successful
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.AvailableAttributes
:Available LDAP attributes are:
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.BasicGroupMembership
:No LDAP group membership reported.
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.BasicGroupMembershipDetail
:If the user is a member of some LDAP groups then the group membership settings are probably configured incorrectly.
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.CouldNotRetrieveDisplayName
:Could not retrieve the display name attribute.
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.CouldNotRetrieveEmailAddress
:Could not retrieve the email address attribute.
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.DisplayName
:LDAP
.static org.jvnet.localizer.Localizable
_LDAPSecurityRealm_DisplayNameMismatch
(Object arg0, Object arg1) KeyLDAPSecurityRealm.DisplayNameMismatch
:Display name inconsistent (login {0} versus lookup {1})
.static org.jvnet.localizer.Localizable
_LDAPSecurityRealm_DnMismatch
(Object arg0, Object arg1) KeyLDAPSecurityRealm.DnMismatch
:DN inconsistent (login {0} versus lookup {1})
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.DnParse
:DN Parse error ({0})
.static org.jvnet.localizer.Localizable
_LDAPSecurityRealm_EmailAddressMismatch
(Object arg0, Object arg1) KeyLDAPSecurityRealm.EmailAddressMismatch
:Email address inconsistent (login {0} versus lookup {1})
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.EmptyDisplayName
:Retrieved display name was empty!
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.EmptyEmailAddress
:Retrieved email address was empty!
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.GroupLookupFailed
:LDAP Group lookup: failed for {0,choice,1#{0} group|1<{0,number,integer} groups}:
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.GroupLookupManagerDnPermissions
:Does the Manager DN have permissions to perform group lookup?
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.GroupLookupManagerDnRequired
:Does looking up group details require a Manager DN and password?
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.GroupLookupNotPossible
:LDAP Group lookup: could not verify.
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.GroupLookupNotPossibleDetail
:Please try with a user that is a member of at least one LDAP group.
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.GroupLookupSettingsCorrect
:Are the group search base and group search filter settings correct?
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.GroupLookupSuccessful
:LDAP Group lookup: successful ({0,choice,1#{0} group|1<{0,number,integer} groups})
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.GroupMembership
:LDAP Group membership:
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.GroupMembershipMatch
:User groups consistent (login and lookup)
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.GroupMembershipMismatch
:User groups inconsistent (login versus lookup)
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.InvalidPortNumber
:Invalid port number
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.IsAttributeNameCorrect
:Is the LDAP attribute name "{0}" correct?
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.LockoutHeader
:Lockout
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.LoginHeader
:Login
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.LookupHeader
:Lookup
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.NoDisplayName
:No display name specified for user!
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.NoEmailAddress
:No email address specified for user!
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.NoGroupMembership
:No group membership reported
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.NotSameServer
:Each server configuration must have a unique setup. At least two configurations have the same server(s), root DN, User search base and User search filter.
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.PotentialLockout
:The user "{0}" will be unable to login with the supplied password.<br/>If this is your own account this would mean you would be locked out!<br/>Are you sure you want to save this configuration?
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.PotentialLockout2
:The user "{0}" may be unable to login with API tokens or SSH keys.<br/>The user will have inconsistent permissions if able to login using API tokens or SSH keys!<br/>If this is your own account this could mean you may be locked out!<br/>Are you sure you want to save this configuration?
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.SyntaxOfServerField
:Syntax of server field is SERVER or SERVER:PORT or ldaps://SERVER[:PORT]
.static org.jvnet.localizer.Localizable
_LDAPSecurityRealm_UnableToConnect
(Object arg0, Object arg1) KeyLDAPSecurityRealm.UnableToConnect
:Unable to connect to {0} : {1}
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.UnknownHost
:Unknown host: {0}
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.UserConfiguration
:User Server: {0}
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.UserDisplayName
:User Display Name: {0}
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.UserDn
:User DN: {0}
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.UserEmail
:User email: {0}
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.UserId
:User ID: {0}
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.UserLookupBadCredentials
:User lookup: bad credentials for user lookup.
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.UserLookupDoesNotExist
:User lookup: user "{0}" does not exist.
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.UserLookupFailed
:User lookup: failed for user "{0}"
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.UserLookupInconclusive
:User lookup: user "{0}" may or may not exist.
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.UserLookupManagerDnCorrect
:Are the Manager DN and password correct?
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.UserLookupManagerDnPermissions
:Does the Manager DN have permissions to perform user lookup?
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.UserLookupManagerDnRequired
:Does looking up user details require a Manager DN and password?
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.UserLookupSettingsCorrect
:Are the user search base and user search filter settings correct?
.static org.jvnet.localizer.Localizable
KeyLDAPSecurityRealm.UserLookupSuccessful
:User lookup: successful
.static org.jvnet.localizer.Localizable
_LDAPSecurityRealm_UsernameMismatch
(Object arg0, Object arg1) KeyLDAPSecurityRealm.UsernameMismatch
:Username inconsistent (login {0} versus lookup {1})
.static org.jvnet.localizer.Localizable
KeyUserDetails.CredentialsExpired
:The user "{0}" has expired credentials.
.static org.jvnet.localizer.Localizable
_UserDetails_Disabled
(Object arg0) KeyUserDetails.Disabled
:The user "{0}" is administratively disabled.
.static org.jvnet.localizer.Localizable
_UserDetails_Expired
(Object arg0, Object arg1) KeyUserDetails.Expired
:The user "{0}" is expired since {1}.
.static org.jvnet.localizer.Localizable
_UserDetails_Inactive
(Object arg0, Object arg1) KeyUserDetails.Inactive
:The user "{0}" is inactive until {1}.
.static org.jvnet.localizer.Localizable
_UserDetails_Locked
(Object arg0) KeyUserDetails.Locked
:The user "{0}" is locked and must be unlocked by an administrator.
.static String
KeyFromGroupSearchLDAPGroupMembershipStrategy.DisplayName
:Search for LDAP groups containing user
.static String
KeyFromUserRecordLDAPGroupMembershipStrategy.DisplayName
:Parse user attribute for list of LDAP groups
.static String
KeyLDAPConfiguration.InsecureServer
:LDAP server URL is not secure: {0}.
.static String
KeyLDAPConfiguration.passwordTooShortFIPS
:Password is too short (< 14 characters)
.static String
KeyLDAPSecurityRealm.AtLeastOne
:At least one LDAP server configuration must be configured.
.static String
KeyLDAPSecurityRealm.AuthenticationFailed
:Authentication: failed for user "{0}"
.static String
KeyLDAPSecurityRealm.AuthenticationFailedEmptyPass
:Authentication: failed for user "{0}" with empty password
.static String
KeyLDAPSecurityRealm.AuthenticationSuccessful
:Authentication: successful
.static String
KeyLDAPSecurityRealm.AvailableAttributes
:Available LDAP attributes are:
.static String
KeyLDAPSecurityRealm.BasicGroupMembership
:No LDAP group membership reported.
.static String
KeyLDAPSecurityRealm.BasicGroupMembershipDetail
:If the user is a member of some LDAP groups then the group membership settings are probably configured incorrectly.
.static String
KeyLDAPSecurityRealm.CouldNotRetrieveDisplayName
:Could not retrieve the display name attribute.
.static String
KeyLDAPSecurityRealm.CouldNotRetrieveEmailAddress
:Could not retrieve the email address attribute.
.static String
KeyLDAPSecurityRealm.DisplayName
:LDAP
.static String
LDAPSecurityRealm_DisplayNameMismatch
(Object arg0, Object arg1) KeyLDAPSecurityRealm.DisplayNameMismatch
:Display name inconsistent (login {0} versus lookup {1})
.static String
LDAPSecurityRealm_DnMismatch
(Object arg0, Object arg1) KeyLDAPSecurityRealm.DnMismatch
:DN inconsistent (login {0} versus lookup {1})
.static String
KeyLDAPSecurityRealm.DnParse
:DN Parse error ({0})
.static String
LDAPSecurityRealm_EmailAddressMismatch
(Object arg0, Object arg1) KeyLDAPSecurityRealm.EmailAddressMismatch
:Email address inconsistent (login {0} versus lookup {1})
.static String
KeyLDAPSecurityRealm.EmptyDisplayName
:Retrieved display name was empty!
.static String
KeyLDAPSecurityRealm.EmptyEmailAddress
:Retrieved email address was empty!
.static String
KeyLDAPSecurityRealm.GroupLookupFailed
:LDAP Group lookup: failed for {0,choice,1#{0} group|1<{0,number,integer} groups}:
.static String
KeyLDAPSecurityRealm.GroupLookupManagerDnPermissions
:Does the Manager DN have permissions to perform group lookup?
.static String
KeyLDAPSecurityRealm.GroupLookupManagerDnRequired
:Does looking up group details require a Manager DN and password?
.static String
KeyLDAPSecurityRealm.GroupLookupNotPossible
:LDAP Group lookup: could not verify.
.static String
KeyLDAPSecurityRealm.GroupLookupNotPossibleDetail
:Please try with a user that is a member of at least one LDAP group.
.static String
KeyLDAPSecurityRealm.GroupLookupSettingsCorrect
:Are the group search base and group search filter settings correct?
.static String
KeyLDAPSecurityRealm.GroupLookupSuccessful
:LDAP Group lookup: successful ({0,choice,1#{0} group|1<{0,number,integer} groups})
.static String
KeyLDAPSecurityRealm.GroupMembership
:LDAP Group membership:
.static String
KeyLDAPSecurityRealm.GroupMembershipMatch
:User groups consistent (login and lookup)
.static String
KeyLDAPSecurityRealm.GroupMembershipMismatch
:User groups inconsistent (login versus lookup)
.static String
KeyLDAPSecurityRealm.InvalidPortNumber
:Invalid port number
.static String
KeyLDAPSecurityRealm.IsAttributeNameCorrect
:Is the LDAP attribute name "{0}" correct?
.static String
KeyLDAPSecurityRealm.LockoutHeader
:Lockout
.static String
KeyLDAPSecurityRealm.LoginHeader
:Login
.static String
KeyLDAPSecurityRealm.LookupHeader
:Lookup
.static String
KeyLDAPSecurityRealm.NoDisplayName
:No display name specified for user!
.static String
KeyLDAPSecurityRealm.NoEmailAddress
:No email address specified for user!
.static String
KeyLDAPSecurityRealm.NoGroupMembership
:No group membership reported
.static String
KeyLDAPSecurityRealm.NotSameServer
:Each server configuration must have a unique setup. At least two configurations have the same server(s), root DN, User search base and User search filter.
.static String
KeyLDAPSecurityRealm.PotentialLockout
:The user "{0}" will be unable to login with the supplied password.<br/>If this is your own account this would mean you would be locked out!<br/>Are you sure you want to save this configuration?
.static String
KeyLDAPSecurityRealm.PotentialLockout2
:The user "{0}" may be unable to login with API tokens or SSH keys.<br/>The user will have inconsistent permissions if able to login using API tokens or SSH keys!<br/>If this is your own account this could mean you may be locked out!<br/>Are you sure you want to save this configuration?
.static String
KeyLDAPSecurityRealm.SyntaxOfServerField
:Syntax of server field is SERVER or SERVER:PORT or ldaps://SERVER[:PORT]
.static String
LDAPSecurityRealm_UnableToConnect
(Object arg0, Object arg1) KeyLDAPSecurityRealm.UnableToConnect
:Unable to connect to {0} : {1}
.static String
KeyLDAPSecurityRealm.UnknownHost
:Unknown host: {0}
.static String
KeyLDAPSecurityRealm.UserConfiguration
:User Server: {0}
.static String
KeyLDAPSecurityRealm.UserDisplayName
:User Display Name: {0}
.static String
KeyLDAPSecurityRealm.UserDn
:User DN: {0}
.static String
KeyLDAPSecurityRealm.UserEmail
:User email: {0}
.static String
KeyLDAPSecurityRealm.UserId
:User ID: {0}
.static String
KeyLDAPSecurityRealm.UserLookupBadCredentials
:User lookup: bad credentials for user lookup.
.static String
KeyLDAPSecurityRealm.UserLookupDoesNotExist
:User lookup: user "{0}" does not exist.
.static String
KeyLDAPSecurityRealm.UserLookupFailed
:User lookup: failed for user "{0}"
.static String
KeyLDAPSecurityRealm.UserLookupInconclusive
:User lookup: user "{0}" may or may not exist.
.static String
KeyLDAPSecurityRealm.UserLookupManagerDnCorrect
:Are the Manager DN and password correct?
.static String
KeyLDAPSecurityRealm.UserLookupManagerDnPermissions
:Does the Manager DN have permissions to perform user lookup?
.static String
KeyLDAPSecurityRealm.UserLookupManagerDnRequired
:Does looking up user details require a Manager DN and password?
.static String
KeyLDAPSecurityRealm.UserLookupSettingsCorrect
:Are the user search base and user search filter settings correct?
.static String
KeyLDAPSecurityRealm.UserLookupSuccessful
:User lookup: successful
.static String
LDAPSecurityRealm_UsernameMismatch
(Object arg0, Object arg1) KeyLDAPSecurityRealm.UsernameMismatch
:Username inconsistent (login {0} versus lookup {1})
.static String
KeyUserDetails.CredentialsExpired
:The user "{0}" has expired credentials.
.static String
UserDetails_Disabled
(Object arg0) KeyUserDetails.Disabled
:The user "{0}" is administratively disabled.
.static String
UserDetails_Expired
(Object arg0, Object arg1) KeyUserDetails.Expired
:The user "{0}" is expired since {1}.
.static String
UserDetails_Inactive
(Object arg0, Object arg1) KeyUserDetails.Inactive
:The user "{0}" is inactive until {1}.
.static String
UserDetails_Locked
(Object arg0) KeyUserDetails.Locked
:The user "{0}" is locked and must be unlocked by an administrator.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
LDAPSecurityRealm_GroupMembershipMismatch
KeyLDAPSecurityRealm.GroupMembershipMismatch
:User groups inconsistent (login versus lookup)
.- Returns:
User groups inconsistent (login versus lookup)
-
_LDAPSecurityRealm_GroupMembershipMismatch
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_GroupMembershipMismatch()KeyLDAPSecurityRealm.GroupMembershipMismatch
:User groups inconsistent (login versus lookup)
.- Returns:
User groups inconsistent (login versus lookup)
-
LDAPSecurityRealm_UserEmail
KeyLDAPSecurityRealm.UserEmail
:User email: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User email: {0}
-
_LDAPSecurityRealm_UserEmail
KeyLDAPSecurityRealm.UserEmail
:User email: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User email: {0}
-
LDAPSecurityRealm_BasicGroupMembership
KeyLDAPSecurityRealm.BasicGroupMembership
:No LDAP group membership reported.
.- Returns:
No LDAP group membership reported.
-
_LDAPSecurityRealm_BasicGroupMembership
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_BasicGroupMembership()KeyLDAPSecurityRealm.BasicGroupMembership
:No LDAP group membership reported.
.- Returns:
No LDAP group membership reported.
-
LDAPSecurityRealm_GroupLookupNotPossibleDetail
KeyLDAPSecurityRealm.GroupLookupNotPossibleDetail
:Please try with a user that is a member of at least one LDAP group.
.- Returns:
Please try with a user that is a member of at least one LDAP group.
-
_LDAPSecurityRealm_GroupLookupNotPossibleDetail
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_GroupLookupNotPossibleDetail()KeyLDAPSecurityRealm.GroupLookupNotPossibleDetail
:Please try with a user that is a member of at least one LDAP group.
.- Returns:
Please try with a user that is a member of at least one LDAP group.
-
LDAPSecurityRealm_GroupLookupNotPossible
KeyLDAPSecurityRealm.GroupLookupNotPossible
:LDAP Group lookup: could not verify.
.- Returns:
LDAP Group lookup: could not verify.
-
_LDAPSecurityRealm_GroupLookupNotPossible
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_GroupLookupNotPossible()KeyLDAPSecurityRealm.GroupLookupNotPossible
:LDAP Group lookup: could not verify.
.- Returns:
LDAP Group lookup: could not verify.
-
LDAPSecurityRealm_UnknownHost
KeyLDAPSecurityRealm.UnknownHost
:Unknown host: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Unknown host: {0}
-
_LDAPSecurityRealm_UnknownHost
KeyLDAPSecurityRealm.UnknownHost
:Unknown host: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Unknown host: {0}
-
LDAPSecurityRealm_GroupMembership
KeyLDAPSecurityRealm.GroupMembership
:LDAP Group membership:
.- Returns:
LDAP Group membership:
-
_LDAPSecurityRealm_GroupMembership
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_GroupMembership()KeyLDAPSecurityRealm.GroupMembership
:LDAP Group membership:
.- Returns:
LDAP Group membership:
-
LDAPSecurityRealm_GroupMembershipMatch
KeyLDAPSecurityRealm.GroupMembershipMatch
:User groups consistent (login and lookup)
.- Returns:
User groups consistent (login and lookup)
-
_LDAPSecurityRealm_GroupMembershipMatch
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_GroupMembershipMatch()KeyLDAPSecurityRealm.GroupMembershipMatch
:User groups consistent (login and lookup)
.- Returns:
User groups consistent (login and lookup)
-
LDAPSecurityRealm_UserLookupBadCredentials
KeyLDAPSecurityRealm.UserLookupBadCredentials
:User lookup: bad credentials for user lookup.
.- Returns:
User lookup: bad credentials for user lookup.
-
_LDAPSecurityRealm_UserLookupBadCredentials
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_UserLookupBadCredentials()KeyLDAPSecurityRealm.UserLookupBadCredentials
:User lookup: bad credentials for user lookup.
.- Returns:
User lookup: bad credentials for user lookup.
-
LDAPSecurityRealm_DnParse
KeyLDAPSecurityRealm.DnParse
:DN Parse error ({0})
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
DN Parse error ({0})
-
_LDAPSecurityRealm_DnParse
KeyLDAPSecurityRealm.DnParse
:DN Parse error ({0})
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
DN Parse error ({0})
-
LDAPSecurityRealm_UserConfiguration
KeyLDAPSecurityRealm.UserConfiguration
:User Server: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User Server: {0}
-
_LDAPSecurityRealm_UserConfiguration
KeyLDAPSecurityRealm.UserConfiguration
:User Server: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User Server: {0}
-
LDAPSecurityRealm_GroupLookupSettingsCorrect
KeyLDAPSecurityRealm.GroupLookupSettingsCorrect
:Are the group search base and group search filter settings correct?
.- Returns:
Are the group search base and group search filter settings correct?
-
_LDAPSecurityRealm_GroupLookupSettingsCorrect
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_GroupLookupSettingsCorrect()KeyLDAPSecurityRealm.GroupLookupSettingsCorrect
:Are the group search base and group search filter settings correct?
.- Returns:
Are the group search base and group search filter settings correct?
-
LDAPSecurityRealm_UserDn
KeyLDAPSecurityRealm.UserDn
:User DN: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User DN: {0}
-
_LDAPSecurityRealm_UserDn
KeyLDAPSecurityRealm.UserDn
:User DN: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User DN: {0}
-
LDAPSecurityRealm_SyntaxOfServerField
KeyLDAPSecurityRealm.SyntaxOfServerField
:Syntax of server field is SERVER or SERVER:PORT or ldaps://SERVER[:PORT]
.- Returns:
Syntax of server field is SERVER or SERVER:PORT or ldaps://SERVER[:PORT]
-
_LDAPSecurityRealm_SyntaxOfServerField
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_SyntaxOfServerField()KeyLDAPSecurityRealm.SyntaxOfServerField
:Syntax of server field is SERVER or SERVER:PORT or ldaps://SERVER[:PORT]
.- Returns:
Syntax of server field is SERVER or SERVER:PORT or ldaps://SERVER[:PORT]
-
UserDetails_Inactive
KeyUserDetails.Inactive
:The user "{0}" is inactive until {1}.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The user "{0}" is inactive until {1}.
-
_UserDetails_Inactive
KeyUserDetails.Inactive
:The user "{0}" is inactive until {1}.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The user "{0}" is inactive until {1}.
-
LDAPSecurityRealm_IsAttributeNameCorrect
KeyLDAPSecurityRealm.IsAttributeNameCorrect
:Is the LDAP attribute name "{0}" correct?
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Is the LDAP attribute name "{0}" correct?
-
_LDAPSecurityRealm_IsAttributeNameCorrect
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_IsAttributeNameCorrect(Object arg0) KeyLDAPSecurityRealm.IsAttributeNameCorrect
:Is the LDAP attribute name "{0}" correct?
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Is the LDAP attribute name "{0}" correct?
-
LDAPSecurityRealm_GroupLookupManagerDnRequired
KeyLDAPSecurityRealm.GroupLookupManagerDnRequired
:Does looking up group details require a Manager DN and password?
.- Returns:
Does looking up group details require a Manager DN and password?
-
_LDAPSecurityRealm_GroupLookupManagerDnRequired
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_GroupLookupManagerDnRequired()KeyLDAPSecurityRealm.GroupLookupManagerDnRequired
:Does looking up group details require a Manager DN and password?
.- Returns:
Does looking up group details require a Manager DN and password?
-
LDAPSecurityRealm_NoGroupMembership
KeyLDAPSecurityRealm.NoGroupMembership
:No group membership reported
.- Returns:
No group membership reported
-
_LDAPSecurityRealm_NoGroupMembership
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_NoGroupMembership()KeyLDAPSecurityRealm.NoGroupMembership
:No group membership reported
.- Returns:
No group membership reported
-
LDAPSecurityRealm_PotentialLockout2
KeyLDAPSecurityRealm.PotentialLockout2
:The user "{0}" may be unable to login with API tokens or SSH keys.<br/>The user will have inconsistent permissions if able to login using API tokens or SSH keys!<br/>If this is your own account this could mean you may be locked out!<br/>Are you sure you want to save this configuration?
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The user "{0}" may be unable to login with API tokens or SSH keys.<br/>The user will have inconsistent permissions if able to login using API tokens or SSH keys!<br/>If this is your own account this could mean you may be locked out!<br/>Are you sure you want to save this configuration?
-
_LDAPSecurityRealm_PotentialLockout2
KeyLDAPSecurityRealm.PotentialLockout2
:The user "{0}" may be unable to login with API tokens or SSH keys.<br/>The user will have inconsistent permissions if able to login using API tokens or SSH keys!<br/>If this is your own account this could mean you may be locked out!<br/>Are you sure you want to save this configuration?
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The user "{0}" may be unable to login with API tokens or SSH keys.<br/>The user will have inconsistent permissions if able to login using API tokens or SSH keys!<br/>If this is your own account this could mean you may be locked out!<br/>Are you sure you want to save this configuration?
-
LDAPSecurityRealm_EmptyEmailAddress
KeyLDAPSecurityRealm.EmptyEmailAddress
:Retrieved email address was empty!
.- Returns:
Retrieved email address was empty!
-
_LDAPSecurityRealm_EmptyEmailAddress
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_EmptyEmailAddress()KeyLDAPSecurityRealm.EmptyEmailAddress
:Retrieved email address was empty!
.- Returns:
Retrieved email address was empty!
-
LDAPSecurityRealm_DisplayNameMismatch
KeyLDAPSecurityRealm.DisplayNameMismatch
:Display name inconsistent (login {0} versus lookup {1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Display name inconsistent (login {0} versus lookup {1})
-
_LDAPSecurityRealm_DisplayNameMismatch
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_DisplayNameMismatch(Object arg0, Object arg1) KeyLDAPSecurityRealm.DisplayNameMismatch
:Display name inconsistent (login {0} versus lookup {1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Display name inconsistent (login {0} versus lookup {1})
-
LDAPSecurityRealm_GroupLookupSuccessful
KeyLDAPSecurityRealm.GroupLookupSuccessful
:LDAP Group lookup: successful ({0,choice,1#{0} group|1<{0,number,integer} groups})
.- Parameters:
arg0
- 1st format parameter,{0}
, a number.- Returns:
LDAP Group lookup: successful ({0,choice,1#{0} group|1<{0,number,integer} groups})
-
_LDAPSecurityRealm_GroupLookupSuccessful
KeyLDAPSecurityRealm.GroupLookupSuccessful
:LDAP Group lookup: successful ({0,choice,1#{0} group|1<{0,number,integer} groups})
.- Parameters:
arg0
- 1st format parameter,{0}
, a number.- Returns:
LDAP Group lookup: successful ({0,choice,1#{0} group|1<{0,number,integer} groups})
-
LDAPSecurityRealm_NoDisplayName
KeyLDAPSecurityRealm.NoDisplayName
:No display name specified for user!
.- Returns:
No display name specified for user!
-
_LDAPSecurityRealm_NoDisplayName
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_NoDisplayName()KeyLDAPSecurityRealm.NoDisplayName
:No display name specified for user!
.- Returns:
No display name specified for user!
-
LDAPSecurityRealm_CouldNotRetrieveEmailAddress
KeyLDAPSecurityRealm.CouldNotRetrieveEmailAddress
:Could not retrieve the email address attribute.
.- Returns:
Could not retrieve the email address attribute.
-
_LDAPSecurityRealm_CouldNotRetrieveEmailAddress
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_CouldNotRetrieveEmailAddress()KeyLDAPSecurityRealm.CouldNotRetrieveEmailAddress
:Could not retrieve the email address attribute.
.- Returns:
Could not retrieve the email address attribute.
-
LDAPSecurityRealm_AtLeastOne
KeyLDAPSecurityRealm.AtLeastOne
:At least one LDAP server configuration must be configured.
.- Returns:
At least one LDAP server configuration must be configured.
-
_LDAPSecurityRealm_AtLeastOne
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_AtLeastOne()KeyLDAPSecurityRealm.AtLeastOne
:At least one LDAP server configuration must be configured.
.- Returns:
At least one LDAP server configuration must be configured.
-
LDAPSecurityRealm_GroupLookupFailed
KeyLDAPSecurityRealm.GroupLookupFailed
:LDAP Group lookup: failed for {0,choice,1#{0} group|1<{0,number,integer} groups}:
.- Parameters:
arg0
- 1st format parameter,{0}
, a number.- Returns:
LDAP Group lookup: failed for {0,choice,1#{0} group|1<{0,number,integer} groups}:
-
_LDAPSecurityRealm_GroupLookupFailed
KeyLDAPSecurityRealm.GroupLookupFailed
:LDAP Group lookup: failed for {0,choice,1#{0} group|1<{0,number,integer} groups}:
.- Parameters:
arg0
- 1st format parameter,{0}
, a number.- Returns:
LDAP Group lookup: failed for {0,choice,1#{0} group|1<{0,number,integer} groups}:
-
LDAPSecurityRealm_NoEmailAddress
KeyLDAPSecurityRealm.NoEmailAddress
:No email address specified for user!
.- Returns:
No email address specified for user!
-
_LDAPSecurityRealm_NoEmailAddress
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_NoEmailAddress()KeyLDAPSecurityRealm.NoEmailAddress
:No email address specified for user!
.- Returns:
No email address specified for user!
-
LDAPConfiguration_InsecureServer
KeyLDAPConfiguration.InsecureServer
:LDAP server URL is not secure: {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
LDAP server URL is not secure: {0}.
-
_LDAPConfiguration_InsecureServer
KeyLDAPConfiguration.InsecureServer
:LDAP server URL is not secure: {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
LDAP server URL is not secure: {0}.
-
LDAPSecurityRealm_UserLookupManagerDnCorrect
KeyLDAPSecurityRealm.UserLookupManagerDnCorrect
:Are the Manager DN and password correct?
.- Returns:
Are the Manager DN and password correct?
-
_LDAPSecurityRealm_UserLookupManagerDnCorrect
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_UserLookupManagerDnCorrect()KeyLDAPSecurityRealm.UserLookupManagerDnCorrect
:Are the Manager DN and password correct?
.- Returns:
Are the Manager DN and password correct?
-
UserDetails_Disabled
KeyUserDetails.Disabled
:The user "{0}" is administratively disabled.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The user "{0}" is administratively disabled.
-
_UserDetails_Disabled
KeyUserDetails.Disabled
:The user "{0}" is administratively disabled.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The user "{0}" is administratively disabled.
-
LDAPSecurityRealm_CouldNotRetrieveDisplayName
KeyLDAPSecurityRealm.CouldNotRetrieveDisplayName
:Could not retrieve the display name attribute.
.- Returns:
Could not retrieve the display name attribute.
-
_LDAPSecurityRealm_CouldNotRetrieveDisplayName
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_CouldNotRetrieveDisplayName()KeyLDAPSecurityRealm.CouldNotRetrieveDisplayName
:Could not retrieve the display name attribute.
.- Returns:
Could not retrieve the display name attribute.
-
LDAPSecurityRealm_UsernameMismatch
KeyLDAPSecurityRealm.UsernameMismatch
:Username inconsistent (login {0} versus lookup {1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Username inconsistent (login {0} versus lookup {1})
-
_LDAPSecurityRealm_UsernameMismatch
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_UsernameMismatch(Object arg0, Object arg1) KeyLDAPSecurityRealm.UsernameMismatch
:Username inconsistent (login {0} versus lookup {1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Username inconsistent (login {0} versus lookup {1})
-
LDAPSecurityRealm_DnMismatch
KeyLDAPSecurityRealm.DnMismatch
:DN inconsistent (login {0} versus lookup {1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
DN inconsistent (login {0} versus lookup {1})
-
_LDAPSecurityRealm_DnMismatch
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_DnMismatch(Object arg0, Object arg1) KeyLDAPSecurityRealm.DnMismatch
:DN inconsistent (login {0} versus lookup {1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
DN inconsistent (login {0} versus lookup {1})
-
LDAPSecurityRealm_UserLookupInconclusive
KeyLDAPSecurityRealm.UserLookupInconclusive
:User lookup: user "{0}" may or may not exist.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User lookup: user "{0}" may or may not exist.
-
_LDAPSecurityRealm_UserLookupInconclusive
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_UserLookupInconclusive(Object arg0) KeyLDAPSecurityRealm.UserLookupInconclusive
:User lookup: user "{0}" may or may not exist.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User lookup: user "{0}" may or may not exist.
-
LDAPSecurityRealm_DisplayName
KeyLDAPSecurityRealm.DisplayName
:LDAP
.- Returns:
LDAP
-
_LDAPSecurityRealm_DisplayName
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_DisplayName()KeyLDAPSecurityRealm.DisplayName
:LDAP
.- Returns:
LDAP
-
LDAPSecurityRealm_NotSameServer
KeyLDAPSecurityRealm.NotSameServer
:Each server configuration must have a unique setup. At least two configurations have the same server(s), root DN, User search base and User search filter.
.- Returns:
Each server configuration must have a unique setup. At least two configurations have the same server(s), root DN, User search base and User search filter.
-
_LDAPSecurityRealm_NotSameServer
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_NotSameServer()KeyLDAPSecurityRealm.NotSameServer
:Each server configuration must have a unique setup. At least two configurations have the same server(s), root DN, User search base and User search filter.
.- Returns:
Each server configuration must have a unique setup. At least two configurations have the same server(s), root DN, User search base and User search filter.
-
LDAPSecurityRealm_UserLookupSettingsCorrect
KeyLDAPSecurityRealm.UserLookupSettingsCorrect
:Are the user search base and user search filter settings correct?
.- Returns:
Are the user search base and user search filter settings correct?
-
_LDAPSecurityRealm_UserLookupSettingsCorrect
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_UserLookupSettingsCorrect()KeyLDAPSecurityRealm.UserLookupSettingsCorrect
:Are the user search base and user search filter settings correct?
.- Returns:
Are the user search base and user search filter settings correct?
-
LDAPSecurityRealm_AuthenticationFailed
KeyLDAPSecurityRealm.AuthenticationFailed
:Authentication: failed for user "{0}"
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Authentication: failed for user "{0}"
-
_LDAPSecurityRealm_AuthenticationFailed
KeyLDAPSecurityRealm.AuthenticationFailed
:Authentication: failed for user "{0}"
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Authentication: failed for user "{0}"
-
LDAPSecurityRealm_BasicGroupMembershipDetail
KeyLDAPSecurityRealm.BasicGroupMembershipDetail
:If the user is a member of some LDAP groups then the group membership settings are probably configured incorrectly.
.- Returns:
If the user is a member of some LDAP groups then the group membership settings are probably configured incorrectly.
-
_LDAPSecurityRealm_BasicGroupMembershipDetail
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_BasicGroupMembershipDetail()KeyLDAPSecurityRealm.BasicGroupMembershipDetail
:If the user is a member of some LDAP groups then the group membership settings are probably configured incorrectly.
.- Returns:
If the user is a member of some LDAP groups then the group membership settings are probably configured incorrectly.
-
LDAPSecurityRealm_LookupHeader
KeyLDAPSecurityRealm.LookupHeader
:Lookup
.- Returns:
Lookup
-
_LDAPSecurityRealm_LookupHeader
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_LookupHeader()KeyLDAPSecurityRealm.LookupHeader
:Lookup
.- Returns:
Lookup
-
LDAPSecurityRealm_EmailAddressMismatch
KeyLDAPSecurityRealm.EmailAddressMismatch
:Email address inconsistent (login {0} versus lookup {1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Email address inconsistent (login {0} versus lookup {1})
-
_LDAPSecurityRealm_EmailAddressMismatch
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_EmailAddressMismatch(Object arg0, Object arg1) KeyLDAPSecurityRealm.EmailAddressMismatch
:Email address inconsistent (login {0} versus lookup {1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Email address inconsistent (login {0} versus lookup {1})
-
UserDetails_Expired
KeyUserDetails.Expired
:The user "{0}" is expired since {1}.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The user "{0}" is expired since {1}.
-
_UserDetails_Expired
KeyUserDetails.Expired
:The user "{0}" is expired since {1}.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The user "{0}" is expired since {1}.
-
LDAPSecurityRealm_UserLookupDoesNotExist
KeyLDAPSecurityRealm.UserLookupDoesNotExist
:User lookup: user "{0}" does not exist.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User lookup: user "{0}" does not exist.
-
_LDAPSecurityRealm_UserLookupDoesNotExist
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_UserLookupDoesNotExist(Object arg0) KeyLDAPSecurityRealm.UserLookupDoesNotExist
:User lookup: user "{0}" does not exist.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User lookup: user "{0}" does not exist.
-
LDAPSecurityRealm_InvalidPortNumber
KeyLDAPSecurityRealm.InvalidPortNumber
:Invalid port number
.- Returns:
Invalid port number
-
_LDAPSecurityRealm_InvalidPortNumber
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_InvalidPortNumber()KeyLDAPSecurityRealm.InvalidPortNumber
:Invalid port number
.- Returns:
Invalid port number
-
LDAPConfiguration_passwordTooShortFIPS
KeyLDAPConfiguration.passwordTooShortFIPS
:Password is too short (< 14 characters)
.- Returns:
Password is too short (< 14 characters)
-
_LDAPConfiguration_passwordTooShortFIPS
public static org.jvnet.localizer.Localizable _LDAPConfiguration_passwordTooShortFIPS()KeyLDAPConfiguration.passwordTooShortFIPS
:Password is too short (< 14 characters)
.- Returns:
Password is too short (< 14 characters)
-
UserDetails_CredentialsExpired
KeyUserDetails.CredentialsExpired
:The user "{0}" has expired credentials.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The user "{0}" has expired credentials.
-
_UserDetails_CredentialsExpired
KeyUserDetails.CredentialsExpired
:The user "{0}" has expired credentials.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The user "{0}" has expired credentials.
-
LDAPSecurityRealm_AvailableAttributes
KeyLDAPSecurityRealm.AvailableAttributes
:Available LDAP attributes are:
.- Returns:
Available LDAP attributes are:
-
_LDAPSecurityRealm_AvailableAttributes
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_AvailableAttributes()KeyLDAPSecurityRealm.AvailableAttributes
:Available LDAP attributes are:
.- Returns:
Available LDAP attributes are:
-
UserDetails_Locked
KeyUserDetails.Locked
:The user "{0}" is locked and must be unlocked by an administrator.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The user "{0}" is locked and must be unlocked by an administrator.
-
_UserDetails_Locked
KeyUserDetails.Locked
:The user "{0}" is locked and must be unlocked by an administrator.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The user "{0}" is locked and must be unlocked by an administrator.
-
LDAPSecurityRealm_GroupLookupManagerDnPermissions
KeyLDAPSecurityRealm.GroupLookupManagerDnPermissions
:Does the Manager DN have permissions to perform group lookup?
.- Returns:
Does the Manager DN have permissions to perform group lookup?
-
_LDAPSecurityRealm_GroupLookupManagerDnPermissions
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_GroupLookupManagerDnPermissions()KeyLDAPSecurityRealm.GroupLookupManagerDnPermissions
:Does the Manager DN have permissions to perform group lookup?
.- Returns:
Does the Manager DN have permissions to perform group lookup?
-
LDAPSecurityRealm_UserId
KeyLDAPSecurityRealm.UserId
:User ID: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User ID: {0}
-
_LDAPSecurityRealm_UserId
KeyLDAPSecurityRealm.UserId
:User ID: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User ID: {0}
-
LDAPSecurityRealm_LoginHeader
KeyLDAPSecurityRealm.LoginHeader
:Login
.- Returns:
Login
-
_LDAPSecurityRealm_LoginHeader
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_LoginHeader()KeyLDAPSecurityRealm.LoginHeader
:Login
.- Returns:
Login
-
LDAPSecurityRealm_UserLookupSuccessful
KeyLDAPSecurityRealm.UserLookupSuccessful
:User lookup: successful
.- Returns:
User lookup: successful
-
_LDAPSecurityRealm_UserLookupSuccessful
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_UserLookupSuccessful()KeyLDAPSecurityRealm.UserLookupSuccessful
:User lookup: successful
.- Returns:
User lookup: successful
-
FromUserRecordLDAPGroupMembershipStrategy_DisplayName
KeyFromUserRecordLDAPGroupMembershipStrategy.DisplayName
:Parse user attribute for list of LDAP groups
.- Returns:
Parse user attribute for list of LDAP groups
-
_FromUserRecordLDAPGroupMembershipStrategy_DisplayName
public static org.jvnet.localizer.Localizable _FromUserRecordLDAPGroupMembershipStrategy_DisplayName()KeyFromUserRecordLDAPGroupMembershipStrategy.DisplayName
:Parse user attribute for list of LDAP groups
.- Returns:
Parse user attribute for list of LDAP groups
-
LDAPSecurityRealm_UserLookupManagerDnPermissions
KeyLDAPSecurityRealm.UserLookupManagerDnPermissions
:Does the Manager DN have permissions to perform user lookup?
.- Returns:
Does the Manager DN have permissions to perform user lookup?
-
_LDAPSecurityRealm_UserLookupManagerDnPermissions
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_UserLookupManagerDnPermissions()KeyLDAPSecurityRealm.UserLookupManagerDnPermissions
:Does the Manager DN have permissions to perform user lookup?
.- Returns:
Does the Manager DN have permissions to perform user lookup?
-
FromGroupSearchLDAPGroupMembershipStrategy_DisplayName
KeyFromGroupSearchLDAPGroupMembershipStrategy.DisplayName
:Search for LDAP groups containing user
.- Returns:
Search for LDAP groups containing user
-
_FromGroupSearchLDAPGroupMembershipStrategy_DisplayName
public static org.jvnet.localizer.Localizable _FromGroupSearchLDAPGroupMembershipStrategy_DisplayName()KeyFromGroupSearchLDAPGroupMembershipStrategy.DisplayName
:Search for LDAP groups containing user
.- Returns:
Search for LDAP groups containing user
-
LDAPSecurityRealm_AuthenticationFailedEmptyPass
KeyLDAPSecurityRealm.AuthenticationFailedEmptyPass
:Authentication: failed for user "{0}" with empty password
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Authentication: failed for user "{0}" with empty password
-
_LDAPSecurityRealm_AuthenticationFailedEmptyPass
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_AuthenticationFailedEmptyPass(Object arg0) KeyLDAPSecurityRealm.AuthenticationFailedEmptyPass
:Authentication: failed for user "{0}" with empty password
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Authentication: failed for user "{0}" with empty password
-
LDAPSecurityRealm_EmptyDisplayName
KeyLDAPSecurityRealm.EmptyDisplayName
:Retrieved display name was empty!
.- Returns:
Retrieved display name was empty!
-
_LDAPSecurityRealm_EmptyDisplayName
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_EmptyDisplayName()KeyLDAPSecurityRealm.EmptyDisplayName
:Retrieved display name was empty!
.- Returns:
Retrieved display name was empty!
-
LDAPSecurityRealm_UserLookupManagerDnRequired
KeyLDAPSecurityRealm.UserLookupManagerDnRequired
:Does looking up user details require a Manager DN and password?
.- Returns:
Does looking up user details require a Manager DN and password?
-
_LDAPSecurityRealm_UserLookupManagerDnRequired
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_UserLookupManagerDnRequired()KeyLDAPSecurityRealm.UserLookupManagerDnRequired
:Does looking up user details require a Manager DN and password?
.- Returns:
Does looking up user details require a Manager DN and password?
-
LDAPSecurityRealm_LockoutHeader
KeyLDAPSecurityRealm.LockoutHeader
:Lockout
.- Returns:
Lockout
-
_LDAPSecurityRealm_LockoutHeader
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_LockoutHeader()KeyLDAPSecurityRealm.LockoutHeader
:Lockout
.- Returns:
Lockout
-
LDAPSecurityRealm_UserLookupFailed
KeyLDAPSecurityRealm.UserLookupFailed
:User lookup: failed for user "{0}"
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User lookup: failed for user "{0}"
-
_LDAPSecurityRealm_UserLookupFailed
KeyLDAPSecurityRealm.UserLookupFailed
:User lookup: failed for user "{0}"
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User lookup: failed for user "{0}"
-
LDAPSecurityRealm_UnableToConnect
KeyLDAPSecurityRealm.UnableToConnect
:Unable to connect to {0} : {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Unable to connect to {0} : {1}
-
_LDAPSecurityRealm_UnableToConnect
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_UnableToConnect(Object arg0, Object arg1) KeyLDAPSecurityRealm.UnableToConnect
:Unable to connect to {0} : {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Unable to connect to {0} : {1}
-
LDAPSecurityRealm_UserDisplayName
KeyLDAPSecurityRealm.UserDisplayName
:User Display Name: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User Display Name: {0}
-
_LDAPSecurityRealm_UserDisplayName
KeyLDAPSecurityRealm.UserDisplayName
:User Display Name: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User Display Name: {0}
-
LDAPSecurityRealm_AuthenticationSuccessful
KeyLDAPSecurityRealm.AuthenticationSuccessful
:Authentication: successful
.- Returns:
Authentication: successful
-
_LDAPSecurityRealm_AuthenticationSuccessful
public static org.jvnet.localizer.Localizable _LDAPSecurityRealm_AuthenticationSuccessful()KeyLDAPSecurityRealm.AuthenticationSuccessful
:Authentication: successful
.- Returns:
Authentication: successful
-
LDAPSecurityRealm_PotentialLockout
KeyLDAPSecurityRealm.PotentialLockout
:The user "{0}" will be unable to login with the supplied password.<br/>If this is your own account this would mean you would be locked out!<br/>Are you sure you want to save this configuration?
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The user "{0}" will be unable to login with the supplied password.<br/>If this is your own account this would mean you would be locked out!<br/>Are you sure you want to save this configuration?
-
_LDAPSecurityRealm_PotentialLockout
KeyLDAPSecurityRealm.PotentialLockout
:The user "{0}" will be unable to login with the supplied password.<br/>If this is your own account this would mean you would be locked out!<br/>Are you sure you want to save this configuration?
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The user "{0}" will be unable to login with the supplied password.<br/>If this is your own account this would mean you would be locked out!<br/>Are you sure you want to save this configuration?
-