Interface ClientIdProvider
-
public interface ClientIdProviderClientIdProvider is responsible for providing a mapping between the authenticated client and its id
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClientId(MessageContext mc)Get a client id
-
-
-
Method Detail
-
getClientId
String getClientId(MessageContext mc)
Get a client id- Parameters:
mc- theMessageContextof this request- Returns:
- the client id
-
-