• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
GDNegotiateScheme.NegotiateMechanism Enum Reference

Generic Security Service Application Program Interface negotiation mechanisms. More...

Description

Deprecated:
This enumeration is deprecated and will be removed in a future release. It is no longer required.

This enumeration represents the negotiation mechanism in a BlackBerry Dynamics GSS-API operation.

Pass one of these values as the mechanism parameter of the generateGssApiData method.

Public Member Functions

String getMechanism ()
 Get value as String. More...
 

Public Attributes

 NEGOTIATE_MECHANISM_SPNEGO =("SPNEGO")
 Simple and Protected GSS-API Negotiation.
 
 NEGOTIATE_MECHANISM_KRB5 =("KRB5")
 Raw Kerberos version 5 scheme.
 

Member Function Documentation

◆ getMechanism()

String getMechanism ( )
Returns
String representation of the value, for example "SPNEGO".