Class UrlBean
- java.lang.Object
- 
- org.keycloak.forms.account.freemarker.model.UrlBean
 
- 
 public class UrlBean extends Object - Author:
- Stian Thorgersen
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountUrl()StringgetApplicationsUrl()StringgetLogoutUrl()StringgetLogUrl()StringgetPasswordUrl()StringgetResourceDetailUrl(String id)StringgetResourceGrant(String id)StringgetResourcesCommonPath()StringgetResourceShare(String id)StringgetResourcesPath()StringgetResourceUrl()StringgetSessionsUrl()StringgetSocialUrl()StringgetTotpUrl()
 
- 
- 
- 
Method Detail- 
getApplicationsUrlpublic String getApplicationsUrl() 
 - 
getAccountUrlpublic String getAccountUrl() 
 - 
getPasswordUrlpublic String getPasswordUrl() 
 - 
getSocialUrlpublic String getSocialUrl() 
 - 
getTotpUrlpublic String getTotpUrl() 
 - 
getLogUrlpublic String getLogUrl() 
 - 
getSessionsUrlpublic String getSessionsUrl() 
 - 
getLogoutUrlpublic String getLogoutUrl() 
 - 
getResourceUrlpublic String getResourceUrl() 
 - 
getResourcesPathpublic String getResourcesPath() 
 - 
getResourcesCommonPathpublic String getResourcesCommonPath() 
 
- 
 
-