Sun Java System Application Server Platform Edition 8.1 2005Q2 Update 2 Developer's Guide

Attributes

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

Table A–83 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.