Interface OwnerSource
- All Known Implementing Classes:
PlaintextOwnerSource
public interface OwnerSource
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic class -
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<OwnerSource.Autocompletion> Override if the implemented owner source supports autocompletion.booleanpl.allegro.tech.hermes.api.Ownerdefault booleanname()
-
Method Details
-
name
String name() -
exists
-
get
- Throws:
OwnerSource.OwnerNotFound
-
isDeprecated
default boolean isDeprecated() -
autocompletion
Override if the implemented owner source supports autocompletion.
-