Spring Security Shiro Plugin - Reference Documentation
Spring Security Shiro Plugin - Reference Documentation Burt Beckwith Version 3.1.2.BUILD-SNAPSHOT Table of Contents 1. Introduction to the Spring Security Shiro Plugin . . . . . . . . . . . . . . . . . . . . . . . . . 6 Chapter 1. Introduction to the Spring Security Shiro Plugin The Spring Security Shiro plugin adds some support for using a hybrid approach combining Spring Security and Shiro The majority of the authentication and authorization work is still done by Spring Security. This plugin listens for Spring Security authentication events and uses the Spring Security Authentication instance0 码力 | 8 页 | 122.93 KB | 10 月前3Shiro support for the Spring Security plugin - Reference Documentation
1 Shiro support for the Spring Security plugin Table of contents 2 Shiro support for the Spring Security plugin - Reference Documentation Authors: Burt Beckwith Version: 0.1 Table of Contents 1 Introduction 1.1 History 2 Usage 3 Configuration 3 1 Introduction The Spring Security Shiro plugin adds some support for using a hybrid approach combining Spring Security and . It currently only The majority of the authentication and authorization work is still done by Spring Security. This plugin listens for Spring Security authentication events and uses the Spring Security Authentication instance0 码力 | 6 页 | 17.49 KB | 10 月前3Shiro support for the Spring Security plugin - Reference Documentation
Security plugin Shiro support for the Spring Security plugin - Reference Documentation Authors: Burt Beckwith Version: 1.0.0 Table of Contents 1 Introduction to the Spring Security Shiro Plugin 1.1 History History 2 Usage 3 Configuration 2 1 Introduction to the Spring Security Shiro Plugin The Spring Security Shiro plugin adds some support for using a hybrid approach combining Spring and . It currently The majority of the authentication and authorization work is still done by Spring Security. This plugin listens for Spring Security authentication events and uses the Spring Security Authentication instance0 码力 | 5 页 | 16.72 KB | 10 月前3Django CMS 4.1.x Documentation
ow.com/questions/tagged/django-cms] is also a good place for questions around django CMS and its plugin ecosystem. Why django CMS? django CMS is a well-tested CMS platform that powers sites both large management interface support for a variety of editors with advanced text editing features. a flexible plugin system that lets developers put powerful tools at the fingertips of editors, without overwhelming information about what is required or has changed in particular versions of the CMS. The Commonly Used Plugin section provides an overview of other packages required in a django CMS project. Tutorials The pages0 码力 | 518 页 | 1.66 MB | 6 月前3django cms 4.1.x Documentation
community. 3.2 StackOverflow StackOverflow is also a good place for questions around django CMS and its plugin ecosystem. 7 django cms Documentation, Release 4.1.2 8 Chapter 3. Join us online CHAPTER FOUR interface • support for a variety of editors with advanced text editing features. • a flexible plugin system that lets developers put powerful tools at the fingertips of editors, without overwhelming information about what is required or has changed in particular versions of the CMS. The Commonly Used Plugin section provides an overview of other packages required in a django CMS project. 5.2.1 Tutorials0 码力 | 357 页 | 1.99 MB | 1 年前3django cms 4.1.1 Documentation
community. 3.2 StackOverflow StackOverflow is also a good place for questions around django CMS and its plugin ecosystem. 7 django cms Documentation, Release 4.1.1 8 Chapter 3. Join us online CHAPTER FOUR interface • support for a variety of editors with advanced text editing features. • a flexible plugin system that lets developers put powerful tools at the fingertips of editors, without overwhelming information about what is required or has changed in particular versions of the CMS. The Commonly Used Plugin section provides an overview of other packages required in a django CMS project. 5.2.1 Tutorials0 码力 | 361 页 | 2.00 MB | 1 年前3Django CMS 3.11.10 Documentation
ow.com/questions/tagged/django-cms] is also a good place for questions around django CMS and its plugin ecosystem. Why django CMS? django CMS is a well-tested CMS platform that powers sites both large management interface support for a variety of editors with advanced text editing features. a flexible plugin system that lets developers put powerful tools at the fingertips of editors, without overwhelming information about what is required or has changed in particular versions of the CMS. The Commonly Used Plugin section provides an overview of other packages required in a django CMS project. Tutorials The pages0 码力 | 493 页 | 1.44 MB | 6 月前0.03django cms 3.3.x Documentation
we’re ready to use it to being integrating Polls with django CMS. We’ll start by developing a Polls plugin. Note The project or the application? Earlier, we added new templates to the project. We could a separate package, a Polls/CMS Integration application in our project. Note Why not build the plugin code into the polls application package? This would certainly be possible, and in fact, if you were application it’s what we would recommend. For a third-party application such as Polls however, placing the plugin code into a separate package means we don’t have to modify or fork the original. Create a new package0 码力 | 386 页 | 1.56 MB | 1 年前3django cms 3.6.x Documentation
we’re ready to use it to begin integrating Polls with django CMS. We’ll start by developing a Polls plugin. Note: Adding templates to the project or to the application? Earlier, we added new templates to we’re going to take a basic Django opinion poll application and integrate it into the CMS. Create a plugin model In the models.py of polls_cms_integration add the following: from django.db import models ): poll = models.ForeignKey(Poll) def __str__(self): return self.poll.question This creates a plugin model class; these all inherit from the cms.models.pluginmodel.CMSPlugin base class. Note: django0 码力 | 278 页 | 1.63 MB | 1 年前3django cms 3.5.x Documentation
we’re ready to use it to being integrating Polls with django CMS. We’ll start by developing a Polls plugin. Note The project or the application? Earlier, we added new templates to the project. We could a separate package, a Polls/CMS Integration application in our project. Note Why not build the plugin code into the polls application package? This would certainly be possible, and in fact, if you were application it’s what we would recommend. For a third-party application such as Polls however, placing the plugin code into a separate package means we don’t have to modify or fork the original. Create a new package0 码力 | 403 页 | 1.69 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100