Uses of Class
io.jans.as.model.common.ResponseMode
-
Packages that use ResponseMode Package Description io.jans.as.model.common io.jans.as.model.configuration -
-
Uses of ResponseMode in io.jans.as.model.common
Methods in io.jans.as.model.common that return ResponseMode Modifier and Type Method Description static ResponseModeResponseMode. fromString(String param)static ResponseModeResponseMode. getByValue(String value)static ResponseModeResponseMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseMode[]ResponseMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResponseMode in io.jans.as.model.configuration
Methods in io.jans.as.model.configuration that return types with arguments of type ResponseMode Modifier and Type Method Description Set<ResponseMode>AppConfiguration. getResponseModesSupported()Method parameters in io.jans.as.model.configuration with type arguments of type ResponseMode Modifier and Type Method Description voidAppConfiguration. setResponseModesSupported(Set<ResponseMode> responseModesSupported)
-