Uses of Class
com.okta.sdk.resource.ProtocolEndpointBinding
-
Packages that use ProtocolEndpointBinding Package Description com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of ProtocolEndpointBinding in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return ProtocolEndpointBinding Modifier and Type Method Description ProtocolEndpointBindingProtocolEndpoint. getBinding()static ProtocolEndpointBindingProtocolEndpointBinding. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProtocolEndpointBinding[]ProtocolEndpointBinding. 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 ProtocolEndpointBinding Modifier and Type Method Description ProtocolEndpointProtocolEndpoint. setBinding(ProtocolEndpointBinding binding) -
Uses of ProtocolEndpointBinding in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type ProtocolEndpointBinding Modifier and Type Method Description OIDCIdentityProviderBuilderOIDCIdentityProviderBuilder. setAcsEndpointBinding(ProtocolEndpointBinding acsEndpointBinding)OIDCIdentityProviderBuilderOIDCIdentityProviderBuilder. setAuthorizationEndpointBinding(ProtocolEndpointBinding authorizationEndpointBinding)OIDCIdentityProviderBuilderOIDCIdentityProviderBuilder. setJwksEndpointBinding(ProtocolEndpointBinding jwksEndpointBinding)OIDCIdentityProviderBuilderOIDCIdentityProviderBuilder. setTokenEndpointBinding(ProtocolEndpointBinding tokenEndpointBinding)OIDCIdentityProviderBuilderOIDCIdentityProviderBuilder. setUserInfoEndpointBinding(ProtocolEndpointBinding userInfoEndpointBinding)
-