
hudson.security.csrf.Messages Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hudson-core Show documentation
Show all versions of hudson-core Show documentation
Contains the core Hudson code and view files to render HTML.
The newest version!
// CHECKSTYLE:OFF
package hudson.security.csrf;
import org.jvnet.localizer.Localizable;
import org.jvnet.localizer.ResourceBundleHolder;
@SuppressWarnings({
"",
"PMD"
})
public class Messages {
private final static ResourceBundleHolder holder = ResourceBundleHolder.get(Messages.class);
/**
* Default Crumb Issuer
*
*/
public static String DefaultCrumbIssuer_DisplayName() {
return holder.format("DefaultCrumbIssuer.DisplayName");
}
/**
* Default Crumb Issuer
*
*/
public static Localizable _DefaultCrumbIssuer_DisplayName() {
return new Localizable(holder, "DefaultCrumbIssuer.DisplayName");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy