Uses of Class
com.okta.sdk.resource.ProtocolEndpointType
-
Packages that use ProtocolEndpointType Package Description com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of ProtocolEndpointType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return ProtocolEndpointType Modifier and Type Method Description ProtocolEndpointType
ProtocolEndpoint. getType()
static ProtocolEndpointType
ProtocolEndpointType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProtocolEndpointType[]
ProtocolEndpointType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource with parameters of type ProtocolEndpointType Modifier and Type Method Description ProtocolEndpoint
ProtocolEndpoint. setType(ProtocolEndpointType type)
-
Uses of ProtocolEndpointType in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type ProtocolEndpointType Modifier and Type Method Description OIDCIdentityProviderBuilder
OIDCIdentityProviderBuilder. setAcsEndpointType(ProtocolEndpointType acsEndpointType)
-