@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00") public interface Protocol extends ExtensibleResource
Modifier and Type | Interface and Description |
---|---|
static class |
Protocol.TypeEnum
Enum type
|
Modifier and Type | Method and Description |
---|---|
ProtocolAlgorithms |
getAlgorithms() |
IdentityProviderCredentials |
getCredentials() |
ProtocolEndpoints |
getEndpoints() |
ProtocolEndpoint |
getIssuer() |
ProtocolRelayState |
getRelayState() |
List<String> |
getScopes() |
ProtocolSettings |
getSettings() |
Protocol.TypeEnum |
getType() |
Protocol |
setAlgorithms(ProtocolAlgorithms algorithms) |
Protocol |
setCredentials(IdentityProviderCredentials credentials) |
Protocol |
setEndpoints(ProtocolEndpoints endpoints) |
Protocol |
setIssuer(ProtocolEndpoint issuer) |
Protocol |
setRelayState(ProtocolRelayState relayState) |
Protocol |
setScopes(List<String> scopes) |
Protocol |
setSettings(ProtocolSettings settings) |
Protocol |
setType(Protocol.TypeEnum type) |
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
ProtocolAlgorithms getAlgorithms()
Protocol setAlgorithms(ProtocolAlgorithms algorithms)
IdentityProviderCredentials getCredentials()
Protocol setCredentials(IdentityProviderCredentials credentials)
ProtocolEndpoints getEndpoints()
Protocol setEndpoints(ProtocolEndpoints endpoints)
ProtocolEndpoint getIssuer()
Protocol setIssuer(ProtocolEndpoint issuer)
ProtocolRelayState getRelayState()
Protocol setRelayState(ProtocolRelayState relayState)
ProtocolSettings getSettings()
Protocol setSettings(ProtocolSettings settings)
Protocol.TypeEnum getType()
Protocol setType(Protocol.TypeEnum type)
Copyright © 2017–2023 Okta. All rights reserved.