Class UrlBean
- java.lang.Object
-
- org.keycloak.forms.login.freemarker.model.UrlBean
-
public class UrlBean extends Object
- Author:
- Stian Thorgersen
-
-
Constructor Summary
Constructors Constructor Description UrlBean(RealmModel realm, Theme theme, URI baseURI, URI actionUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFirstBrokerLoginUrl()
String
getLoginAction()
String
getLoginResetCredentialsUrl()
String
getLoginRestartFlowUrl()
String
getLoginUpdatePasswordUrl()
String
getLoginUpdateProfileUrl()
String
getLoginUpdateTotpUrl()
String
getLoginUrl()
String
getLoginUsernameReminderUrl()
String
getLogoutConfirmAction()
String
getOauth2DeviceVerificationAction()
String
getOauthAction()
String
getRegistrationAction()
String
getRegistrationUrl()
String
getResourcesCommonPath()
String
getResourcesPath()
String
getResourcesUrl()
boolean
hasAction()
-
-
-
Constructor Detail
-
UrlBean
public UrlBean(RealmModel realm, Theme theme, URI baseURI, URI actionUri)
-
-
Method Detail
-
getLoginAction
public String getLoginAction()
-
getLoginUrl
public String getLoginUrl()
-
getLoginRestartFlowUrl
public String getLoginRestartFlowUrl()
-
hasAction
public boolean hasAction()
-
getRegistrationAction
public String getRegistrationAction()
-
getRegistrationUrl
public String getRegistrationUrl()
-
getLoginUpdatePasswordUrl
public String getLoginUpdatePasswordUrl()
-
getLoginUpdateTotpUrl
public String getLoginUpdateTotpUrl()
-
getLoginUpdateProfileUrl
public String getLoginUpdateProfileUrl()
-
getLoginResetCredentialsUrl
public String getLoginResetCredentialsUrl()
-
getLoginUsernameReminderUrl
public String getLoginUsernameReminderUrl()
-
getFirstBrokerLoginUrl
public String getFirstBrokerLoginUrl()
-
getLogoutConfirmAction
public String getLogoutConfirmAction()
-
getResourcesUrl
public String getResourcesUrl()
-
getOauthAction
public String getOauthAction()
-
getOauth2DeviceVerificationAction
public String getOauth2DeviceVerificationAction()
-
getResourcesPath
public String getResourcesPath()
-
getResourcesCommonPath
public String getResourcesCommonPath()
-
-