| | |
| | | LOGGER.warn("No authentication event has been recorded; CAS cannot finalize the authentication result"); |
| | | return null; |
| | | } |
| | | final Map<String, Object> authenticationAttributes = new HashMap<>(); |
| | | final Map<String, Object> principalAttributes = new HashMap<>(); |
| | | final Map<String, Object> authenticationAttributes = new HashMap<>(5); |
| | | final Map<String, Object> principalAttributes = new HashMap<>(5); |
| | | final AuthenticationBuilder authenticationBuilder = DefaultAuthenticationBuilder.newInstance(); |
| | | |
| | | buildAuthenticationHistory(this.authentications, authenticationAttributes, principalAttributes, authenticationBuilder); |