Getting the Domain in a custom provider class?
This is probably really simple, I just can't find it anywhere.
I am writing a custom provider and I need to get the current domain that the user is logged into. The reason for this is that I will be using the provider for multiple domains and I need the domain information to send the user the correct results.
I know that I use the getStringProperty(<component>, <key>, <default>)method in my provider to get the information. I just need to know what component and key I need to look for.
TIA,
Brian Orwig

