Skip to content

Commit 9ffe877

Browse files
committed
added getId to address interface, closes mitreid-connect#958
1 parent 1ed3e2c commit 9ffe877

File tree

1 file changed

+6
-0
lines changed
  • openid-connect-common/src/main/java/org/mitre/openid/connect/model

1 file changed

+6
-0
lines changed

openid-connect-common/src/main/java/org/mitre/openid/connect/model/Address.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020

2121
public interface Address extends Serializable {
2222

23+
/**
24+
* Get the system-specific ID of the Address object
25+
* @return
26+
*/
27+
public Long getId();
28+
2329
/**
2430
* @return the formatted address
2531
*/

0 commit comments

Comments
 (0)