Package | Description |
---|---|
com.okta.sdk.impl.resource.identity.provider | |
com.okta.sdk.resource.identity.provider |
Modifier and Type | Class and Description |
---|---|
class |
DefaultProtocol
Protocol
|
Modifier and Type | Method and Description |
---|---|
Protocol |
DefaultIdentityProvider.getProtocol() |
Protocol |
DefaultProtocol.setAlgorithms(ProtocolAlgorithms algorithms) |
Protocol |
DefaultProtocol.setCredentials(IdentityProviderCredentials credentials) |
Protocol |
DefaultProtocol.setEndpoints(ProtocolEndpoints endpoints) |
Protocol |
DefaultProtocol.setIssuer(ProtocolEndpoint issuer) |
Protocol |
DefaultProtocol.setRelayState(ProtocolRelayState relayState) |
Protocol |
DefaultProtocol.setScopes(List<String> scopes) |
Protocol |
DefaultProtocol.setSettings(ProtocolSettings settings) |
Protocol |
DefaultProtocol.setType(Protocol.TypeEnum type) |
Modifier and Type | Method and Description |
---|---|
IdentityProvider |
DefaultIdentityProvider.setProtocol(Protocol protocol) |
Modifier and Type | Method and Description |
---|---|
Protocol |
IdentityProvider.getProtocol() |
Protocol |
Protocol.setAlgorithms(ProtocolAlgorithms algorithms) |
Protocol |
Protocol.setCredentials(IdentityProviderCredentials credentials) |
Protocol |
Protocol.setEndpoints(ProtocolEndpoints endpoints) |
Protocol |
Protocol.setIssuer(ProtocolEndpoint issuer) |
Protocol |
Protocol.setRelayState(ProtocolRelayState relayState) |
Protocol |
Protocol.setScopes(List<String> scopes) |
Protocol |
Protocol.setSettings(ProtocolSettings settings) |
Protocol |
Protocol.setType(Protocol.TypeEnum type) |
Modifier and Type | Method and Description |
---|---|
IdentityProvider |
IdentityProvider.setProtocol(Protocol protocol) |
Copyright © 2017–2023 Okta. All rights reserved.