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

/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/authentication/jaas/
H A DLoginContextTest.java56 private LoginModule sufficientDelegate; field in class:LoginContextTest
88 sufficientDelegate = mock(LoginModule.class);
90 sufficientOptions.put(DELEGATE_MODULE, sufficientDelegate);
91 optionCache.put(sufficientDelegate, sufficientOptions);
121 whenLoginReturnTrue(requiredDelegate, requisiteDelegate, sufficientDelegate);
122 whenCommitReturnTrue(requiredDelegate, requisiteDelegate, sufficientDelegate);
126 verifyInitialize(requiredDelegate, requisiteDelegate, sufficientDelegate);
127 verifyLogin(requiredDelegate, requisiteDelegate, sufficientDelegate);
128 verifyCommit(requiredDelegate, requisiteDelegate, sufficientDelegate);
129 verifyNoMoreInteractions(requiredDelegate, requisiteDelegate, sufficientDelegate, optionalDelegat
[all...]
/forgerock/openam/openam-core/src/test/java/com/sun/identity/authentication/jaas/
H A DLoginContextTest.java56 private LoginModule sufficientDelegate; field in class:LoginContextTest
88 sufficientDelegate = mock(LoginModule.class);
90 sufficientOptions.put(DELEGATE_MODULE, sufficientDelegate);
91 optionCache.put(sufficientDelegate, sufficientOptions);
121 whenLoginReturnTrue(requiredDelegate, requisiteDelegate, sufficientDelegate);
122 whenCommitReturnTrue(requiredDelegate, requisiteDelegate, sufficientDelegate);
126 verifyInitialize(requiredDelegate, requisiteDelegate, sufficientDelegate);
127 verifyLogin(requiredDelegate, requisiteDelegate, sufficientDelegate);
128 verifyCommit(requiredDelegate, requisiteDelegate, sufficientDelegate);
129 verifyNoMoreInteractions(requiredDelegate, requisiteDelegate, sufficientDelegate, optionalDelegat
[all...]

Completed in 724 milliseconds