Uses of Class
com.okta.sdk.resource.IssuerMode
-
Packages that use IssuerMode Package Description com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of IssuerMode in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return IssuerMode Modifier and Type Method Description IssuerMode
AuthorizationServer. getIssuerMode()
IssuerMode
IdentityProvider. getIssuerMode()
static IssuerMode
IssuerMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IssuerMode[]
IssuerMode. 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 IssuerMode Modifier and Type Method Description AuthorizationServer
AuthorizationServer. setIssuerMode(IssuerMode issuerMode)
IdentityProvider
IdentityProvider. setIssuerMode(IssuerMode issuerMode)
-
Uses of IssuerMode in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type IssuerMode Modifier and Type Method Description OIDCIdentityProviderBuilder
OIDCIdentityProviderBuilder. setIssuerMode(IssuerMode issuerMode)
-