Skip to content

Commit 7ab9535

Browse files
add getIdentity() method to connection profiles
1 parent f94240a commit 7ab9535

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>blockchains.iaas.uni.stuttgart.de</groupId>
88
<artifactId>blockchain-access-layer-api</artifactId>
9-
<version>3.0.3</version>
9+
<version>3.0.4</version>
1010

1111
<properties>
1212
<maven.compiler.source>17</maven.compiler.source>

src/main/java/blockchains/iaas/uni/stuttgart/de/api/connectionprofiles/AbstractConnectionProfile.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ public Properties getAsProperties() {
4242
return result;
4343
}
4444

45+
public abstract String getIdentity();
46+
4547
public abstract Object getProperty(Object key);
4648

4749
public abstract void setProperty(Object key, Object value);

0 commit comments

Comments
 (0)