Interface ClientIdProvider


  • public interface ClientIdProvider
    ClientIdProvider is responsible for providing a mapping between the authenticated client and its id
    • Method Detail

      • getClientId

        String getClientId​(org.apache.cxf.jaxrs.ext.MessageContext mc)
        Get a client id
        Parameters:
        mc - the MessageContext of this request
        Returns:
        the client id