Interface OIDCApplicationBuilder
- All Superinterfaces:
ApplicationBuilder<OIDCApplicationBuilder>
- All Known Implementing Classes:
DefaultOIDCApplicationBuilder
-
Method Summary
Modifier and TypeMethodDescriptionaddGrantTypes(OAuthGrantType grantType) addRedirectUris(String redirectUri) addResponseTypes(OAuthResponseType responseType) static OIDCApplicationBuilderinstance()setApplicationType(OpenIdConnectApplicationType applicationType) setAutoKeyRotation(Boolean autoKeyRotation) setClientId(String clientId) setClientSecret(String clientSecret) setClientUri(String clientUri) setConsentMethod(OpenIdConnectApplicationConsentMethod consentMethod) setGrantTypes(List<OAuthGrantType> grantTypes) setImplicitAssignment(Boolean isImplicitAssignment) setInlineHookId(String inlineHookId) setJwks(List<JsonWebKey> jsonWebKeyList) setLogoUri(String logoUri) setPolicyUri(String policyUri) setPostLogoutRedirectUris(List<String> postLogoutRedirectUris) setRedirectUris(List<String> redirectUris) setResponseTypes(List<OAuthResponseType> responseTypes) setTokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) Methods inherited from interface com.okta.sdk.resource.application.ApplicationBuilder
buildAndCreate, setErrorRedirectUrl, setIOS, setLabel, setLoginRedirectUrl, setName, setSelfService, setSignOnMode, setWeb
-
Method Details
-
instance
-
setApplicationType
-
setClientUri
-
setConsentMethod
-
setGrantTypes
-
addGrantTypes
-
setLogoUri
-
setPolicyUri
-
setPostLogoutRedirectUris
-
setRedirectUris
-
addRedirectUris
-
setResponseTypes
-
addResponseTypes
-
setTosUri
-
setClientId
-
setClientSecret
-
setAutoKeyRotation
-
setTokenEndpointAuthMethod
OIDCApplicationBuilder setTokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) -
setJwks
-
setImplicitAssignment
-
setInlineHookId
-