public class ExternalUserDAO extends Object implements IExternalUserDAO
BEAN_SERVICE
Constructor and Description |
---|
ExternalUserDAO() |
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 strActionId)
Check if email is a valid email for ExternalUser
|
public int getSearchLimit()
getSearchLimit
in interface IExternalUserDAO
public boolean isValidEmail(String strEmail, String strActionId)
isValidEmail
in interface IExternalUserDAO
strEmail
- the email to checkstrActionId
- the action the externaluser must be allowed to exectutepublic List<ExternalUser> findExternalUser(String strLastname, String strEmail, String strIdAttribute, String strAttributeValue, String strActionId)
findExternalUser
in interface IExternalUserDAO
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.