org.glassfish.internal.api
Interface RestInterfaceUID


@Contract
public interface RestInterfaceUID

Interface to get REST Interface UID.

Author:
Rajeshwar Patil

Method Summary
 String getUID()
          Returns unique ID to be used by local clients.
 

Method Detail

getUID

String getUID()
Returns unique ID to be used by local clients.

Returns:
String the unique ID. Returns null for unathorized clients.


Copyright © 2012 GlassFish Community. All Rights Reserved.