public class NamespaceCreationResponse extends Object
Namespace creation response
See http://schemas.taskcluster.net/pulse/v1/namespace-response.json#
| Modifier and Type | Field and Description |
|---|---|
Object |
contact
The contact information which will be handed off to the notification serviceSee http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/contact
|
Date |
created
Date-time at which this namespace was first claimed.
|
Date |
expires
Date-time after which the username, and all associated queues and exchanges, should be deleted.
|
String |
namespace
The name of the namespace createdSee http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/namespace
|
String |
password
The password created for authenticationSee http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/password
|
Date |
reclaimAt
The caller should plan to call
claimNamespace again at this time. |
String |
username
The username created for authenticationSee http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/username
|
| Constructor and Description |
|---|
NamespaceCreationResponse() |
public Object contact
The contact information which will be handed off to the notification service
See http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/contact
public Date created
Date-time at which this namespace was first claimed.
See http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/created
public Date expires
Date-time after which the username, and all associated queues and exchanges, should be deleted.
See http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/expires
public String namespace
The name of the namespace created
See http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/namespace
public String password
The password created for authentication
See http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/password
public Date reclaimAt
The caller should plan to call claimNamespace again at this time. The provided password will become invalid a short time after this.
See http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/reclaimAt
public String username
The username created for authentication
See http://schemas.taskcluster.net/pulse/v1/namespace-response.json#/properties/username
Copyright © 2014–2017 Mozilla. All rights reserved.