org.hudsonci.plugins.jna
Class Messages

java.lang.Object
  extended by org.hudsonci.plugins.jna.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _PAMSecurityRealm_BelongToGroup(Object arg1, Object arg2)
          {0} needs to belong to group {1} to read /etc/shadow
static org.jvnet.localizer.Localizable _PAMSecurityRealm_CurrentUser()
          Current User
static org.jvnet.localizer.Localizable _PAMSecurityRealm_DisplayName()
          Unix user/group database
static org.jvnet.localizer.Localizable _PAMSecurityRealm_ReadPermission()
          Hudson needs to be able to read /etc/shadow
static org.jvnet.localizer.Localizable _PAMSecurityRealm_RunAsUserOrBelongToGroupAndChmod(Object arg1, Object arg2, Object arg3)
          Either Hudson 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 Hudson to read /etc/shadow
static org.jvnet.localizer.Localizable _PAMSecurityRealm_Success()
          Success
static org.jvnet.localizer.Localizable _PAMSecurityRealm_Uid(Object arg1)
          uid: {0}
static org.jvnet.localizer.Localizable _PAMSecurityRealm_User(Object arg1)
          User ''{0}''
static String PAMSecurityRealm_BelongToGroup(Object arg1, Object arg2)
          {0} needs to belong to group {1} to read /etc/shadow
static String PAMSecurityRealm_CurrentUser()
          Current User
static String PAMSecurityRealm_DisplayName()
          Unix user/group database
static String PAMSecurityRealm_ReadPermission()
          Hudson needs to be able to read /etc/shadow
static String PAMSecurityRealm_RunAsUserOrBelongToGroupAndChmod(Object arg1, Object arg2, Object arg3)
          Either Hudson 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 Hudson to read /etc/shadow
static String PAMSecurityRealm_Success()
          Success
static String PAMSecurityRealm_Uid(Object arg1)
          uid: {0}
static String PAMSecurityRealm_User(Object arg1)
          User ''{0}''
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

PAMSecurityRealm_Success

public static String PAMSecurityRealm_Success()
Success


_PAMSecurityRealm_Success

public static org.jvnet.localizer.Localizable _PAMSecurityRealm_Success()
Success


PAMSecurityRealm_BelongToGroup

public static String PAMSecurityRealm_BelongToGroup(Object arg1,
                                                    Object arg2)
{0} needs to belong to group {1} to read /etc/shadow


_PAMSecurityRealm_BelongToGroup

public static org.jvnet.localizer.Localizable _PAMSecurityRealm_BelongToGroup(Object arg1,
                                                                              Object arg2)
{0} needs to belong to group {1} to read /etc/shadow


PAMSecurityRealm_User

public static String PAMSecurityRealm_User(Object arg1)
User ''{0}''


_PAMSecurityRealm_User

public static org.jvnet.localizer.Localizable _PAMSecurityRealm_User(Object arg1)
User ''{0}''


PAMSecurityRealm_CurrentUser

public static String PAMSecurityRealm_CurrentUser()
Current User


_PAMSecurityRealm_CurrentUser

public static org.jvnet.localizer.Localizable _PAMSecurityRealm_CurrentUser()
Current User


PAMSecurityRealm_RunAsUserOrBelongToGroupAndChmod

public static String PAMSecurityRealm_RunAsUserOrBelongToGroupAndChmod(Object arg1,
                                                                       Object arg2,
                                                                       Object arg3)
Either Hudson 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 Hudson to read /etc/shadow


_PAMSecurityRealm_RunAsUserOrBelongToGroupAndChmod

public static org.jvnet.localizer.Localizable _PAMSecurityRealm_RunAsUserOrBelongToGroupAndChmod(Object arg1,
                                                                                                 Object arg2,
                                                                                                 Object arg3)
Either Hudson 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 Hudson to read /etc/shadow


PAMSecurityRealm_Uid

public static String PAMSecurityRealm_Uid(Object arg1)
uid: {0}


_PAMSecurityRealm_Uid

public static org.jvnet.localizer.Localizable _PAMSecurityRealm_Uid(Object arg1)
uid: {0}


PAMSecurityRealm_ReadPermission

public static String PAMSecurityRealm_ReadPermission()
Hudson needs to be able to read /etc/shadow


_PAMSecurityRealm_ReadPermission

public static org.jvnet.localizer.Localizable _PAMSecurityRealm_ReadPermission()
Hudson needs to be able to read /etc/shadow


PAMSecurityRealm_DisplayName

public static String PAMSecurityRealm_DisplayName()
Unix user/group database


_PAMSecurityRealm_DisplayName

public static org.jvnet.localizer.Localizable _PAMSecurityRealm_DisplayName()
Unix user/group database



Copyright © 2004-2012 Hudson. All Rights Reserved.