| Interface | Description |
|---|---|
| AuthorizationProvider |
This is the interface which we can use to connect to third party authorisation provider in order to do role based
filtering in DSS.
|
| DynamicUserAuthenticator |
This interface represents the functionality that should be implemented to provide
custom dynamic user authentication logic.
|
| Class | Description |
|---|---|
| AbstractAuthorizationProvider |
This is the abstract class which implements some of the methods in Authorization provider interface.
|
| ConfigurationBasedAuthenticator |
This class represents a dynamic user authenticator based on a static XML configuration.
|
| JWTAuthorizationProvider |
This is the implementation for JWT based authorization role retrieval.
|
| UserStoreAuthorizationProvider |
Implementation class for role retrieval from server's user store, for role based content filtering.
|
Copyright © 2019 WSO2. All rights reserved.