FusionAuth Plugin API

This jar provides the plugin interfaces.

License

License

GroupId

GroupId

io.fusionauth
ArtifactId

ArtifactId

fusionauth-plugin-api
Last Version

Last Version

1.16.0
Release Date

Release Date

Type

Type

jar
Description

Description

FusionAuth Plugin API
This jar provides the plugin interfaces.
Project URL

Project URL

https://fusionauth.io
Source Code Management

Source Code Management

https://github.com/FusionAuth/fusionauth-plugin-api

Download fusionauth-plugin-api

How to add to project

<!-- https://jarcasting.com/artifacts/io.fusionauth/fusionauth-plugin-api/ -->
<dependency>
    <groupId>io.fusionauth</groupId>
    <artifactId>fusionauth-plugin-api</artifactId>
    <version>1.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.fusionauth/fusionauth-plugin-api/
implementation 'io.fusionauth:fusionauth-plugin-api:1.16.0'
// https://jarcasting.com/artifacts/io.fusionauth/fusionauth-plugin-api/
implementation ("io.fusionauth:fusionauth-plugin-api:1.16.0")
'io.fusionauth:fusionauth-plugin-api:jar:1.16.0'
<dependency org="io.fusionauth" name="fusionauth-plugin-api" rev="1.16.0">
  <artifact name="fusionauth-plugin-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fusionauth', module='fusionauth-plugin-api', version='1.16.0')
)
libraryDependencies += "io.fusionauth" % "fusionauth-plugin-api" % "1.16.0"
[io.fusionauth/fusionauth-plugin-api "1.16.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

FusionAuth Plugin API semver 2.0.0 compliant

This project provides the APIs and SPIs that are used to write FusionAuth plugins.

Currently, there is a single plugin SPI for FusionAuth that allows customers to support different password encryption schemes. This interface is io.fusionauth.plugin.spi.security.PasswordEncryptor.

You can learn more about FusionAuth plugins by visiting our documentation page at https://fusionauth.io/docs/v1/tech/plugins/writing-a-plugin.

Building this project

If you would like to clone and build this project yourself, you will need to install the Savant build tool if you don't already have it installed. Follow these instructions to install Savant.

$ mkdir ~/savant
$ cd ~/savant
$ wget http://savant.inversoft.org/org/savantbuild/savant-core/1.0.0/savant-1.0.0.tar.gz
$ tar xvfz savant-1.0.0.tar.gz
$ ln -s ./savant-1.0.0 current
$ export PATH=$PATH:~/savant/current/bin/

Then, perform an integration build of the project by running:

$ sb int

For more information, checkout savantbuild.org.

io.fusionauth

FusionAuth

Best auth solution built for developers by developers

Versions

Version
1.16.0
1.15.8