| Conditions | 1 |
| Total Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | package org.apereo.cas.config; |
||
| 23 | @Override |
||
| 24 | public void configureAuthenticationExecutionPlan(final AuthenticationEventExecutionPlan plan) { |
||
| 25 | plan.registerAuthenticationHandlerWithPrincipalResolver(new SimpleTestUsernamePasswordAuthenticationHandler(), personDirectoryPrincipalResolver); |
||
| 26 | } |
||
| 28 |