Interface UnboundIDExtension
-
- All Known Implementing Classes:
AccessLogger
,AccessTokenValidator
,AccountStatusNotificationHandler
,Advice
,AlertHandler
,CertificateMapper
,ChangeDetector
,ChangeSubscriptionHandler
,CipherStreamProvider
,ConnectionCriteria
,DataSecurityAuditor
,EnhancedPasswordStorageScheme
,ErrorLogger
,ExtendedOperationHandler
,FileBasedAccessLogger
,FileBasedErrorLogger
,HTTPOperationLogger
,HTTPServletExtension
,IdentityMapper
,JDBCSyncDestination
,JDBCSyncSource
,KafkaSyncDestinationPlugin
,KeyManagerProvider
,LDAPHealthCheck
,LDAPSyncDestinationPlugin
,LDAPSyncSourcePlugin
,LogFileRotationListener
,ManageExtensionPlugin
,MonitorProvider
,NotificationManager
,OAuthTokenHandler
,OneTimePasswordDeliveryMechanism
,PassphraseProvider
,PassThroughAuthenticationHandler
,PasswordGenerator
,PasswordStorageScheme
,PasswordValidator
,PlacementAlgorithm
,Plugin
,PolicyDecisionLogger
,PostLDIFExportTaskProcessor
,ProxiedExtendedOperationHandler
,ProxyTransformation
,RecurringTask
,RequestCriteria
,ResultCriteria
,SASLMechanismHandler
,SCIM2AttributeMapping
,SCIMSubResourceTypeHandler
,SearchEntryCriteria
,SearchReferenceCriteria
,ServerAffinityProvider
,StoreAdapter
,StoreAdapterPlugin
,SyncDestination
,SyncPipePlugin
,SyncSource
,Task
,TokenResourceLookupMethod
,TrustManagerProvider
,UncachedAttributeCriteria
,UncachedEntryCriteria
,VelocityContextProvider
,VirtualAttributeProvider
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UnboundIDExtension
This interface is used to mark classes which may be extensions to UnboundID products.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
getExtensionDescription()
Retrieves a human-readable description for this extension.java.lang.String
getExtensionName()
Retrieves a human-readable name for this extension.
-
-
-
Method Detail
-
getExtensionName
java.lang.String getExtensionName()
Retrieves a human-readable name for this extension.- Returns:
- A human-readable name for this extension.
-
getExtensionDescription
java.lang.String[] getExtensionDescription()
Retrieves a human-readable description for this extension. Each element of the array that is returned will be considered a separate paragraph in generated documentation.- Returns:
- A human-readable description for this extension, or
null
or an empty array if no description should be available.
-
-