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 OIDCApplicationBuilder
instance()
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<SchemasJsonWebKey> jsonWebKeyList) setLoginUrl
(String loginUrl) setLogoUri
(String logoUri) setPolicyUri
(String policyUri) setPostLogoutRedirectUris
(List<String> postLogoutRedirectUris) setRedirectUris
(List<String> redirectUris) setRedirectUrl
(String redirectUrl) 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
-
setLoginUrl
-
setRedirectUrl
-
setClientSecret
-
setAutoKeyRotation
-
setTokenEndpointAuthMethod
OIDCApplicationBuilder setTokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) -
setJwks
-
setImplicitAssignment
-
setInlineHookId
-