AuthenticationProvider

Application ServerEnterpriseJava EEMiddlewareOracle

Properties

Name Type Description
name string Provider name
type string Fully qualified provider type class
View JSON Schema on GitHub

JSON Schema

oracle-weblogic-authenticationprovider-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthenticationProvider",
  "title": "AuthenticationProvider",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Provider name"
    },
    "type": {
      "type": "string",
      "description": "Fully qualified provider type class"
    }
  }
}