public static final class ServiceProviderAdminProto.ServiceProviderConfig extends com.google.protobuf.GeneratedMessageV3 implements ServiceProviderAdminProto.ServiceProviderConfigOrBuilder
sso.v1.ServiceProviderConfig| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceProviderAdminProto.ServiceProviderConfig.Builder
Protobuf type
sso.v1.ServiceProviderConfig |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ALTERNATIVE_DOMAINS_FIELD_NUMBER |
static int |
ENTRY_URL_FIELD_NUMBER |
static int |
LOGOUT_URL_FIELD_NUMBER |
static int |
OWNED_AND_OPERATED_FIELD_NUMBER |
static int |
PRIMARY_DOMAIN_FIELD_NUMBER |
static int |
SERVICE_PROVIDER_ID_FIELD_NUMBER |
static int |
SESSION_URL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlternativeDomains(int index)
Alternative domains for a service provider
|
com.google.protobuf.ByteString |
getAlternativeDomainsBytes(int index)
Alternative domains for a service provider
|
int |
getAlternativeDomainsCount()
Alternative domains for a service provider
|
com.google.protobuf.ProtocolStringList |
getAlternativeDomainsList()
Alternative domains for a service provider
|
static ServiceProviderAdminProto.ServiceProviderConfig |
getDefaultInstance() |
ServiceProviderAdminProto.ServiceProviderConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getEntryUrl()
The entry url of the application, must handle a code on the request.
|
com.google.protobuf.ByteString |
getEntryUrlBytes()
The entry url of the application, must handle a code on the request.
|
String |
getLogoutUrl()
The url to be called when a user logs out
|
com.google.protobuf.ByteString |
getLogoutUrlBytes()
The url to be called when a user logs out
|
boolean |
getOwnedAndOperated()
Denotes whether or not a service provider is owned and operated by Vendasta
|
com.google.protobuf.Parser<ServiceProviderAdminProto.ServiceProviderConfig> |
getParserForType() |
String |
getPrimaryDomain()
The base url for the service provider
|
com.google.protobuf.ByteString |
getPrimaryDomainBytes()
The base url for the service provider
|
int |
getSerializedSize() |
String |
getServiceProviderId()
Identifier of a service provider
|
com.google.protobuf.ByteString |
getServiceProviderIdBytes()
Identifier of a service provider
|
String |
getSessionUrl()
The url to be called to get a code for entering the application
|
com.google.protobuf.ByteString |
getSessionUrlBytes()
The url to be called to get a code for entering the application
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ServiceProviderAdminProto.ServiceProviderConfig.Builder |
newBuilder() |
static ServiceProviderAdminProto.ServiceProviderConfig.Builder |
newBuilder(ServiceProviderAdminProto.ServiceProviderConfig prototype) |
ServiceProviderAdminProto.ServiceProviderConfig.Builder |
newBuilderForType() |
protected ServiceProviderAdminProto.ServiceProviderConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ServiceProviderAdminProto.ServiceProviderConfig |
parseDelimitedFrom(InputStream input) |
static ServiceProviderAdminProto.ServiceProviderConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceProviderAdminProto.ServiceProviderConfig |
parseFrom(byte[] data) |
static ServiceProviderAdminProto.ServiceProviderConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceProviderAdminProto.ServiceProviderConfig |
parseFrom(ByteBuffer data) |
static ServiceProviderAdminProto.ServiceProviderConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceProviderAdminProto.ServiceProviderConfig |
parseFrom(com.google.protobuf.ByteString data) |
static ServiceProviderAdminProto.ServiceProviderConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceProviderAdminProto.ServiceProviderConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ServiceProviderAdminProto.ServiceProviderConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceProviderAdminProto.ServiceProviderConfig |
parseFrom(InputStream input) |
static ServiceProviderAdminProto.ServiceProviderConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ServiceProviderAdminProto.ServiceProviderConfig> |
parser() |
ServiceProviderAdminProto.ServiceProviderConfig.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SERVICE_PROVIDER_ID_FIELD_NUMBER
public static final int ENTRY_URL_FIELD_NUMBER
public static final int SESSION_URL_FIELD_NUMBER
public static final int PRIMARY_DOMAIN_FIELD_NUMBER
public static final int ALTERNATIVE_DOMAINS_FIELD_NUMBER
public static final int OWNED_AND_OPERATED_FIELD_NUMBER
public static final int LOGOUT_URL_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getServiceProviderId()
Identifier of a service provider
string service_provider_id = 1;getServiceProviderId in interface ServiceProviderAdminProto.ServiceProviderConfigOrBuilderpublic com.google.protobuf.ByteString getServiceProviderIdBytes()
Identifier of a service provider
string service_provider_id = 1;getServiceProviderIdBytes in interface ServiceProviderAdminProto.ServiceProviderConfigOrBuilderpublic String getEntryUrl()
The entry url of the application, must handle a code on the request.
string entry_url = 2;getEntryUrl in interface ServiceProviderAdminProto.ServiceProviderConfigOrBuilderpublic com.google.protobuf.ByteString getEntryUrlBytes()
The entry url of the application, must handle a code on the request.
string entry_url = 2;getEntryUrlBytes in interface ServiceProviderAdminProto.ServiceProviderConfigOrBuilderpublic String getSessionUrl()
The url to be called to get a code for entering the application
string session_url = 3;getSessionUrl in interface ServiceProviderAdminProto.ServiceProviderConfigOrBuilderpublic com.google.protobuf.ByteString getSessionUrlBytes()
The url to be called to get a code for entering the application
string session_url = 3;getSessionUrlBytes in interface ServiceProviderAdminProto.ServiceProviderConfigOrBuilderpublic String getPrimaryDomain()
The base url for the service provider
string primary_domain = 4;getPrimaryDomain in interface ServiceProviderAdminProto.ServiceProviderConfigOrBuilderpublic com.google.protobuf.ByteString getPrimaryDomainBytes()
The base url for the service provider
string primary_domain = 4;getPrimaryDomainBytes in interface ServiceProviderAdminProto.ServiceProviderConfigOrBuilderpublic com.google.protobuf.ProtocolStringList getAlternativeDomainsList()
Alternative domains for a service provider
repeated string alternative_domains = 5;getAlternativeDomainsList in interface ServiceProviderAdminProto.ServiceProviderConfigOrBuilderpublic int getAlternativeDomainsCount()
Alternative domains for a service provider
repeated string alternative_domains = 5;getAlternativeDomainsCount in interface ServiceProviderAdminProto.ServiceProviderConfigOrBuilderpublic String getAlternativeDomains(int index)
Alternative domains for a service provider
repeated string alternative_domains = 5;getAlternativeDomains in interface ServiceProviderAdminProto.ServiceProviderConfigOrBuilderpublic com.google.protobuf.ByteString getAlternativeDomainsBytes(int index)
Alternative domains for a service provider
repeated string alternative_domains = 5;getAlternativeDomainsBytes in interface ServiceProviderAdminProto.ServiceProviderConfigOrBuilderpublic boolean getOwnedAndOperated()
Denotes whether or not a service provider is owned and operated by Vendasta
bool owned_and_operated = 6;getOwnedAndOperated in interface ServiceProviderAdminProto.ServiceProviderConfigOrBuilderpublic String getLogoutUrl()
The url to be called when a user logs out
string logout_url = 7;getLogoutUrl in interface ServiceProviderAdminProto.ServiceProviderConfigOrBuilderpublic com.google.protobuf.ByteString getLogoutUrlBytes()
The url to be called when a user logs out
string logout_url = 7;getLogoutUrlBytes in interface ServiceProviderAdminProto.ServiceProviderConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ServiceProviderAdminProto.ServiceProviderConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceProviderAdminProto.ServiceProviderConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceProviderAdminProto.ServiceProviderConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceProviderAdminProto.ServiceProviderConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceProviderAdminProto.ServiceProviderConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceProviderAdminProto.ServiceProviderConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceProviderAdminProto.ServiceProviderConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static ServiceProviderAdminProto.ServiceProviderConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ServiceProviderAdminProto.ServiceProviderConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ServiceProviderAdminProto.ServiceProviderConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ServiceProviderAdminProto.ServiceProviderConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ServiceProviderAdminProto.ServiceProviderConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ServiceProviderAdminProto.ServiceProviderConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ServiceProviderAdminProto.ServiceProviderConfig.Builder newBuilder()
public static ServiceProviderAdminProto.ServiceProviderConfig.Builder newBuilder(ServiceProviderAdminProto.ServiceProviderConfig prototype)
public ServiceProviderAdminProto.ServiceProviderConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ServiceProviderAdminProto.ServiceProviderConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ServiceProviderAdminProto.ServiceProviderConfig getDefaultInstance()
public static com.google.protobuf.Parser<ServiceProviderAdminProto.ServiceProviderConfig> parser()
public com.google.protobuf.Parser<ServiceProviderAdminProto.ServiceProviderConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ServiceProviderAdminProto.ServiceProviderConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2021. All rights reserved.