266 lines
12 KiB
Java
266 lines
12 KiB
Java
|
|
package com.sforce.soap.metadata;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* This is a generated class for the SObject Enterprise API.
|
||
|
|
* Do not edit this file, as your changes will be lost.
|
||
|
|
*/
|
||
|
|
public class OauthOidcSettings extends com.sforce.soap.metadata.Metadata {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Constructor
|
||
|
|
*/
|
||
|
|
public OauthOidcSettings() {}
|
||
|
|
|
||
|
|
/* Cache the typeInfo instead of declaring static fields throughout*/
|
||
|
|
private transient java.util.Map<String, com.sforce.ws.bind.TypeInfo> typeInfoCache = new java.util.HashMap<String, com.sforce.ws.bind.TypeInfo>();
|
||
|
|
private com.sforce.ws.bind.TypeInfo _lookupTypeInfo(String fieldName, String namespace, String name, String typeNS, String type, int minOcc, int maxOcc, boolean elementForm) {
|
||
|
|
com.sforce.ws.bind.TypeInfo typeInfo = typeInfoCache.get(fieldName);
|
||
|
|
if (typeInfo == null) {
|
||
|
|
typeInfo = new com.sforce.ws.bind.TypeInfo(namespace, name, typeNS, type, minOcc, maxOcc, elementForm);
|
||
|
|
typeInfoCache.put(fieldName, typeInfo);
|
||
|
|
}
|
||
|
|
return typeInfo;
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : agentAuthLinking of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean agentAuthLinking__is_set = false;
|
||
|
|
|
||
|
|
private boolean agentAuthLinking;
|
||
|
|
|
||
|
|
public boolean getAgentAuthLinking() {
|
||
|
|
return agentAuthLinking;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isAgentAuthLinking() {
|
||
|
|
return agentAuthLinking;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setAgentAuthLinking(boolean agentAuthLinking) {
|
||
|
|
this.agentAuthLinking = agentAuthLinking;
|
||
|
|
agentAuthLinking__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setAgentAuthLinking(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("agentAuthLinking", "http://soap.sforce.com/2006/04/metadata","agentAuthLinking","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setAgentAuthLinking(__typeMapper.readBoolean(__in, _lookupTypeInfo("agentAuthLinking", "http://soap.sforce.com/2006/04/metadata","agentAuthLinking","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldAgentAuthLinking(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("agentAuthLinking", "http://soap.sforce.com/2006/04/metadata","agentAuthLinking","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), agentAuthLinking, agentAuthLinking__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : blockOAuthUnPwFlow of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean blockOAuthUnPwFlow__is_set = false;
|
||
|
|
|
||
|
|
private boolean blockOAuthUnPwFlow;
|
||
|
|
|
||
|
|
public boolean getBlockOAuthUnPwFlow() {
|
||
|
|
return blockOAuthUnPwFlow;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isBlockOAuthUnPwFlow() {
|
||
|
|
return blockOAuthUnPwFlow;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setBlockOAuthUnPwFlow(boolean blockOAuthUnPwFlow) {
|
||
|
|
this.blockOAuthUnPwFlow = blockOAuthUnPwFlow;
|
||
|
|
blockOAuthUnPwFlow__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setBlockOAuthUnPwFlow(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("blockOAuthUnPwFlow", "http://soap.sforce.com/2006/04/metadata","blockOAuthUnPwFlow","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setBlockOAuthUnPwFlow(__typeMapper.readBoolean(__in, _lookupTypeInfo("blockOAuthUnPwFlow", "http://soap.sforce.com/2006/04/metadata","blockOAuthUnPwFlow","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldBlockOAuthUnPwFlow(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("blockOAuthUnPwFlow", "http://soap.sforce.com/2006/04/metadata","blockOAuthUnPwFlow","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), blockOAuthUnPwFlow, blockOAuthUnPwFlow__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : blockOAuthUsrAgtFlow of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean blockOAuthUsrAgtFlow__is_set = false;
|
||
|
|
|
||
|
|
private boolean blockOAuthUsrAgtFlow;
|
||
|
|
|
||
|
|
public boolean getBlockOAuthUsrAgtFlow() {
|
||
|
|
return blockOAuthUsrAgtFlow;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isBlockOAuthUsrAgtFlow() {
|
||
|
|
return blockOAuthUsrAgtFlow;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setBlockOAuthUsrAgtFlow(boolean blockOAuthUsrAgtFlow) {
|
||
|
|
this.blockOAuthUsrAgtFlow = blockOAuthUsrAgtFlow;
|
||
|
|
blockOAuthUsrAgtFlow__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setBlockOAuthUsrAgtFlow(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("blockOAuthUsrAgtFlow", "http://soap.sforce.com/2006/04/metadata","blockOAuthUsrAgtFlow","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setBlockOAuthUsrAgtFlow(__typeMapper.readBoolean(__in, _lookupTypeInfo("blockOAuthUsrAgtFlow", "http://soap.sforce.com/2006/04/metadata","blockOAuthUsrAgtFlow","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldBlockOAuthUsrAgtFlow(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("blockOAuthUsrAgtFlow", "http://soap.sforce.com/2006/04/metadata","blockOAuthUsrAgtFlow","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), blockOAuthUsrAgtFlow, blockOAuthUsrAgtFlow__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : isPkceRequired of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean isPkceRequired__is_set = false;
|
||
|
|
|
||
|
|
private boolean isPkceRequired;
|
||
|
|
|
||
|
|
public boolean getIsPkceRequired() {
|
||
|
|
return isPkceRequired;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isIsPkceRequired() {
|
||
|
|
return isPkceRequired;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsPkceRequired(boolean isPkceRequired) {
|
||
|
|
this.isPkceRequired = isPkceRequired;
|
||
|
|
isPkceRequired__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsPkceRequired(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("isPkceRequired", "http://soap.sforce.com/2006/04/metadata","isPkceRequired","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsPkceRequired(__typeMapper.readBoolean(__in, _lookupTypeInfo("isPkceRequired", "http://soap.sforce.com/2006/04/metadata","isPkceRequired","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsPkceRequired(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("isPkceRequired", "http://soap.sforce.com/2006/04/metadata","isPkceRequired","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), isPkceRequired, isPkceRequired__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : oAuthCdCrdtFlowEnable of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean oAuthCdCrdtFlowEnable__is_set = false;
|
||
|
|
|
||
|
|
private boolean oAuthCdCrdtFlowEnable;
|
||
|
|
|
||
|
|
public boolean getOAuthCdCrdtFlowEnable() {
|
||
|
|
return oAuthCdCrdtFlowEnable;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isOAuthCdCrdtFlowEnable() {
|
||
|
|
return oAuthCdCrdtFlowEnable;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setOAuthCdCrdtFlowEnable(boolean oAuthCdCrdtFlowEnable) {
|
||
|
|
this.oAuthCdCrdtFlowEnable = oAuthCdCrdtFlowEnable;
|
||
|
|
oAuthCdCrdtFlowEnable__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setOAuthCdCrdtFlowEnable(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("oAuthCdCrdtFlowEnable", "http://soap.sforce.com/2006/04/metadata","oAuthCdCrdtFlowEnable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setOAuthCdCrdtFlowEnable(__typeMapper.readBoolean(__in, _lookupTypeInfo("oAuthCdCrdtFlowEnable", "http://soap.sforce.com/2006/04/metadata","oAuthCdCrdtFlowEnable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldOAuthCdCrdtFlowEnable(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("oAuthCdCrdtFlowEnable", "http://soap.sforce.com/2006/04/metadata","oAuthCdCrdtFlowEnable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), oAuthCdCrdtFlowEnable, oAuthCdCrdtFlowEnable__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
*/
|
||
|
|
@Override
|
||
|
|
public void write(javax.xml.namespace.QName __element,
|
||
|
|
com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
|
||
|
|
throws java.io.IOException {
|
||
|
|
__out.writeStartTag(__element.getNamespaceURI(), __element.getLocalPart());
|
||
|
|
__typeMapper.writeXsiType(__out, "http://soap.sforce.com/2006/04/metadata", "OauthOidcSettings");
|
||
|
|
writeFields(__out, __typeMapper);
|
||
|
|
__out.writeEndTag(__element.getNamespaceURI(), __element.getLocalPart());
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper)
|
||
|
|
throws java.io.IOException {
|
||
|
|
super.writeFields(__out, __typeMapper);
|
||
|
|
writeFields1(__out, __typeMapper);
|
||
|
|
}
|
||
|
|
|
||
|
|
@Override
|
||
|
|
public void load(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__typeMapper.consumeStartTag(__in);
|
||
|
|
loadFields(__in, __typeMapper);
|
||
|
|
__typeMapper.consumeEndTag(__in);
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
super.loadFields(__in, __typeMapper);
|
||
|
|
loadFields1(__in, __typeMapper);
|
||
|
|
}
|
||
|
|
|
||
|
|
@Override
|
||
|
|
public String toString() {
|
||
|
|
java.lang.StringBuilder sb = new java.lang.StringBuilder();
|
||
|
|
sb.append("[OauthOidcSettings ");
|
||
|
|
sb.append(super.toString());
|
||
|
|
toString1(sb);
|
||
|
|
|
||
|
|
sb.append("]\n");
|
||
|
|
return sb.toString();
|
||
|
|
}
|
||
|
|
|
||
|
|
private void toStringHelper(StringBuilder sb, String name, Object value) {
|
||
|
|
sb.append(' ').append(name).append("='").append(com.sforce.ws.util.Verbose.toString(value)).append("'\n");
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFields1(com.sforce.ws.parser.XmlOutputStream __out,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
writeFieldAgentAuthLinking(__out, __typeMapper);
|
||
|
|
writeFieldBlockOAuthUnPwFlow(__out, __typeMapper);
|
||
|
|
writeFieldBlockOAuthUsrAgtFlow(__out, __typeMapper);
|
||
|
|
writeFieldIsPkceRequired(__out, __typeMapper);
|
||
|
|
writeFieldOAuthCdCrdtFlowEnable(__out, __typeMapper);
|
||
|
|
}
|
||
|
|
|
||
|
|
private void loadFields1(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
setAgentAuthLinking(__in, __typeMapper);
|
||
|
|
setBlockOAuthUnPwFlow(__in, __typeMapper);
|
||
|
|
setBlockOAuthUsrAgtFlow(__in, __typeMapper);
|
||
|
|
setIsPkceRequired(__in, __typeMapper);
|
||
|
|
setOAuthCdCrdtFlowEnable(__in, __typeMapper);
|
||
|
|
}
|
||
|
|
|
||
|
|
private void toString1(StringBuilder sb) {
|
||
|
|
toStringHelper(sb, "agentAuthLinking", agentAuthLinking);
|
||
|
|
toStringHelper(sb, "blockOAuthUnPwFlow", blockOAuthUnPwFlow);
|
||
|
|
toStringHelper(sb, "blockOAuthUsrAgtFlow", blockOAuthUsrAgtFlow);
|
||
|
|
toStringHelper(sb, "isPkceRequired", isPkceRequired);
|
||
|
|
toStringHelper(sb, "oAuthCdCrdtFlowEnable", oAuthCdCrdtFlowEnable);
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
}
|