|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Authority | |
com.resilientedge.jockey.peer | |
com.resilientedge.jockey.peerbridge | |
org.resilientedge.jockey.peer | |
org.resilientedge.jockey.peerbridge |
Uses of Authority in com.resilientedge.jockey.peer |
Methods in com.resilientedge.jockey.peer with parameters of type Authority | |
void |
PeerPlatformImpl.addAuthority(Authority authority)
Adds an application authority |
void |
PeerPlatformImpl.removeAuthority(Authority authority)
Removes an application authority |
Uses of Authority in com.resilientedge.jockey.peerbridge |
Methods in com.resilientedge.jockey.peerbridge that return Authority | |
Authority[] |
SimpSockApplication.getAuthorities()
Return the authorities given to this application by the creator. |
Authority[] |
LoopbackApplication.getAuthorities()
Return the authorities given to this application by the creator. |
Methods in com.resilientedge.jockey.peerbridge with parameters of type Authority | |
AppToken |
PeerPlatformBridge.startAppSession(AppDescriptor app,
Authority[] authorities)
Starts a new session for the given application and returns a new session token |
void |
PeerPlatformBridge.addAuthority(Authority authority)
Adds an application authority |
void |
PeerPlatformBridge.removeAuthority(Authority authority)
Removes an application authority |
PBApplication |
SimpSockNetManager.createApplication(AppDescriptor descriptor,
Authority[] authorities)
Returns a PBApplication object |
PBApplication |
LoopbackNetManager.createApplication(AppDescriptor descriptor,
Authority[] authorities)
Returns a PBApplication object |
Uses of Authority in org.resilientedge.jockey.peer |
Methods in org.resilientedge.jockey.peer that return Authority | |
Authority[] |
AppToken.getAuthorities()
Return the application descriptor. |
Methods in org.resilientedge.jockey.peer with parameters of type Authority | |
abstract void |
PeerPlatform.addAuthority(Authority authority)
Adds an application authority |
abstract void |
PeerPlatform.removeAuthority(Authority authority)
Removes an application authority |
Constructors in org.resilientedge.jockey.peer with parameters of type Authority | |
AppToken(java.lang.String appId,
AppDescriptor app,
Authority[] authorities)
Creates a new, completely specified, AppToken instance. |
Uses of Authority in org.resilientedge.jockey.peerbridge |
Methods in org.resilientedge.jockey.peerbridge that return Authority | |
Authority[] |
PBApplication.getAuthorities()
Return the authorities given to this application by the creator. |
Methods in org.resilientedge.jockey.peerbridge with parameters of type Authority | |
PBApplication |
PBNetManager.createApplication(AppDescriptor app,
Authority[] authorities)
Returns a PBApplication object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |