JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
net.bluemind.authentication.api
IInternalAPIKeys
Contents
Description
Method Summary
Method Details
get(String)
Hide sidebar
Show sidebar
Interface IInternalAPIKeys
All Superinterfaces:
IAPIKeys
@Path("/auth/keys")
public interface
IInternalAPIKeys
extends
IAPIKeys
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
APIKey
get
(
String
sid)
Methods inherited from interface
IAPIKeys
create
,
delete
,
list
,
put
Method Details
get
@GET @Path("{sid}")
APIKey
get
(@PathParam("sid")
String
sid)
throws
ServerFault
Throws:
ServerFault