Interface ApiKeyConfiguration
@EachProperty("api-keys")
public interface ApiKeyConfiguration
Represents an API key to access secure endpoints.
-
Method Summary
-
Method Details
-
getName
Principal name.- Returns:
- principal name.
-
getKey
API key.- Returns:
- API key.
-