PushBuilder

open class PushBuilder

Builder class responsible for building a Push mechanism.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
private open var accountName: String
Link copied to clipboard
private open var authenticationEndpoint: String
Link copied to clipboard
private open var issuer: String
Link copied to clipboard
private open var mechanismUID: String
Link copied to clipboard
private open var registrationEndpoint: String
Link copied to clipboard
private open var secret: String
Link copied to clipboard
private open var timeAdded: Calendar

Functions

Link copied to clipboard
protected open fun build(): PushMechanism
Produce the described Mechanism.
Link copied to clipboard
Sets the name of the account.
Link copied to clipboard
Set the endpoint that will be used for Push authentication
Link copied to clipboard
Sets the name of the IDP that issued this account.
Link copied to clipboard
Sets the mechanism unique Id.
Link copied to clipboard
Set the endpoint that will be used for Push registration.
Link copied to clipboard
Set the secret that this mechanism shares with the server.
Link copied to clipboard
Sets the Date and Time this mechanism was stored.