public class EndUserSessionFormValidator extends Object
| Constructor and Description |
|---|
EndUserSessionFormValidator() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValid(String refreshtoken)
Check the validity of parameters.
|
static boolean |
isValid(String username,
String password)
Check the validity of parameters.
|
public static final Logger logger
public static boolean isValid(String username, String password)
username - user name.password - password.true if all parameters are valid, false
otherwise.public static boolean isValid(String refreshtoken)
refreshtoken - the last, not expired refresh token retrieved from the
Access Control Manager.true if all parameters are valid, false
otherwise.Copyright © 2020. All rights reserved.