Introduction
REST API v1 JAX-RS resource classes. Each class implements a service endpoint.
REST Resources
This API supports a Representational State Transfer (REST) model for accessing a set of resources through a fixed set of operations. The following resources are accessible through the RESTful model:
- /{userId}/accessHistory
- /{userId}/consentHistory
- /{userId}/consents
- /{userId}/consents/applications
- /{userId}/consents/resources
- /{userId}/links
- /{userId}/links/interactive
- /actions
- /actions/{id}
- /actions/includes
- /applicationgroups
- /applicationgroups/{id}
- /applicationgroups/applicationgroupsearch
- /applicationgroups/includes
- /applications
- /applications/{id}
- /applications/{id}/consents
- /applications/{id}/resetClientSecret
- /applications/includes
- /authorization
- /brokerstore
- /claimsmaps
- /claimsmaps/{id}
- /claimsmaps/includes
- /dataviews
- /dataviews/{id}
- /dataviews/includes
- /identityproviderdata
- /identityproviderdata/{id}
- /identityproviderdata/includes
- /identityproviders
- /identityproviders/{id}
- /identityproviders/includes
- /policies
- /policies/{id}
- /policies/{id}/policysets
- /policies/includes
- /policysets
- /policysets/{id}
- /policysets/includes
- /providers
- /providers/{name}/callback
- /providers/link
- /purposes
- /purposes/{id}
- /purposes/includes
- /requests
- /requests/{id}
- /resourceAliases
- /resourceAliases/{id}
- /resourceAliases/aliassearch
- /resourceAliases/includes
- /resourcegroups
- /resourcegroups/{id}
- /resourcegroups/includes
- /resourcegroups/resourcegroupsearch
- /resourcegroups/urnsearch
- /resources
- /resources/{id}
- /resources/includes
- /resources/urnsearch
- /sandboxes
- /sandboxes/{id}
- /sandboxes/includes
- /scopes
- /scopes/{id}
- /scopes/includes
- /storeadapterdata
- /storeadapterdata/{id}
- /storeadapterdata/dataview/{name}
- /storeadapterdata/includes
- /storeadapters
- /storeadapters/{name}
- /tags
- /tags/{id}
- /tags/includes
- /templates
- /templates/{id}
- /templates/{id}/policies
- /templates/{templateId}/{policyId}
- /templates/includes
- /tracefilters
- /tracefilters/{id}
- /trustlevels
- /trustlevels/{id}
- /trustlevels/includes
Data Model
All endpoints act on a common set of data. The data can be represented with difference media (i.e. "MIME") types, depending on the endpoint that consumes and/or produces the data. The data is described by JSON, which definitively describes the representation of the data.
This document will describe the data using terms based on JSON serialization. Data can be grouped by namespace, with a document describing the elements and types of the namespace. Generally speaking, types define the structure of the data and elements are instances of a type. For example, elements are usually produced by (or consumed by) a REST endpoint, and the structure of each element is described by its type.
Data Types
- accessHistory
- action
- application
- applicationGroup
- attributeDefinition
- claimMapping
- claimsMap
- consent
- consentHistory
- externalIdentity
- externalIdentityProvider
- identityProviderData
- loginUpdateBehavior
- operation
- persistedDataView
- persistedPolicy
- persistedPolicySet
- persistedPolicyTemplate
- policySandbox
- providerAttributeMapping
- purpose
- request
- resource
- resourceAlias
- scope
- storeAdapterData
- storeAttributeMapping
- tag
- templateParameter
- templateParameterValue
- traceFilter
- trustLevel
Data Types
- AdviceExpressionsType
- AdviceExpressionType
- AdviceType
- AllOfType
- AnyOfType
- ApplyType
- AssociatedAdviceType
- AttributeAssignmentExpressionType
- AttributeAssignmentType
- AttributeDesignatorType
- AttributeSelectorType
- AttributesReferenceType
- AttributesType
- AttributeType
- AttributeValueType
- CombinerParametersType
- CombinerParameterType
- ConditionType
- ContentType
- DecisionType
- DefaultsType
- EffectType
- ExpressionType
- FunctionType
- IdReferenceType
- MatchType
- MultiRequestsType
- ObligationExpressionsType
- ObligationExpressionType
- ObligationsType
- ObligationType
- PolicyCombinerParametersType
- PolicyIdentifierListType
- PolicyIssuerType
- PolicySetCombinerParametersType
- PolicySetType
- PolicyType
- RequestDefaultsType
- RequestReferenceType
- RequestType
- ResponseType
- ResultType
- RuleCombinerParametersType
- RuleType
- StatusCodeType
- StatusDetailType
- StatusType
- TargetType
- VariableDefinitionType
- VariableReferenceType