Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning OpenDaylight

You're reading from   Learning OpenDaylight A gateway to SDN (Software-Defined Networking) and NFV (Network Functions Virtualization) ecosystem

Arrow left icon
Product type Paperback
Published in May 2017
Publisher Packt
ISBN-13 9781782174523
Length 336 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Reza Toghraee Reza Toghraee
Author Profile Icon Reza Toghraee
Reza Toghraee
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Introduction to SDN - Transformation from Legacy to SDN 2. Overview of OpenDaylight FREE CHAPTER 3. OpenDaylight Installation and Deployment 4. Building a Virtual SDN Test Lab with Virtual Switches 5. Basic Networking with OpenDaylight 6. Overview of OpenDaylight Applications 7. Building SDN Applications for OpenDaylight 8. Network Function Virtualization 9. Building a Software-Driven Data Center with OpenDaylight

Security - user management


OpenDaylight security is a very wide context; it includes different components and technologies. The security framework of OpenDaylight is mainly based on the Apache Shiro Java security framework. The main configuration file of AAA is located at etc/shiro.ini, which is relative to the OpenDaylight Karaf home directory.

AAA can be enabled for each SDN module or application by simply adding a specific set of parameters to the servlet web.xml file, which is an advanced topic that we will not cover in this book.

User management in OpenDaylight is provided via the same framework. OpenDaylight has multiple Realm implementations; however, the main implementation that can be used widely for modules is TokenAuthRealm.

TokenAuthRealm provides the following features:

  • It is AuthorizingRealm built to bridge the Shiro-based AAA service with the h2-based AAA implementation.
  • It exposes a RESTful web service to manipulate the IdM policy on a per-node basis. If identical, the AAA policy...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime