public static interface ServiceProviderAdminProto.ServiceProviderConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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
|
List<String> |
getAlternativeDomainsList()
Alternative domains for a service provider
|
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
|
String |
getPrimaryDomain()
The base url for the service provider
|
com.google.protobuf.ByteString |
getPrimaryDomainBytes()
The base url for the service provider
|
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
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServiceProviderId()
Identifier of a service provider
string service_provider_id = 1;com.google.protobuf.ByteString getServiceProviderIdBytes()
Identifier of a service provider
string service_provider_id = 1;String getEntryUrl()
The entry url of the application, must handle a code on the request.
string entry_url = 2;com.google.protobuf.ByteString getEntryUrlBytes()
The entry url of the application, must handle a code on the request.
string entry_url = 2;String getSessionUrl()
The url to be called to get a code for entering the application
string session_url = 3;com.google.protobuf.ByteString getSessionUrlBytes()
The url to be called to get a code for entering the application
string session_url = 3;String getPrimaryDomain()
The base url for the service provider
string primary_domain = 4;com.google.protobuf.ByteString getPrimaryDomainBytes()
The base url for the service provider
string primary_domain = 4;List<String> getAlternativeDomainsList()
Alternative domains for a service provider
repeated string alternative_domains = 5;int getAlternativeDomainsCount()
Alternative domains for a service provider
repeated string alternative_domains = 5;String getAlternativeDomains(int index)
Alternative domains for a service provider
repeated string alternative_domains = 5;com.google.protobuf.ByteString getAlternativeDomainsBytes(int index)
Alternative domains for a service provider
repeated string alternative_domains = 5;boolean getOwnedAndOperated()
Denotes whether or not a service provider is owned and operated by Vendasta
bool owned_and_operated = 6;String getLogoutUrl()
The url to be called when a user logs out
string logout_url = 7;com.google.protobuf.ByteString getLogoutUrlBytes()
The url to be called when a user logs out
string logout_url = 7;Copyright © 2021. All rights reserved.