MCPcopy Create free account
hub / github.com/jwtk/jjwt / Identifiable

Interface Identifiable

api/src/main/java/io/jsonwebtoken/Identifiable.java:84–92  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

82 * @since 0.12.0
83 */
84public 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}

Callers

nothing calls this directly

Implementers 13

CryptoAlgorithmimpl/src/main/java/io/jsonwebtoken/imp
DefaultClaimsimpl/src/main/java/io/jsonwebtoken/imp
DefaultParameterimpl/src/main/java/io/jsonwebtoken/imp
AbstractCurveimpl/src/main/java/io/jsonwebtoken/imp
DirectKeyAlgorithmimpl/src/main/java/io/jsonwebtoken/imp
AsymmetricJwkFactoryimpl/src/main/java/io/jsonwebtoken/imp
DefaultKeyOperationimpl/src/main/java/io/jsonwebtoken/imp
AbstractJwkimpl/src/main/java/io/jsonwebtoken/imp
JcaInstanceFactoryimpl/src/main/java/io/jsonwebtoken/imp
AbstractFamilyJwkFactoryimpl/src/main/java/io/jsonwebtoken/imp
NoneSignatureAlgorithmimpl/src/main/java/io/jsonwebtoken/imp
DefaultJwkContextimpl/src/main/java/io/jsonwebtoken/imp

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…