Uses of Class
com.okta.sdk.resource.authorization.server.AuthorizationServer.IssuerModeEnum
-
Packages that use AuthorizationServer.IssuerModeEnum Package Description com.okta.sdk.resource.authorization.server -
-
Uses of AuthorizationServer.IssuerModeEnum in com.okta.sdk.resource.authorization.server
Methods in com.okta.sdk.resource.authorization.server that return AuthorizationServer.IssuerModeEnum Modifier and Type Method Description AuthorizationServer.IssuerModeEnumAuthorizationServer. getIssuerMode()static AuthorizationServer.IssuerModeEnumAuthorizationServer.IssuerModeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthorizationServer.IssuerModeEnum[]AuthorizationServer.IssuerModeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.authorization.server with parameters of type AuthorizationServer.IssuerModeEnum Modifier and Type Method Description AuthorizationServerAuthorizationServer. setIssuerMode(AuthorizationServer.IssuerModeEnum issuerMode)
-