UnknownAuthenticationTypeException
156157158159160161162
if (provider.supports(toTest)) { return provider.createSecurityContext(authentication); } } throw new UnknownAuthenticationTypeException(authentication); }
157158159160161162163