Password

constructor()

Constructor to init the Password class


constructor(    id: String,     creationDate: Long,     tail: String,     password: String,     scopes: String,     type: PasswordType,     configuration: PasswordConfiguration,     user: GliderUser)

Constructor to init the Password class

Parameters

id

The identifier of the password

creationDate

The date when the password has been created

tail

The tail of the password

password

The value of the password

scopes

The scopes of the password

type

The type of the password

configuration

The configuration used to generate the password

user

The user owner of the password


constructor(    id: String,     creationDate: Long,     tail: String,     password: String,     scopes: String,     type: PasswordType,     events: List<PasswordEvent>,     configuration: PasswordConfiguration,     user: GliderUser)

Constructor to init the Password class

Parameters

id

The identifier of the password

creationDate

The date when the password has been created

tail

The tail of the password

password

The value of the password

scopes

The scopes of the password

type

The type of the password

events

The events related to the lifecycle of the password

configuration

The configuration used to generate the password

user

The user owner of the password