Package org.apache.bookkeeper.sasl
Class SaslConstants
java.lang.Object
org.apache.bookkeeper.sasl.SaslConstants
SASL Constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final StringThis is a regexp which limits the range of possible ids which can connect to the Bookie using SASL.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String(package private) static final String(package private) static final String(package private) static final String(package private) static final String(package private) static final String(package private) static final String(package private) static final String(package private) static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static StringgetPrincipal(String configurationEntry) (package private) static booleanisUsingTicketCache(String configurationEntry)
-
Field Details
-
PLUGIN_NAME
- See Also:
-
JAAS_BOOKIE_SECTION_NAME
- See Also:
-
JAAS_DEFAULT_BOOKIE_SECTION_NAME
- See Also:
-
JAAS_AUDITOR_SECTION_NAME
- See Also:
-
JAAS_DEFAULT_AUDITOR_SECTION_NAME
- See Also:
-
JAAS_CLIENT_SECTION_NAME
- See Also:
-
JAAS_DEFAULT_CLIENT_SECTION_NAME
- See Also:
-
JAAS_CLIENT_ALLOWED_IDS
This is a regexp which limits the range of possible ids which can connect to the Bookie using SASL. By default only clients whose id contains the word 'bookkeeper' are allowed to connect.- See Also:
-
JAAS_CLIENT_ALLOWED_IDS_DEFAULT
- See Also:
-
KINIT_COMMAND_DEFAULT
- See Also:
-
KINIT_COMMAND
- See Also:
-
SASL_BOOKKEEPER_PROTOCOL
- See Also:
-
SASL_BOOKKEEPER_REALM
- See Also:
-
SASL_SERVICE_NAME
- See Also:
-
SASL_SERVICE_NAME_DEFAULT
- See Also:
-
SASL_MD5_DUMMY_HOSTNAME
- See Also:
-
-
Constructor Details
-
SaslConstants
public SaslConstants()
-
-
Method Details
-
isUsingTicketCache
-
getPrincipal
-