Class UrlBean
- java.lang.Object
- 
- org.keycloak.forms.login.freemarker.model.UrlBean
 
- 
 public class UrlBean extends Object - Author:
- Stian Thorgersen
 
- 
- 
Constructor SummaryConstructors Constructor Description UrlBean(RealmModel realm, Theme theme, URI baseURI, URI actionUri)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFirstBrokerLoginUrl()StringgetLoginAction()StringgetLoginResetCredentialsUrl()StringgetLoginRestartFlowUrl()StringgetLoginUpdatePasswordUrl()StringgetLoginUpdateProfileUrl()StringgetLoginUpdateTotpUrl()StringgetLoginUrl()StringgetLoginUsernameReminderUrl()StringgetLogoutConfirmAction()StringgetOauth2DeviceVerificationAction()StringgetOauthAction()StringgetRegistrationAction()StringgetRegistrationUrl()StringgetResourcesCommonPath()StringgetResourcesPath()StringgetResourcesUrl()booleanhasAction()
 
- 
- 
- 
Constructor Detail- 
UrlBeanpublic UrlBean(RealmModel realm, Theme theme, URI baseURI, URI actionUri) 
 
- 
 - 
Method Detail- 
getLoginActionpublic String getLoginAction() 
 - 
getLoginUrlpublic String getLoginUrl() 
 - 
getLoginRestartFlowUrlpublic String getLoginRestartFlowUrl() 
 - 
hasActionpublic boolean hasAction() 
 - 
getRegistrationActionpublic String getRegistrationAction() 
 - 
getRegistrationUrlpublic String getRegistrationUrl() 
 - 
getLoginUpdatePasswordUrlpublic String getLoginUpdatePasswordUrl() 
 - 
getLoginUpdateTotpUrlpublic String getLoginUpdateTotpUrl() 
 - 
getLoginUpdateProfileUrlpublic String getLoginUpdateProfileUrl() 
 - 
getLoginResetCredentialsUrlpublic String getLoginResetCredentialsUrl() 
 - 
getLoginUsernameReminderUrlpublic String getLoginUsernameReminderUrl() 
 - 
getFirstBrokerLoginUrlpublic String getFirstBrokerLoginUrl() 
 - 
getLogoutConfirmActionpublic String getLogoutConfirmAction() 
 - 
getResourcesUrlpublic String getResourcesUrl() 
 - 
getOauthActionpublic String getOauthAction() 
 - 
getOauth2DeviceVerificationActionpublic String getOauth2DeviceVerificationAction() 
 - 
getResourcesPathpublic String getResourcesPath() 
 - 
getResourcesCommonPathpublic String getResourcesCommonPath() 
 
- 
 
-