| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки H2 Данные Базы данных OAuth2 Безопасность CLI Взаимодействие с пользователем |
| Группа | Группаorg.wso2.carbon.identity.inbound.auth.oauth2 |
| Идентификатор | Идентификаторorg.wso2.carbon.identity.oauth.client.authn.filter |
| Последняя версия | Последняя версия6.7.117 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеOAuth client authentication filter
Proxy Filter Which Invokes OAuth Client Authenticators
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.oauth2/org.wso2.carbon.identity.oauth.client.authn.filter/ -->
<dependency>
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
<artifactId>org.wso2.carbon.identity.oauth.client.authn.filter</artifactId>
<version>6.7.117</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.oauth2/org.wso2.carbon.identity.oauth.client.authn.filter/
implementation 'org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.client.authn.filter:6.7.117'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.oauth2/org.wso2.carbon.identity.oauth.client.authn.filter/
implementation ("org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.client.authn.filter:6.7.117")
'org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.client.authn.filter:jar:6.7.117'
<dependency org="org.wso2.carbon.identity.inbound.auth.oauth2" name="org.wso2.carbon.identity.oauth.client.authn.filter" rev="6.7.117">
<artifact name="org.wso2.carbon.identity.oauth.client.authn.filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.inbound.auth.oauth2', module='org.wso2.carbon.identity.oauth.client.authn.filter', version='6.7.117')
)
libraryDependencies += "org.wso2.carbon.identity.inbound.auth.oauth2" % "org.wso2.carbon.identity.oauth.client.authn.filter" % "6.7.117"
[org.wso2.carbon.identity.inbound.auth.oauth2/org.wso2.carbon.identity.oauth.client.authn.filter "6.7.117"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.cxf : cxf-core | jar | 3.3.7 |
| org.apache.cxf : cxf-rt-frontend-jaxrs | jar | 3.3.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.wso2.carbon.identity.inbound.auth.oauth2 : org.wso2.carbon.identity.oauth | jar | 6.7.117 |
| org.springframework : spring-web | jar | 4.3.29.RELEASE |