public class BitbucketSecurityRealm
extends hudson.security.SecurityRealm
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
BitbucketSecurityRealm.ConverterImpl |
static class |
BitbucketSecurityRealm.DescriptorImpl |
| コンストラクタと説明 |
|---|
BitbucketSecurityRealm() |
BitbucketSecurityRealm(String clientID,
String clientSecret,
hudson.util.Secret secretClientSecret) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
allowsSignup() |
hudson.security.SecurityRealm.SecurityComponents |
createSecurityComponents() |
org.kohsuke.stapler.HttpResponse |
doCommenceLogin(org.kohsuke.stapler.StaplerRequest request,
String referer) |
org.kohsuke.stapler.HttpResponse |
doFinishLogin(org.kohsuke.stapler.StaplerRequest request) |
String |
getClientID() |
String |
getClientSecret()
非推奨です。
|
String |
getLoginUrl() |
hudson.util.Secret |
getSecretClientSecret() |
hudson.security.GroupDetails |
loadGroupByGroupname(String groupName) |
org.acegisecurity.userdetails.UserDetails |
loadUserByUsername(String username) |
void |
setClientID(String clientID) |
void |
setClientSecret(String clientSecret)
非推奨です。
|
void |
setSecretClientSecret(hudson.util.Secret secretClientSecret) |
all, canLogOut, commenceSignup, createCliAuthenticator, createFilter, doCaptcha, doLogout, findBean, getAuthenticationGatewayUrl, getCaptchaSupport, getCaptchaSupportDescriptors, getDescriptor, getGroupIdStrategy, getPostLogOutUrl, getSecurityComponents, getUserIdStrategy, loadGroupByGroupname, setCaptchaSupport, validateCaptcha@DataBoundConstructor public BitbucketSecurityRealm(String clientID, String clientSecret, hudson.util.Secret secretClientSecret)
public BitbucketSecurityRealm()
public String getClientID()
public void setClientID(String clientID)
clientID - the clientID to set@Deprecated public String getClientSecret()
@Deprecated public void setClientSecret(String clientSecret)
clientSecret - the clientSecret to setpublic hudson.util.Secret getSecretClientSecret()
public void setSecretClientSecret(hudson.util.Secret secretClientSecret)
secretClientSecret - the secretClientSecret to setpublic org.kohsuke.stapler.HttpResponse doCommenceLogin(org.kohsuke.stapler.StaplerRequest request,
@Header(value="Referer")
String referer)
throws IOException
IOExceptionpublic org.kohsuke.stapler.HttpResponse doFinishLogin(org.kohsuke.stapler.StaplerRequest request)
throws IOException
IOExceptionpublic hudson.security.SecurityRealm.SecurityComponents createSecurityComponents()
createSecurityComponents クラス内 hudson.security.SecurityRealmpublic org.acegisecurity.userdetails.UserDetails loadUserByUsername(String username)
loadUserByUsername クラス内 hudson.security.SecurityRealmpublic hudson.security.GroupDetails loadGroupByGroupname(String groupName)
loadGroupByGroupname クラス内 hudson.security.SecurityRealmpublic boolean allowsSignup()
allowsSignup クラス内 hudson.security.SecurityRealmpublic String getLoginUrl()
getLoginUrl クラス内 hudson.security.SecurityRealmCopyright © 2016–2019. All rights reserved.