Uses of Class
org.keycloak.forms.account.AccountPages
-
Packages that use AccountPages Package Description org.keycloak.forms.account org.keycloak.forms.account.freemarker -
-
Uses of AccountPages in org.keycloak.forms.account
Methods in org.keycloak.forms.account that return AccountPages Modifier and Type Method Description static AccountPages
AccountPages. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccountPages[]
AccountPages. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.forms.account with parameters of type AccountPages Modifier and Type Method Description javax.ws.rs.core.Response
AccountProvider. createResponse(AccountPages page)
-
Uses of AccountPages in org.keycloak.forms.account.freemarker
Methods in org.keycloak.forms.account.freemarker with parameters of type AccountPages Modifier and Type Method Description javax.ws.rs.core.Response
FreeMarkerAccountProvider. createResponse(AccountPages page)
static String
Templates. getTemplate(AccountPages page)
protected javax.ws.rs.core.Response
FreeMarkerAccountProvider. processTemplate(Theme theme, AccountPages page, Map<String,Object> attributes, Locale locale)
Process FreeMarker template and prepare Response.
-