All Projects → stormpath → Stormpath Sdk Java

stormpath / Stormpath Sdk Java

Official Java SDK for the Stormpath User Management REST API

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Stormpath Sdk Java

Spring Boot Webflux Jjwt
Example Spring Boot and WebFlux (Reactive Web) with Spring Security and JWT for token Authentication and Authorization
Stars: ✭ 71 (-67.87%)
Mutual labels:  spring-boot, spring, authentication, authorization
Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (+118.1%)
Mutual labels:  spring-boot, spring, authentication, authorization
Spring Boot Security Saml Sample
SBS3 — A sample SAML 2.0 Service Provider built on Spring Boot.
Stars: ✭ 469 (+112.22%)
Mutual labels:  spring-boot, spring, authentication, identity
Cas
Apereo CAS - Enterprise Single Sign On for all earthlings and beyond.
Stars: ✭ 9,154 (+4042.08%)
Mutual labels:  spring-boot, spring-cloud, authentication, authorization
Xxl Sso
A distributed single-sign-on framework.(分布式单点登录框架XXL-SSO)
Stars: ✭ 1,635 (+639.82%)
Mutual labels:  spring-boot, authentication, authorization
Java Interview
At the beginning, it was the repository with questions from Java interviews. Currently, it's more like knowledge base with useful links.
Stars: ✭ 114 (-48.42%)
Mutual labels:  spring-boot, spring, servlet
Grpc Spring Boot Starter
Spring Boot starter module for gRPC framework.
Stars: ✭ 1,829 (+727.6%)
Mutual labels:  spring-boot, spring, spring-cloud
Grpc Spring Boot Starter
Spring Boot starter module for gRPC framework.
Stars: ✭ 2,190 (+890.95%)
Mutual labels:  spring-boot, spring, spring-cloud
Spring Cloud Example
Stars: ✭ 111 (-49.77%)
Mutual labels:  spring-boot, spring, spring-cloud
Spring Cloud Yes
基于Spring Cloud的快速开发脚手架&最佳实践总结
Stars: ✭ 138 (-37.56%)
Mutual labels:  spring-boot, spring, spring-cloud
Registration Login Spring Hsql
Registration and Login Example with Spring Security, Spring Boot, Spring Data JPA, HSQL, JSP
Stars: ✭ 208 (-5.88%)
Mutual labels:  spring-boot, authentication, authorization
Sample Zuul Filters
Samples of custom Zuul 1 filters for use in Spring Cloud Netflix
Stars: ✭ 201 (-9.05%)
Mutual labels:  spring-boot, spring, spring-cloud
Spring Cloud Build
Common build concerns, shared plugin configuration, etc. for Spring Cloud modules
Stars: ✭ 114 (-48.42%)
Mutual labels:  spring-boot, spring, spring-cloud
Spring Cloud Config
External configuration (server and client) for Spring Cloud
Stars: ✭ 1,740 (+687.33%)
Mutual labels:  spring-boot, spring, spring-cloud
Spring Cloud Flycloud
🔥🔥🔥FlyClould 微服务实战项目框架,在该框架中,包括了用 Spring Cloud 构建微服务的一系列基本组件和框架,对于后台服务框架的搭建有很大的参考价值,大家可以参考甚至稍加修改可以直接应用于自己的实际的项目开发中,该项目没有采用Maven进行项目构建,Maven通过xml进行依赖管理,导致整个配置文件太过臃肿,另外灵活性也不是很强,所以我采用Gradle进行项目构建和依赖管理,在FlyTour项目中我们见证了Gradle的强大,通过简单的一些配置就可以轻松的实现组件化的功能。该项目共有11个Module工程。其中10个位微服务工程,这10个微服务工程构成了一个完整的微服务系统,微服务系统包含了8个基础服务,提供了一整套微服务治理功能,他们分别是配置中心module_c…
Stars: ✭ 1,514 (+585.07%)
Mutual labels:  spring-boot, spring, spring-cloud
Spring Cloud Cli
Spring Cloud CLI features
Stars: ✭ 139 (-37.1%)
Mutual labels:  spring-boot, spring, spring-cloud
Security.identity
.NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities
Stars: ✭ 165 (-25.34%)
Mutual labels:  authentication, authorization, identity
Spring Samples
A series of examples used to demonstrate certain features of Spring.
Stars: ✭ 154 (-30.32%)
Mutual labels:  spring-boot, spring, spring-cloud
Spring Cloud Tutorial
Spring Cloud Tutorial.《Spring Cloud 教程》
Stars: ✭ 173 (-21.72%)
Mutual labels:  spring-boot, spring, spring-cloud
Javastud
Official, Main: This is Core/Advance java example series project. It help to learn java step by step using pdf tutorial provided here and corresponding demo project for the eclipse. Tag: Java Student, Java Stud, Stud Java, StudJava, Java Teachers, Studs Quick Start Guide, Studs Java, Object Oriented Programming, Core Java, Java SE, Java EE, Java Enterprise Edition, Java Blog, Java Articles, Java Web, JSP, Servlet, Maven, Spring, Hibernate, Spring-boot, Spring MVC Web, Angular JS, Angular 2, Java Security, Java CRUD, Java Login Example, File Handling, Multi threading, exception handling, Collection classes, Swing, Database, Date Time, Joda Time, JPA.
Stars: ✭ 220 (-0.45%)
Mutual labels:  spring-boot, spring, servlet

Build Status

Stormpath is Joining Okta

We are incredibly excited to announce that Stormpath is joining forces with Okta. Please visit the Migration FAQs for a detailed look at what this means for Stormpath users.

We're available to answer all questions at [email protected].

Okta Support Branch

The aim of this branch is to port the Stormpath Java integrations (Spring, Spring-Boot, and Servlet) to work with Okta's API instead of Stormpath.

Take a look at the Getting Started With Okta guide for instructions on how to get started.

Grab the 2.0.2-okta release from Central, or build it yourself with Apache Maven: mvn install

You will also need to set the following properties (these can be set the same way as your existing Stormpath configuration properties).

Key Description
okta.api.token An Okta API key
okta.application.id You find your Application's id with an API call, or by opening your 'application' config in the Okta Admin console and grab the ID from your browsers URL
stormpath.client.baseUrl The base url of your Okta organization, for example in a preview enviornment this would be something like: https://dev-123456.oktapreview.com

Stormpath Java SDK

An advanced, reliable and easy-to-use user management API, built by Java security experts

Stormpath is a complete user management API. This library gives your Java app access to all of Stormpath's features:

  • Robust authentication and authorization.
  • Schemaless user data and profiles.
  • A hosted login subdomain, for easy Single Sign-On across your apps.
  • Social login with Facebook and Google OAuth.
  • Secure API key authentication for your service.
  • Servlet support for Java web applications.

If you have feedback about this library, please get in touch and share your thoughts! [email protected]

Documentation

Stormpath offers deep documentation and support for Java.

Please email [email protected] with any errors or issues with the documentation.

Links

Below are some resources you might find useful!

Spring Support

Spring Security Support

Apache Shiro Support

API Authentication with Stormpath

Quickstart

Any Java application can use our general Stormpath Java API Quickstart to get started.

We also have a Java WebApp Quickstart for the Stormpath Servlet Plugin - a drop-in plugin for web applications deployed to a Servlet container, like Tomcat or Jetty.

If you're building a Spring Boot application, the Spring Boot Webapp Quickstart will get you up and running quickly.

Deploy our Spring Boot Example to Heroku

Deploy

Build Instructions

This project requires Maven 3.2.1 and JDK 7 to build. Run the following:

> mvn install

Release changes are viewable in the change log

Contributing

Contributions, bug reports and issues are very welcome. Stormpath regularly maintains this repository, and are quick to review pull requests and accept changes!

You can make your own contributions by forking the develop branch of this repository, making your changes, and issuing pull request on the develop branch.

Copyright

Copyright © 2013-2015 Stormpath, Inc. and contributors.

This project is open-source via the Apache 2.0 License.

For all additional information, please see the full Project Documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].