Skip to content

FusionAuth/fusionauth-example-java

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

FusionAuth Java Client example

Basic example of the FusionAuth Java client libraries.

Configure this by updating the application.properties file with your API key and the location of your FusionAuth server.

Then run mvn clean compile.

Then you should be able to run each of these classes as a standalone application.

For example: mvn exec:java -Dexec.mainClass="io.fusionauth.example.CreateApplication"

Full blog post here: https://fusionauth.io/blog/2020/05/21/using-java-to-manage-fusionauth

About

An example of using the java client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages