Uses of Class
io.jans.as.model.common.Display
-
Packages that use Display Package Description io.jans.as.model.common -
-
Uses of Display in io.jans.as.model.common
Methods in io.jans.as.model.common that return Display Modifier and Type Method Description static Display
Display. fromString(String param)
Returns the correspondingDisplay
for a parameter display of the authorization endpoint.static Display
Display. valueOf(String name)
Returns the enum constant of this type with the specified name.static Display[]
Display. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-