Package | Description |
---|---|
org.wso2.carbon.dataservices.core | |
org.wso2.carbon.dataservices.core.auth | |
org.wso2.carbon.dataservices.core.engine |
Modifier and Type | Method and Description |
---|---|
static AuthorizationProvider |
DBUtils.generateAuthProviderFromXMLOMElement(org.apache.axiom.om.OMElement authorizationProviderElement)
Helper method to generate Authorization provider using config element
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthorizationProvider
This is the abstract class which implements some of the methods in Authorization provider interface.
|
class |
JWTAuthorizationProvider
This is the implementation for JWT based authorization role retrieval.
|
class |
UserStoreAuthorizationProvider
Implementation class for role retrieval from server's user store, for role based content filtering.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationProvider |
DataService.getAuthorizationProvider()
Getter method for Authorization Provider.
|
Modifier and Type | Method and Description |
---|---|
void |
DataService.setAuthorizationProvider(AuthorizationProvider authorizationProvider)
Setter method for Authorization Provider.
|
Copyright © 2019 WSO2. All rights reserved.