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 -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.LocalizableKeyPAMSecurityRealm.CurrentUser:Current User.static org.jvnet.localizer.LocalizableKeyPAMSecurityRealm.DisplayName:Unix user/group database.static org.jvnet.localizer.LocalizableKeyPAMSecurityRealm.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.LocalizableKeyPAMSecurityRealm.Success:Success.static org.jvnet.localizer.Localizable_PAMSecurityRealm_Uid(Object arg0) KeyPAMSecurityRealm.Uid:uid: {0}.static org.jvnet.localizer.LocalizableKeyPAMSecurityRealm.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 StringPAMSecurityRealm_BelongToGroup(Object arg0, Object arg1) KeyPAMSecurityRealm.BelongToGroup:{0} needs to belong to group {1} to read /etc/shadow.static StringKeyPAMSecurityRealm.CurrentUser:Current User.static StringKeyPAMSecurityRealm.DisplayName:Unix user/group database.static StringKeyPAMSecurityRealm.ReadPermission:Jenkins needs to be able to read /etc/shadow.static StringPAMSecurityRealm_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 StringKeyPAMSecurityRealm.Success:Success.static StringPAMSecurityRealm_Uid(Object arg0) KeyPAMSecurityRealm.Uid:uid: {0}.static StringKeyPAMSecurityRealm.UnsupportedOperation:It is not possible to retrieve the file attributes for `/etc/shadow` file and so it is impossible to test the configuration.static StringPAMSecurityRealm_User(Object arg0) KeyPAMSecurityRealm.User:User ‘{0}’.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
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
KeyPAMSecurityRealm.User:User ‘{0}’.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
User ‘{0}’
-
_PAMSecurityRealm_User
KeyPAMSecurityRealm.User:User ‘{0}’.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
User ‘{0}’
-
PAMSecurityRealm_BelongToGroup
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
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
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
KeyPAMSecurityRealm.Success:Success.- Returns:
Success
-
_PAMSecurityRealm_Success
public static org.jvnet.localizer.Localizable _PAMSecurityRealm_Success()KeyPAMSecurityRealm.Success:Success.- Returns:
Success
-
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
KeyPAMSecurityRealm.Uid:uid: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
uid: {0}
-
_PAMSecurityRealm_Uid
KeyPAMSecurityRealm.Uid:uid: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
uid: {0}
-