JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
net.bluemind.authentication.api
IInternalAPIKeys
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
get(String)
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 net.bluemind.authentication.api.
IAPIKeys
create
,
delete
,
list
,
put
Method Details
get
@GET @Path("{sid}")
APIKey
get
(@PathParam("sid")
String
sid)
throws
ServerFault
Throws:
ServerFault