Package hudson.plugins.openid
Class Messages
java.lang.Object
hudson.plugins.openid.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.LocalizableKeyOpenIdLoginService.SessionNotFound:Unable to find an on-going OpenID session. Could it be that you have multiple host names for your Jenkins and you started the authentication in one host name and landed back on another? If so configure the correct Jenkins root URL so that those two host names will be the same.static StringKeyOpenIdLoginService.SessionNotFound:Unable to find an on-going OpenID session. Could it be that you have multiple host names for your Jenkins and you started the authentication in one host name and landed back on another? If so configure the correct Jenkins root URL so that those two host names will be the same.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
OpenIdLoginService_SessionNotFound
KeyOpenIdLoginService.SessionNotFound:Unable to find an on-going OpenID session. Could it be that you have multiple host names for your Jenkins and you started the authentication in one host name and landed back on another? If so configure the correct Jenkins root URL so that those two host names will be the same.- Returns:
Unable to find an on-going OpenID session. Could it be that you have multiple host names for your Jenkins and you started the authentication in one host name and landed back on another? If so configure the correct Jenkins root URL so that those two host names will be the same
-
_OpenIdLoginService_SessionNotFound
public static org.jvnet.localizer.Localizable _OpenIdLoginService_SessionNotFound()KeyOpenIdLoginService.SessionNotFound:Unable to find an on-going OpenID session. Could it be that you have multiple host names for your Jenkins and you started the authentication in one host name and landed back on another? If so configure the correct Jenkins root URL so that those two host names will be the same.- Returns:
Unable to find an on-going OpenID session. Could it be that you have multiple host names for your Jenkins and you started the authentication in one host name and landed back on another? If so configure the correct Jenkins root URL so that those two host names will be the same
-