public class BjtoonProperty extends Object implements IUiaProperty
| 构造器和说明 |
|---|
BjtoonProperty() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccessTokenPath() |
String |
getAuthTicketPath() |
String |
getClientId() |
String |
getClientSecret() |
String |
getDomain() |
String |
getGrantType() |
String |
getLogoutPath() |
String |
getRedirectUri() |
String |
getRegisterPath() |
String |
getScope() |
String |
getSsoStatusPath() |
String |
getUserInfoPath() |
boolean |
isNeedsDecrypt() |
boolean |
isPrintStack() |
void |
setAccessTokenPath(String accessTokenPath) |
void |
setAuthTicketPath(String authTicketPath) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setDomain(String domain) |
void |
setGrantType(String grantType) |
void |
setLogoutPath(String logoutPath) |
void |
setNeedsDecrypt(boolean needsDecrypt) |
void |
setPrintStack(boolean printStack) |
void |
setRedirectUri(String redirectUri) |
void |
setRegisterPath(String registerPath) |
void |
setScope(String scope) |
void |
setSsoStatusPath(String ssoStatusPath) |
void |
setUserInfoPath(String userInfoPath) |
public String getDomain()
public void setDomain(String domain)
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public boolean isNeedsDecrypt()
public void setNeedsDecrypt(boolean needsDecrypt)
public String getGrantType()
public void setGrantType(String grantType)
public String getScope()
public void setScope(String scope)
public String getAccessTokenPath()
public void setAccessTokenPath(String accessTokenPath)
public String getUserInfoPath()
public void setUserInfoPath(String userInfoPath)
public String getSsoStatusPath()
public void setSsoStatusPath(String ssoStatusPath)
public String getLogoutPath()
public void setLogoutPath(String logoutPath)
public String getAuthTicketPath()
public void setAuthTicketPath(String authTicketPath)
public String getRegisterPath()
public void setRegisterPath(String registerPath)
public String getRedirectUri()
public void setRedirectUri(String redirectUri)
public boolean isPrintStack()
isPrintStack 在接口中 IUiaPropertypublic void setPrintStack(boolean printStack)
Copyright © 2023. All rights reserved.