An object that may be uniquely identified by an #getId() id relative to other instances of the same type. The following table indicates how various JWT or JWK #getId() getId() values are used. JWA Identifiable Concepts JJWT Type</t
| 82 | * @since 0.12.0 |
| 83 | */ |
| 84 | public interface Identifiable { |
| 85 | |
| 86 | /** |
| 87 | * Returns the unique string identifier of the associated object. |
| 88 | * |
| 89 | * @return the unique string identifier of the associated object. |
| 90 | */ |
| 91 | String getId(); |
| 92 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…