Package ru.tinkoff.kora.http.common.auth
Interface PrincipalWithScopes
- All Superinterfaces:
ru.tinkoff.kora.common.Principal
public interface PrincipalWithScopes
extends ru.tinkoff.kora.common.Principal
Русский: Является интерфейсом контекста авторизации совместно со областью видимости в рамках запроса от HTTP сервера
English: Represents interface of the authorisation context with scopes within the request from the HTTP server
Context.
Реализация авторизации должна наследовать этот интерфейс.
English: Represents interface of the authorisation context with scopes within the request from the HTTP server
Context.
An authorisation implementation must inherit this interface.- See Also:
-
Principal
-
Field Summary
Fields inherited from interface ru.tinkoff.kora.common.Principal
KEY -
Method Summary
-
Method Details
-
scopes
Collection<String> scopes()
-