| java.lang.Object com.sun.portal.providers.service.provision.ProviderMembershipEvent
ProviderMembershipEvent | public class ProviderMembershipEvent (Code) | | ProviderMembershipEvent represents the event
when a member is added or removed from a community.
|
getCommunityPrincipalId | public String getCommunityPrincipalId()(Code) | | returns the id of
the community to which the member is added/removed.
|
getMemberId | public String getMemberId()(Code) | | Returns the member id added or removed.
|
getProviderInstanceName | public String getProviderInstanceName()(Code) | | return the channel name used by the community for the provider
intersting in listening the event.
|
getProviderName | public String getProviderName()(Code) | | returns the provider name listening to the event.
|
getProviderProvisionProperties | public ProviderProvisionProperties getProviderProvisionProperties()(Code) | | returns read-only properties set for this channel for this role. Returns null if this service is not configured for this role.
set methods on the returned object would throw exception.
|
getSSOToken | public SSOToken getSSOToken()(Code) | | returns the SSOToken
|
|
|