net.javapla.jawn:jawn-security-pac4j

java-web-planet / jawn - A simple web framework in Java

License

License

Categories

Categories

Net Security pac4j
GroupId

GroupId

net.javapla.jawn
ArtifactId

ArtifactId

jawn-security-pac4j
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

net.javapla.jawn:jawn-security-pac4j
java-web-planet / jawn - A simple web framework in Java
Project URL

Project URL

https://github.com/MTDdk/jawn
Source Code Management

Source Code Management

https://github.com/MTDdk/jawn

Download jawn-security-pac4j

Dependencies

compile (1)

Group / Artifact Type Version
net.javapla.jawn : jawn-core jar 1.1.1

runtime (3)

Group / Artifact Type Version
com.google.guava : guava jar 28.2-jre
org.pac4j : pac4j-core jar 4.0.3
org.pac4j : pac4j-http jar 4.0.3

Project Modules

There are no modules declared in this project.
     ____.  _____  __      _________   
    |    | /  _  \/  \    /  \      \  
    |    |/  /_\  \   \/\/   /   |   \ 
/\__|    /    |    \        /    |    \ 
\________\____|__  /\__/\  /\____|__  /
  web framework  \/      \/         \/ http://www.javapla.net

Carry on being lazy, almost drowsy

jawn strives to be a super simple and productive framework for web development.

import net.javapla.jawn.core.Jawn;

public class App extends Jawn {
  
  {
    get("/", Results.text("Up and running!"));
    get("/json", Results.json(new Object()));
  }

  public static void main(String[] args) {
    run(args);
  }
}

Documentation

Head over to the wiki for a thorough walk-through.

If you ever want to try this framework out for yourself or in the wild, do not hesitate to give me a ping [email protected]

Latest version

Maven Central Build Status

Versions

Version
1.1.1
1.1.0