public interface IExternalUserDAO
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_SERVICE
The Constant BEAN_SERVICE.
|
Modifier and Type | Method and Description |
---|---|
List<ExternalUser> |
findExternalUser(String strLastname,
String strEmail,
String strIdAttribute,
String strAttributeValue,
String strActionId)
return list of ExternalUser which match the filter
|
int |
getSearchLimit() |
boolean |
isValidEmail(String strEmail,
String strNextActionId)
Check if email is a valid email for ExternalUser
|
static final String BEAN_SERVICE
int getSearchLimit()
boolean isValidEmail(String strEmail, String strNextActionId)
strEmail
- the email to checkstrNextActionId
- the action the externaluser must be allowed to exectuteList<ExternalUser> findExternalUser(String strLastname, String strEmail, String strIdAttribute, String strAttributeValue, String strActionId)
strLastname
- lastname to searchstrEmail
- email to searchstrIdAttribute
- id of user attribute to searchstrAttributeValue
- value of user attribute to searchstrActionId
- Action IdCopyright © 2020 City of Paris. All rights reserved.