|  | Plumtree Portal UI | |
| PTLoginHelper.VerifyNoAlternateLogins Method |
This helper method verifies that after a successful login, no other character encodings could be used to get a successful login.
protected virtual
bool VerifyNoAlternateLogins(
string sEncodedCredentials,
int nSuccessfulEncoding);
Parameters
-
sEncodedCredentials
-
-
nSuccessfulEncoding
- the index into HTTPBasicAuthenticator.BASIC_AUTH_ENCODINGS_ORDERED of the successful encoding.
Return Value
false implies there were multiple logins - possible security hole if a user could login as another user.
See Also
PTLoginHelper Class | com.plumtree.portaluiinfrastructure.login Namespace