• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
CredentialsProfile.Type Enum Reference

UCP types. More...

Description

Values in this enumeration represent the possible kinds of UCP. CredentialsProfile.getTypeEnum() always returns one of these values.

Public Attributes

 Unknown =(0)
 Unkown User Credential profile type.
 
 Appbased =(1)
 App-based User Credential profile type.
 
 DeviceKeystore =(2)
 Device User Credential profile. More...
 
 UserCertificate =(3)
 User Certificate profile. More...
 
 AssistedSCEP =(4)
 Assisted SCEP User Credential profile.
 
 Entrust =(5)
 Entrust User Credential profile.
 
 PKIConnector =(6)
 PKI Connector User Credential profile.
 

Member Data Documentation

◆ DeviceKeystore

DeviceKeystore =(2)

Device-based User Credential profile, otherwise known as a User Credential profile with a Native Keystore connector

◆ UserCertificate

UserCertificate =(3)

User Certificate profile otherwise known as Manual Upload that allows users to upload (to UEM Server) password protected PKCS#12 files containing their credentials.