WSO2 Carbon - Identity Media Service Feature

This feature contains the core bundles for media service.

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

org.wso2.carbon.identity.content.repository
ArtifactId

ArtifactId

org.wso2.carbon.identity.media.server.feature
Last Version

Last Version

2.0.3
Release Date

Release Date

Type

Type

pom
Description

Description

WSO2 Carbon - Identity Media Service Feature
This feature contains the core bundles for media service.
Project URL

Project URL

http://wso2.org
Project Organization

Project Organization

WSO2

Download org.wso2.carbon.identity.media.server.feature

How to add to project

<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.content.repository/org.wso2.carbon.identity.media.server.feature/ -->
<dependency>
    <groupId>org.wso2.carbon.identity.content.repository</groupId>
    <artifactId>org.wso2.carbon.identity.media.server.feature</artifactId>
    <version>2.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.content.repository/org.wso2.carbon.identity.media.server.feature/
implementation 'org.wso2.carbon.identity.content.repository:org.wso2.carbon.identity.media.server.feature:2.0.3'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.content.repository/org.wso2.carbon.identity.media.server.feature/
implementation ("org.wso2.carbon.identity.content.repository:org.wso2.carbon.identity.media.server.feature:2.0.3")
'org.wso2.carbon.identity.content.repository:org.wso2.carbon.identity.media.server.feature:pom:2.0.3'
<dependency org="org.wso2.carbon.identity.content.repository" name="org.wso2.carbon.identity.media.server.feature" rev="2.0.3">
  <artifact name="org.wso2.carbon.identity.media.server.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.content.repository', module='org.wso2.carbon.identity.media.server.feature', version='2.0.3')
)
libraryDependencies += "org.wso2.carbon.identity.content.repository" % "org.wso2.carbon.identity.media.server.feature" % "2.0.3"
[org.wso2.carbon.identity.content.repository/org.wso2.carbon.identity.media.server.feature "2.0.3"]

Dependencies

compile (1)

Group / Artifact Type Version
org.wso2.carbon.identity.content.repository : org.wso2.carbon.identity.media jar 2.0.3

Project Modules

There are no modules declared in this project.

identity-media

This is the media service for WSO2 Identity Server.

The media service offers the following capabilities:

  • Upload media
  • Download media
  • Delete media
  • View media information

Media service has been implemented to provide the flexibility to configure the preferred storage system for media persistence. Currently, only file-based media storing is supported. Whenever a media is uploaded a unique id will be generated and returned in the response of media upload request. This unique id should be used for media downloading and other media management operations such as deleting media and viewing media information.

In addition to the aforementioned functionality, this service gives an extension to transform the input stream. According to the requirement, the media can be transformed. Ex:- The image size can be reduced using this extension.

Refer Configuring Media Service

org.wso2.carbon.identity.content.repository

WSO2

Welcome to the WSO2 source code! For info on working with the WSO2 repositories and contributing code, click the link below.

Versions

Version
2.0.3
2.0.2
2.0.1
2.0.0