public interface UserInfoHandler
Modifier and Type | Method and Description |
---|---|
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
|
String getTenantAwareUsername(String username)
username
- - UsernameCopyright © 2016 WSO2 Inc. All rights reserved.