@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2021-12-01T11:15:53.413-06: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() |
java.util.List<java.lang.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(java.util.List<java.lang.String> scopes) |
Protocol |
setSettings(ProtocolSettings settings) |
Protocol |
setType(Protocol.TypeEnum type) |
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
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)
java.util.List<java.lang.String> getScopes()
Protocol setScopes(java.util.List<java.lang.String> scopes)
ProtocolSettings getSettings()
Protocol setSettings(ProtocolSettings settings)
Protocol.TypeEnum getType()
Protocol setType(Protocol.TypeEnum type)
Copyright © 2017-2021 Okta. All Rights Reserved.