Class PlaintextOwnerSource
- java.lang.Object
-
- pl.allegro.tech.hermes.management.domain.owner.PlaintextOwnerSource
-
- All Implemented Interfaces:
OwnerSource
@Component @Order(0) public class PlaintextOwnerSource extends java.lang.Object implements OwnerSource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface pl.allegro.tech.hermes.management.domain.owner.OwnerSource
OwnerSource.Autocompletion, OwnerSource.OwnerNotFound
-
-
Constructor Summary
Constructors Constructor Description PlaintextOwnerSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexists(java.lang.String ownerId)pl.allegro.tech.hermes.api.Ownerget(java.lang.String id)java.lang.Stringname()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface pl.allegro.tech.hermes.management.domain.owner.OwnerSource
autocompletion, isDeprecated
-
-
-
-
Field Detail
-
ORDER
public static final int ORDER
- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public java.lang.String name()
- Specified by:
namein interfaceOwnerSource
-
exists
public boolean exists(java.lang.String ownerId)
- Specified by:
existsin interfaceOwnerSource
-
get
public pl.allegro.tech.hermes.api.Owner get(java.lang.String id) throws OwnerSource.OwnerNotFound- Specified by:
getin interfaceOwnerSource- Throws:
OwnerSource.OwnerNotFound
-
-