Sun GlassFish Enterprise Server 2.1 Application Deployment Guide

Attributes

The following table describes attributes for the provider-config element.

Table A–90 provider-config Attributes

Attribute 

Default 

Description 

provider-id

none 

Specifies the provider ID. 

provider-type

none 

Specifies whether the provider is a client, server, or client-server authentication provider.

class-name

none 

Specifies the Java implementation class of the provider. Client authentication providers must implement the com.sun.enterprise.security.jauth.ClientAuthModule interface. Server authentication providers must implement the com.sun.enterprise.security.jauth.ServerAuthModule interface. Client-server providers must implement both interfaces.