Searched refs:DELEGATE_MODULE (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/authentication/jaas/
H A DLoginContextTest.java47 private static final String DELEGATE_MODULE = "delegate"; field in class:LoginContextTest
74 requiredOptions.put(DELEGATE_MODULE, requiredDelegate);
82 requisiteOptions.put(DELEGATE_MODULE, requisiteDelegate);
90 sufficientOptions.put(DELEGATE_MODULE, sufficientDelegate);
98 optionalOptions.put(DELEGATE_MODULE, optionalDelegate);
428 delegate = (LoginModule)options.get(DELEGATE_MODULE);
/forgerock/openam/openam-core/src/test/java/com/sun/identity/authentication/jaas/
H A DLoginContextTest.java47 private static final String DELEGATE_MODULE = "delegate"; field in class:LoginContextTest
74 requiredOptions.put(DELEGATE_MODULE, requiredDelegate);
82 requisiteOptions.put(DELEGATE_MODULE, requisiteDelegate);
90 sufficientOptions.put(DELEGATE_MODULE, sufficientDelegate);
98 optionalOptions.put(DELEGATE_MODULE, optionalDelegate);
428 delegate = (LoginModule)options.get(DELEGATE_MODULE);

Completed in 728 milliseconds