Package org.glassfish.internal.api
Interface RestInterfaceUID
@Contract
public interface RestInterfaceUID
Interface to get REST Interface UID.
- Author:
- Rajeshwar Patil
-
Method Summary
-
Method Details
-
getUID
String getUID()Returns unique ID to be used by local clients.- Returns:
- String the unique ID. Returns null for unathorized clients.
-