-
- All Known Implementing Classes:
ExemptionMechanism
,GSSAPIMechanism
,PBEMechanism
,SaslClientMechanism
,SaslServerMechanism
public interface Mechanism
The interfaceMechanism
is for enums that represents a mechanism
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
UNKNOWN_MECHANISM_NAME
The Constant UNKNOWN_MECHANISM_NAME is if the mechanism name is unknown
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getMechanism()
Gets the mechanism
-
-
-
Field Detail
-
UNKNOWN_MECHANISM_NAME
static final java.lang.String UNKNOWN_MECHANISM_NAME
The Constant UNKNOWN_MECHANISM_NAME is if the mechanism name is unknown- See Also:
- Constant Field Values
-
-