|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserInfoHandler
This API needs to be implemented if someone is willing to extend the behaviour of the tenant to user mapping.
| Method Summary | |
|---|---|
String |
getTenantAwareUsername(String username)
Need to return tenant aware username for the username provided eg: if the actual username with tenant is: foo@email.com@bar, and user belongs to tenant: bar.com tenant aware username: foo@email.com |
String |
getTenantDomain(String username)
Return the domain of the given user |
| Method Detail |
|---|
String getTenantAwareUsername(String username)
username - - Username
String getTenantDomain(String username)
username - - UserName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||