This type is a class for model objects.
Configuration settings for the Authentication config provider. It's a collection of modules that is used to authenticate application request/response messages processed by containers. The mesage-layer and application-context-identifier attributes are used to uniquely select one of the AuthConfigProviders in the security configuration.
Package: security| Attributes Summary | |
| providerID : EString | Unique name that identifies the authentication provider. It is referenced in application-extension bindings. |
| description : EString | A textual description of the authentication provider. |
| msgLayer : EString | * No description is available * |
| className : EString | Package-qualified name of the class that implements the authentication provider. |
| properties : Property * | * No description is available * |
| clientAuthConfigProviderEntry : AuthConfigProviderEntry @ | * No description is available * |
| serverAuthConfigProviderEntry : AuthConfigProviderEntry @ | * No description is available * |
| Attribute Details |