@Component @Order(value=0) public class PlaintextOwnerSource extends java.lang.Object implements OwnerSource
OwnerSource.Autocompletion, OwnerSource.OwnerNotFound| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
static int |
ORDER |
| Constructor and Description |
|---|
PlaintextOwnerSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(java.lang.String ownerId) |
pl.allegro.tech.hermes.api.Owner |
get(java.lang.String id) |
java.lang.String |
name() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitautocompletion, isDeprecatedpublic static final int ORDER
public static final java.lang.String NAME
public java.lang.String name()
name in interface OwnerSourcepublic boolean exists(java.lang.String ownerId)
exists in interface OwnerSourcepublic pl.allegro.tech.hermes.api.Owner get(java.lang.String id)
throws OwnerSource.OwnerNotFound
get in interface OwnerSourceOwnerSource.OwnerNotFound