CredentialTransferCapabilities


public final class CredentialTransferCapabilities


The state of the primary provider's credentials

Summary

Public constructors

CredentialTransferCapabilities(
    int totalNumCredentials,
    int numPasswords,
    int numPublicKeyCredentials,
    long totalSizeBytes
)

Public methods

final int

the number of passwords the provider holds

final int

the number of public key credentials the provider holds

final int

the total number of credentials the provider holds

final long

the total size of credentials the provider will export

Public constructors

CredentialTransferCapabilities

Added in 1.0.0-alpha02
public CredentialTransferCapabilities(
    int totalNumCredentials,
    int numPasswords,
    int numPublicKeyCredentials,
    long totalSizeBytes
)

Public methods

getNumPasswords

Added in 1.0.0-alpha02
public final int getNumPasswords()

the number of passwords the provider holds

getNumPublicKeyCredentials

Added in 1.0.0-alpha02
public final int getNumPublicKeyCredentials()

the number of public key credentials the provider holds

getTotalNumCredentials

Added in 1.0.0-alpha02
public final int getTotalNumCredentials()

the total number of credentials the provider holds

getTotalSizeBytes

Added in 1.0.0-alpha02
public final long getTotalSizeBytes()

the total size of credentials the provider will export