public class WPBDefaultAuthenticationResult extends Object implements com.webpagebytes.cms.WPBAuthenticationResult
| Constructor and Description |
|---|
WPBDefaultAuthenticationResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLoginLink() |
String |
getLogoutLink() |
String |
getUserIdentifier() |
String |
getUserProfileLink() |
void |
setLoginLink(String loginLink) |
void |
setLogoutLink(String logoutLink) |
void |
setUserIdentifier(String userIdentifier) |
void |
setUserProfileLink(String userProfileLink) |
public String getUserIdentifier()
getUserIdentifier in interface com.webpagebytes.cms.WPBAuthenticationResultpublic String getLogoutLink()
getLogoutLink in interface com.webpagebytes.cms.WPBAuthenticationResultpublic String getLoginLink()
getLoginLink in interface com.webpagebytes.cms.WPBAuthenticationResultpublic String getUserProfileLink()
getUserProfileLink in interface com.webpagebytes.cms.WPBAuthenticationResultpublic void setUserIdentifier(String userIdentifier)
public void setLogoutLink(String logoutLink)
public void setLoginLink(String loginLink)
public void setUserProfileLink(String userProfileLink)
Copyright © 2016. All rights reserved.