public interface EidDerivedEmailAddressHandler
LdapAttributeMappers
deployed against LDAP hosts which do not actually define email attributes
on user entries.EmailAddressDerivingLdapAttributeMapper| Modifier and Type | Method and Description |
|---|---|
String |
unpackEidFromAddress(String email)
Extract a user EID from the given email address.
|
String unpackEidFromAddress(String email) throws InvalidEmailAddressException
email - and email address. Not necessarily guaranteed to be non-null or
even contain valid email syntaxemail argumentInvalidEmailAddressException - if email cannot be processed
for any reason. Implementation should raise this exception in any situation
where it might otherwise return nullCopyright © 2003–2022 Sakai Project. All rights reserved.