Package hudson.security.pam
Class Messages
- java.lang.Object
-
- hudson.security.pam.Messages
-
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
-
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_PAMSecurityRealm_BelongToGroup(Object arg0, Object arg1)
KeyPAMSecurityRealm.BelongToGroup
:{0} needs to belong to group {1} to read /etc/shadow
.static org.jvnet.localizer.Localizable
_PAMSecurityRealm_CurrentUser()
KeyPAMSecurityRealm.CurrentUser
:Current User
.static org.jvnet.localizer.Localizable
_PAMSecurityRealm_DisplayName()
KeyPAMSecurityRealm.DisplayName
:Unix user/group database
.static org.jvnet.localizer.Localizable
_PAMSecurityRealm_ReadPermission()
KeyPAMSecurityRealm.ReadPermission
:Jenkins needs to be able to read /etc/shadow
.static org.jvnet.localizer.Localizable
_PAMSecurityRealm_RunAsUserOrBelongToGroupAndChmod(Object arg0, Object arg1, Object arg2)
KeyPAMSecurityRealm.RunAsUserOrBelongToGroupAndChmod
:Either Jenkins needs to run as {0} or {1} needs to belong to group {2} and ‘chmod g+r /etc/shadow’ needs to be done to enable Jenkins to read /etc/shadow
.static org.jvnet.localizer.Localizable
_PAMSecurityRealm_Success()
KeyPAMSecurityRealm.Success
:Success
.static org.jvnet.localizer.Localizable
_PAMSecurityRealm_Uid(Object arg0)
KeyPAMSecurityRealm.Uid
:uid: {0}
.static org.jvnet.localizer.Localizable
_PAMSecurityRealm_UnsupportedOperation()
KeyPAMSecurityRealm.UnsupportedOperation
:It is not possible to retrieve the file attributes for `/etc/shadow` file and so it is impossible to test the configuration
.static org.jvnet.localizer.Localizable
_PAMSecurityRealm_User(Object arg0)
KeyPAMSecurityRealm.User
:User ‘{0}’
.static String
PAMSecurityRealm_BelongToGroup(Object arg0, Object arg1)
KeyPAMSecurityRealm.BelongToGroup
:{0} needs to belong to group {1} to read /etc/shadow
.static String
PAMSecurityRealm_CurrentUser()
KeyPAMSecurityRealm.CurrentUser
:Current User
.static String
PAMSecurityRealm_DisplayName()
KeyPAMSecurityRealm.DisplayName
:Unix user/group database
.static String
PAMSecurityRealm_ReadPermission()
KeyPAMSecurityRealm.ReadPermission
:Jenkins needs to be able to read /etc/shadow
.static String
PAMSecurityRealm_RunAsUserOrBelongToGroupAndChmod(Object arg0, Object arg1, Object arg2)
KeyPAMSecurityRealm.RunAsUserOrBelongToGroupAndChmod
:Either Jenkins needs to run as {0} or {1} needs to belong to group {2} and ‘chmod g+r /etc/shadow’ needs to be done to enable Jenkins to read /etc/shadow
.static String
PAMSecurityRealm_Success()
KeyPAMSecurityRealm.Success
:Success
.static String
PAMSecurityRealm_Uid(Object arg0)
KeyPAMSecurityRealm.Uid
:uid: {0}
.static String
PAMSecurityRealm_UnsupportedOperation()
KeyPAMSecurityRealm.UnsupportedOperation
:It is not possible to retrieve the file attributes for `/etc/shadow` file and so it is impossible to test the configuration
.static String
PAMSecurityRealm_User(Object arg0)
KeyPAMSecurityRealm.User
:User ‘{0}’
.
-
-
-
Method Detail
-
PAMSecurityRealm_DisplayName
public static String PAMSecurityRealm_DisplayName()
KeyPAMSecurityRealm.DisplayName
:Unix user/group database
.- Returns:
Unix user/group database
-
_PAMSecurityRealm_DisplayName
public static org.jvnet.localizer.Localizable _PAMSecurityRealm_DisplayName()
KeyPAMSecurityRealm.DisplayName
:Unix user/group database
.- Returns:
Unix user/group database
-
PAMSecurityRealm_User
public static String PAMSecurityRealm_User(Object arg0)
KeyPAMSecurityRealm.User
:User ‘{0}’
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User ‘{0}’
-
_PAMSecurityRealm_User
public static org.jvnet.localizer.Localizable _PAMSecurityRealm_User(Object arg0)
KeyPAMSecurityRealm.User
:User ‘{0}’
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
User ‘{0}’
-
PAMSecurityRealm_BelongToGroup
public static String PAMSecurityRealm_BelongToGroup(Object arg0, Object arg1)
KeyPAMSecurityRealm.BelongToGroup
:{0} needs to belong to group {1} to read /etc/shadow
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} needs to belong to group {1} to read /etc/shadow
-
_PAMSecurityRealm_BelongToGroup
public static org.jvnet.localizer.Localizable _PAMSecurityRealm_BelongToGroup(Object arg0, Object arg1)
KeyPAMSecurityRealm.BelongToGroup
:{0} needs to belong to group {1} to read /etc/shadow
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} needs to belong to group {1} to read /etc/shadow
-
PAMSecurityRealm_RunAsUserOrBelongToGroupAndChmod
public static String PAMSecurityRealm_RunAsUserOrBelongToGroupAndChmod(Object arg0, Object arg1, Object arg2)
KeyPAMSecurityRealm.RunAsUserOrBelongToGroupAndChmod
:Either Jenkins needs to run as {0} or {1} needs to belong to group {2} and ‘chmod g+r /etc/shadow’ needs to be done to enable Jenkins to read /etc/shadow
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Either Jenkins needs to run as {0} or {1} needs to belong to group {2} and ‘chmod g+r /etc/shadow’ needs to be done to enable Jenkins to read /etc/shadow
-
_PAMSecurityRealm_RunAsUserOrBelongToGroupAndChmod
public static org.jvnet.localizer.Localizable _PAMSecurityRealm_RunAsUserOrBelongToGroupAndChmod(Object arg0, Object arg1, Object arg2)
KeyPAMSecurityRealm.RunAsUserOrBelongToGroupAndChmod
:Either Jenkins needs to run as {0} or {1} needs to belong to group {2} and ‘chmod g+r /etc/shadow’ needs to be done to enable Jenkins to read /etc/shadow
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Either Jenkins needs to run as {0} or {1} needs to belong to group {2} and ‘chmod g+r /etc/shadow’ needs to be done to enable Jenkins to read /etc/shadow
-
PAMSecurityRealm_CurrentUser
public static String PAMSecurityRealm_CurrentUser()
KeyPAMSecurityRealm.CurrentUser
:Current User
.- Returns:
Current User
-
_PAMSecurityRealm_CurrentUser
public static org.jvnet.localizer.Localizable _PAMSecurityRealm_CurrentUser()
KeyPAMSecurityRealm.CurrentUser
:Current User
.- Returns:
Current User
-
PAMSecurityRealm_UnsupportedOperation
public static String PAMSecurityRealm_UnsupportedOperation()
KeyPAMSecurityRealm.UnsupportedOperation
:It is not possible to retrieve the file attributes for `/etc/shadow` file and so it is impossible to test the configuration
.- Returns:
It is not possible to retrieve the file attributes for `/etc/shadow` file and so it is impossible to test the configuration
-
_PAMSecurityRealm_UnsupportedOperation
public static org.jvnet.localizer.Localizable _PAMSecurityRealm_UnsupportedOperation()
KeyPAMSecurityRealm.UnsupportedOperation
:It is not possible to retrieve the file attributes for `/etc/shadow` file and so it is impossible to test the configuration
.- Returns:
It is not possible to retrieve the file attributes for `/etc/shadow` file and so it is impossible to test the configuration
-
PAMSecurityRealm_Success
public static String PAMSecurityRealm_Success()
KeyPAMSecurityRealm.Success
:Success
.- Returns:
Success
-
_PAMSecurityRealm_Success
public static org.jvnet.localizer.Localizable _PAMSecurityRealm_Success()
KeyPAMSecurityRealm.Success
:Success
.- Returns:
Success
-
PAMSecurityRealm_ReadPermission
public static String PAMSecurityRealm_ReadPermission()
KeyPAMSecurityRealm.ReadPermission
:Jenkins needs to be able to read /etc/shadow
.- Returns:
Jenkins needs to be able to read /etc/shadow
-
_PAMSecurityRealm_ReadPermission
public static org.jvnet.localizer.Localizable _PAMSecurityRealm_ReadPermission()
KeyPAMSecurityRealm.ReadPermission
:Jenkins needs to be able to read /etc/shadow
.- Returns:
Jenkins needs to be able to read /etc/shadow
-
PAMSecurityRealm_Uid
public static String PAMSecurityRealm_Uid(Object arg0)
KeyPAMSecurityRealm.Uid
:uid: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
uid: {0}
-
_PAMSecurityRealm_Uid
public static org.jvnet.localizer.Localizable _PAMSecurityRealm_Uid(Object arg0)
KeyPAMSecurityRealm.Uid
:uid: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
uid: {0}
-
-