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 DisplayDisplay. fromString(java.lang.String param)Returns the correspondingDisplayfor a parameter display of the authorization endpoint.static DisplayDisplay. valueOf(java.lang.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.
-