initialize(Subject, CallbackHandler, Map< String,?>, Map< String,?>) method

Initializes the LoginModule.

Syntax

void initialize ( Subject subject , CallbackHandler callback , Map< String,?> sharedState , Map< String,?> options )

Parameters

Usage

This method is invoked after the LoginModule has been instantiated. The purpose of this method is to initialize this LoginModule with the configuration properties. If this LoginModule does not understand any of the data stored in sharedState or options parameters, they can be ignored.