Package de.msi.oauth.flow.common
Interface Identifiable<T>
- Type Parameters:
T- the type of the types identifier
- All Known Implementing Classes:
HttpMethod
public interface Identifiable<T>
A type which provides an identifier which makes it
Identifiable.- Author:
- Martin Siegemund
-
Method Summary
Modifier and Type Method Description Tidentifier()Retrieve the identifier.
-
Method Details
-
identifier
T identifier()Retrieve the identifier.- Returns:
- the identifier
-